[slime-devel] Slime-edit-definition to functions defined in top level let form?
Stas Boukarev
stassats at gmail.com
Mon Oct 22 13:10:06 UTC 2012
Masayuki Takagi <kamonama at gmail.com> writes:
> Hi,
>
> Are there any ways to jump to functions defined in top level let form
> by slime-edit-definition?
>
> For example below, I want to jump to the head of (defin foo ...) form,
> not that of top level (let ...) form when M-. on (foo):
>
> -----
> (let (var)
> (defun foo ()
> var)))
>
> (foo)
That depends on what information your implementation provides, not on slime.
--
With best regards, Stas.
More information about the slime-devel
mailing list