Re: MS-DOS-style paths are not recognized in elisp function in 23.4-2

2012-06-18 Thread Ken Brown
On 6/18/2012 4:46 PM, Neal Groothuis wrote: On 6/18/2012 2:41 PM, Ken Brown wrote: Does the cygpath utility help? If emacs can be patched to use it on on file open calls, sure. I was suggesting that you should consider using cygpath to convert your MS-DOS path to a POSIX path. Cygwin prog

Re: MS-DOS-style paths are not recognized in elisp function in 23.4-2

2012-06-18 Thread Neal Groothuis
On 6/18/2012 2:41 PM, Ken Brown wrote: > Does the cygpath utility help? If emacs can be patched to use it on on file open calls, sure. - Neal -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.ht

Re: MS-DOS-style paths are not recognized in elisp function in 23.4-2

2012-06-18 Thread Ken Brown
On 6/18/2012 1:40 PM, Neal Groothuis wrote: Hello all, In Emacs 23.4-2 on Cygwin, the byte-compile-file Elisp function does not recognize MS-DOS style paths. E.g., if I call (byte-compile-file "C:/foo/bar.el" t), it will try to compile "/home/ngroothuis/C:/foo/bar.el". This is a problem for th