help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pretty highlighting and indenting own elisp macros


From: Stefan Monnier <address@hidden>
Subject: Re: pretty highlighting and indenting own elisp macros
Date: 16 Oct 2002 12:03:31 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "Klaus" == Klaus Berndl <Klaus.Berndl@sdm.de> writes:
> What must i do so my own macros are highlighted and indented as build-in
> macros like `with-temp-file'? The former one seems to be not so hard but
> for the second one i have no glue.

You specify it via a symbol property.
Check out (symbol-plist 'with-temp-file) and you should see
something about indentation in the output.  Same thing for
edebugging.


        Stefan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]