[Openmcl-devel] Teaching the editor to indent (probably an idiot question)

peter p2.edoc at googlemail.com
Tue Feb 2 07:16:21 PST 2010


At 10:00 AM -0500 10/2/2, Gail Zacharias wrote:
>You can put the defindent in the source file, e.g.
>
>(eval-when (:compile-toplevel :execute :load-toplevel)
>    (hemlock-interface:defindent ...))

The mode line (as in ;;;-*- Mode: Lisp; Package: COMMON-LISP-USER -*- 
etc) is irrelevant (ignored as a comment)?

On the general subject, is there an indent style which allows 
individual tab delineated column widths to be specified (perhaps like 
Zmacs's)?

(as in (for space chars read tabs):
a    b          c  d
z    y          x  w
...
)



More information about the Openmcl-devel mailing list