Hi,
Gary King gwking@metabang.com writes:
I'd like this feature too but think it would be better implemented to use ASDF-Binary-Locations if that extension was present.
I would like to second that. I'd like to have the fasls put where ABL puts them. I have been bitten by inconsistencies in ASDF generated fasl and C-c C-k fasls before.
If I have time this week, I'll try to merge your work (for when ABL isn't there) and my ABL hack and put it up as a patch.
Good :)
On Sep 9, 2008, at 6:58 AM, Knut Olav Bøhmer wrote:
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.
Ole