> From: Guido Van Hoecke <gui...@gmail.com> > 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 windows only issues but did not see something similar. > > Apparently flycheck has a problem with the fact that the buffer does not > correspond to a physical file.
No, I think the problem is that flycheck assumes it can create a file whose name includes '*', which is false on Windows. > I hope there is a known or suggested workaround... If I'm right, the only solution is to modify flycheck so that it runs the file name through convert-standard-filename.