Luke Gorrie luke@bluetail.com writes:
Lars Magne Ingebrigtsen larsi@gnus.org writes:
It's not a bug, but I find it a bit annoying that default directory that the REPL buffer uses doesn't work more, er, "the way I want". That is, if I'm working on a directory on some files (perhaps evaling functions in a different buffer), and I then say (load "whatever") in the REPL buffer, it doesn't find that file, because the directory hasn't been updated...
Don't want to `C-c C-l' (slime-load-file) from a lisp buffer instead?
Alternatively, you might want to use C-c ~ (slime-sync-package-and-default-directory)
- Bill