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 14:09:17 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>> ;;; Local Variables:
>> ;;; eval: (put 'with-XYZ 'lisp-indent-hook 1)
>> ;;; End:
> Ahh, nice...but where can i find such tricks in the documentation?
> I have search all the elisp-info files and haven't found *lisp-indent-hook*.

Maybe a typo?

work/emacs-0% grep lisp-indent-function man/*.texi
man/programs.texi:@cindex @code{lisp-indent-function} property
man/programs.texi:functions, according to the @code{lisp-indent-function} 
property of the
work/emacs-0% 

I think it also appears in the elisp manual:

work/emacs-0% grep lisp-indent-function lispref/*.texi
lispref/hooks.texi:@item lisp-indent-function
lispref/symbols.texi:(lisp-indent-function 0 byte-compile byte-compile-progn)
lispref/symbols.texi:Here @code{lisp-indent-function} and @code{byte-compile} 
are property
work/emacs-0% 


        Stefan


reply via email to

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