Re: [O] flycheck orgmode on windows invalid output file name

2016-06-06 Thread Eli Zaretskii
> From: Guido Van Hoecke > Date: Mon, 6 Jun 2016 08:43:00 +0200 > Cc: help-gnu-emacs , orgmode > > >> Still, when editing elisp blocks from my elisp.org files, I keep > >> hitting the '*' problem... > > > > What is "the '*' problem", exactly? > > > Filenames with '*'. But I thought my suggested

Re: [O] flycheck orgmode on windows invalid output file name

2016-06-05 Thread Guido Van Hoecke
On 6 June 2016 at 04:29, Eli Zaretskii wrote: >> From: Guido Van Hoecke >> Date: Sun, 5 Jun 2016 21:41:18 +0200 >> Cc: help-gnu-emacs , orgmode >> >> For testing i went to change flycheck-temp-file-system in flycheck.el >> so that it reads >> >> (setq tempfile (convert-standard-filename (expand-

Re: [O] flycheck orgmode on windows invalid output file name

2016-06-05 Thread Eli Zaretskii
> From: Guido Van Hoecke > Date: Sun, 5 Jun 2016 21:41:18 +0200 > Cc: help-gnu-emacs , orgmode > > 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) >

Re: [O] flycheck orgmode on windows invalid output file name

2016-06-05 Thread Guido Van Hoecke
On 5 June 2016 at 17:25, Eli Zaretskii wrote: >> From: Guido Van Hoecke >> Date: Sun, 05 Jun 2016 12:45:45 +0200 >> >> Error while checking syntax automatically: (file-error "Opening output file" >> "Invalid argument" >> "c:/Users/guivh/emacs-guivho/.flycheck_emacs-guivho.org[*Org Src >> emacs

Re: [O] flycheck orgmode on windows invalid output file name

2016-06-05 Thread Eli Zaretskii
> From: Guido Van Hoecke > Date: Sun, 05 Jun 2016 12:45:45 +0200 > > Error while checking syntax automatically: (file-error "Opening output file" > "Invalid argument" > "c:/Users/guivh/emacs-guivho/.flycheck_emacs-guivho.org[*Org Src > emacs-guivho.org[ emacs-lisp ]*]") > > I checked the wind

[O] flycheck orgmode on windows invalid output file name

2016-06-05 Thread Guido Van Hoecke
Hi, Environment: Windows 10 (Insider preview 14352) GNU Emacs 25.0.92.1 (x86_64-w64-mingw32) of 2016-03-03 I just installed flycheck-20160604.154/ I read that it does not officially support windows 'although it should mostly work fine on Windows' And indeed flycheck works fine when editing .el,