[slime-devel] request for pecifying location fasl-files

Helmut Eller heller at common-lisp.net
Sat Jan 10 12:10:30 UTC 2009


* Knut Olav Bøhmer [2008-09-09 12:58+0200] writes:

> Hi,
>
> I would like to be able to specify where slime should place it's
> fasl-files when running slime-compile-and-load-file.
> The location should be per-buffer/filename configurable by placing
> variable-definition in the header of a .lisp file or by a hook that runs
> when a .lisp file is opened.
> I have attached an example implementation that I use, and have used for
> a long time. It works for me.

I added something similar.  swank:*fasl-directory* can be used to
specify the directory for fasl files.

On the Emacs side, slime-compile-file-options can be set to something
like (:fasl-directory "/foo/bar/").

Helmut.





More information about the slime-devel mailing list