RE: completer fix for Emacs running on Windows
"Clementson, Bill" <[email protected]>
| Newsgroups | gmane.lisp.ilisp.devel |
|---|---|
| Message-ID | <[email protected]> |
Could you give an example of a situation where completer does not work properly on Emacs in Windows? It seems to work fine on my setup (Emacs 21.2, Win2000, Ilisp-cvs). For example, if I type the following: (setq x "c:/ and press the key for "complete-lisp", I get a listing of the files/directories on my C:\ folder. Are you getting different behavior? If so, on what versions of emacs/windows/ilisp? -- Bill Clementson > -----Original Message----- > From: Hannu Koivisto [mailto:[email protected]] > Sent: Sunday, May 25, 2003 8:20 AM > To: [email protected] > Subject: [Ilisp-devel] completer fix for Emacs running on Windows > > > Greetings, > > The attached patch fixes a problem in completer running on > Emacs running on Windows. First of all the original code > didn't work at all since replace-in-string is not defined in > Emacs and even if you fixed that, it seems that replacing > slashes with backslashes is not a good idea in Emacs -- > completer wasn't able to display the list of possible > completions. This may not be the most appropriate fix but at > least it's better than nothing. Someone who actually uses > Emacs and completer on Windows can hack further if this > doesn't turn out to be good enough. > > 2003-05-21 Hannu Koivisto <[email protected]> > > * completer.el: > * (completer-file) Replace slash with blackslashes in > STRING only > in XEmacs running on Windows. > > -- > Hannu > ------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge