[slime-devel] Setting FASL directory
Helmut Eller
heller at common-lisp.net
Fri Aug 14 06:44:16 UTC 2009
* David Neu [2009-08-13 16:56+0200] writes:
> I'd like to be able to set the location of the *.fasl files that are
> ending up in ~/.slime/fasl/..., preferably from my .emacs.
A not-so-simple solution is to modify slime-init-command.
After (load ,(expand-file-name loader) :verbose t)
add something like
(set (read-from-string "swank-loader::*fasl-directory*") <your-location>)
Helmut
More information about the slime-devel
mailing list