[slime-devel] seting default directory

Hi there, I can't find out how I can set default directory in which slime should run. I tried to add (set-default-directory "foobar") to site-init.lisp, but things don't go that way, it seems to me... -- sig

On Sun, 11 Jun 2006, Nikola Skoric wrote:
Hi there,
I can't find out how I can set default directory in which slime should run. I tried to add (set-default-directory "foobar") to site-init.lisp, but things don't go that way, it seems to me...
Try ,cd in the REPL. HTH, Andras
-- sig
_______________________________________________ slime-devel site list slime-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/slime-devel

On Jun 11, 2006, at 3:05 PM, Nikola Skoric wrote:
I can't find out how I can set default directory in which slime should run. I tried to add (set-default-directory "foobar") to site-init.lisp, but things don't go that way, it seems to me...
I don't know if this data point is helpful or not, but my lisp appears to run in whatever the current emacs directory is (i.e. "M-x cd") when I start slime. Michael

Nikola Skoric wrote:
Hi there,
I can't find out how I can set default directory in which slime should run. I tried to add (set-default-directory "foobar") to site-init.lisp, but things don't go that way, it seems to me...
-- sig
(cd "/path/to/where/you/want/to/go/today/") -- There is no worse tyranny than to force a man to pay for what he does not want merely because you think it would be good for him. -- Robert Heinlein
participants (4)
-
Andras Simon
-
Lou Vanek
-
Michael Price
-
Nikola Skoric