Another one:
One of the things my .lispworks file does is
(change-directory "/somewhere")
Apparently, that file is read after SLIME has synced the directories between Emacs and LW. Is there any form that I can put into my .lispworks file to force the two (from the CL side) to re-sync?
Thanks, Edi.
Edi Weitz edi@agharta.de writes:
Another one:
One of the things my .lispworks file does is
(change-directory "/somewhere")
Apparently, that file is read after SLIME has synced the directories between Emacs and LW. Is there any form that I can put into my .lispworks file to force the two (from the CL side) to re-sync?
Hmm, currently SLIME doesn't sync any directories at startup. Maybe we should. Do you think the (emacs) default-directory in REPL buffer should initialized with the directory on the Lisp side, or something else?
On Thu, 16 Dec 2004 23:12:30 +0100, Helmut Eller e9626484@stud3.tuwien.ac.at wrote:
Hmm, currently SLIME doesn't sync any directories at startup. Maybe we should. Do you think the (emacs) default-directory in REPL buffer should initialized with the directory on the Lisp side, or something else?
Something like this. Actually I always thought that was already the case. Most of the time I worked with CMUCL on Linux and CMUCL always started up in Emacs' current directory when I did M-x slime. Hmmm....
Cheers, Edi.