On Tue, Mar 05 2013, Dave Cooper wrote:
Hi,
Is there any recommended way to "rebase" the source tree for definitions in Slime, so that M-. (slime-edit-definition) will find the definition in the "new" location (for example after a Lisp image has been saved and moved to a new machine, where the source code still exists but is in a different location from where it was during the build)?
You could set slime-from-lisp-filename-function to something that computes the new filename.
Helmut