
26 Aug
2007
26 Aug
'07
11:32 a.m.
"Nikodemus Siivola" <nikodemus@random-state.net> writes:
On 8/26/07, Michael Livshin <gmane@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