Comment 1 by Unknown User, Jul 13, 2007
Is this a problem? On DOS and Win32, \ and / are both directory separators, basically interchangeable.
Comment 2 by Unknown User, Jul 13, 2007
added attachment emacsError.txt
- emacsError.txt - 164 bytes - view
Comment 3 by Unknown User, Jul 13, 2007
Ooops again, I didn't see the post a comment thing. Well emacs gives the error in the attached text file (forgot to include it when I submitted the bug), and then doesn't want to proceed with the merge
Comment 5 by Stephen Leake, Sep 3, 2012
Note that in the error message in emacsError.txt there are _no_ directory separators, so the title of this issue is misleading. The problem is that the Windows directory separator `\` is an escape in elisp string syntax, so Emacs drops it from the string. The fix is to convert those to Unix directory separators. fixed in ef39de24.. 9/6/2007
Status:
Fixed
Sign in to reply to this comment.
Reported by Unknown User, Jul 13, 2007