Yesterday I reported a problem with loading the Ciao interpreter in Emacs on Windows NT Workstation 4.0 sp6. Now thanks to Dan Larner at Xerox Parc my ciao/emacs problem is solved. The problem involved changing the path \ to / in DOTemacs.el. Everything works fine. Thanks to you and this list.
Mike Hewitt
"Larner, Dan <larner(a)parc.xerox.com>" <larner on 04/04/2001 04:03:17 PM
To: "'Mike_Hewitt(a)kcmo.org'" <Mike_Hewitt(a)kcmo.org> cc: ciao-users(a)clip.dia.fi.upm.es Subject: RE: Ciao and Emacs on Win NT 4.0
I had the same problem. In my case it was due to the use of backslashes in the DOTemaces.el file in the Ciao Directory. All instances of say e:\ need to be changed to e:/
For example: "E:\prolog/ciao-1.7p30Win32/shell/ciaosh.bat"
should be changed to
"E:/prolog/ciao-1.7p30Win32/shell/ciaosh.bat"