indent like labels
Hi, I want my macro flet* to indent in the same way as (labels and (flet (In the LW's Hemlock). How would I set this up? David
Hi, I want my macro flet* to indent in the same way as (labels and (flet (In the LW's Hemlock). How would I set this up? David
> From: owner-lisp-hug@lispworks.com > [mailto:owner-lisp-hug@lispworks.com] On Behalf Of David Tolpin > Sent: 21 December 2005 11:45 > To: lisp-hug@lispworks.com > Subject: indent like labels > > Hi, > > I want my macro flet* to indent in the same way as (labels and (flet > (In the LW's Hemlock). How would I set this up? > > David The "indents.lisp" file in LW's "config" directory contains things like this: (setup-indent "labels" 1 nil nil 'flet) The last argument doesn't appear to be documented. (BTW, SETUP-INDENT is actually EDITOR:SETUP-INDENT.) HTH, Simon