[slime-devel] Re: [patch] a way to specify custom Emacs indentation right in the Lisp source
Nikodemus Siivola
nikodemus at random-state.net
Sun Aug 26 10:26:33 UTC 2007
On 8/26/07, Michael Livshin <gmane at cmm.kakpryg.net> wrote:
> <example>
> (setf (get 'my-macro 'swank:emacs-indentation)
> '(6 4 (&whole 2 &rest (&whole 1 &lambda &body))))
> </example>
>
> which has the nice property of storing the relevant information
> completely regardless of Swank's presence in the image at load time.
Not true: to load the symbol MY-MACRO from a fasl after this
requires SWANK. Nothing gained.
Cheers,
-- Nikodemus
More information about the slime-devel
mailing list