[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] flycheck orgmode on windows invalid output file name
From: |
Eli Zaretskii |
Subject: |
Re: [O] flycheck orgmode on windows invalid output file name |
Date: |
Mon, 06 Jun 2016 05:29:29 +0300 |
> From: Guido Van Hoecke <address@hidden>
> Date: Sun, 5 Jun 2016 21:41:18 +0200
> Cc: help-gnu-emacs <address@hidden>, orgmode <address@hidden>
>
> For testing i went to change flycheck-temp-file-system in flycheck.el
> so that it reads
>
> (setq tempfile (convert-standard-filename (expand-file-name
> (file-name-nondirectory filename)
> directory)))
>
> rather than the original
>
> (setq tempfile (expand-file-name (file-name-nondirectory filename)
> directory))
>
> I than edebugged the flycheck-temp-file-system with the
> "c:/Users/guivh/emacs-guivho/.flycheck_emacs-guivho.org[*Org Src
> emacs-guivho.org[ emacs-lisp ]*]") filename, and it nicely produced a
> tempfile where the '*'s are replaced by '!'s.
>
> Still, when editing elisp blocks from my elisp.org files, I keep
> hitting the '*' problem...
What is "the '*' problem", exactly?