[slime-devel] Re: [patch] a way to specify custom Emacs indentation right in the Lisp source

Michael Livshin gmane at cmm.kakpryg.net
Sun Aug 26 11:32:04 UTC 2007


"Nikodemus Siivola" <nikodemus at random-state.net> writes:

> 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.

oh, right.

I like the keyword route more and more, really.  those Lisp Machine
people had it easy...

cheers,
--m




More information about the slime-devel mailing list