[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Lisp indentation.
From: |
Stefan Monnier |
Subject: |
Re: Lisp indentation. |
Date: |
Sun, 13 Mar 2005 08:51:58 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
> However, if (declare (indent ...)) is used to specify indentation, then
> the macro is defined during startup, but its lisp-indent-property will not
> be set.
Huh? That's not the behavior I see.
> [I guess, this is why there is a (put 'when 'lisp-indent-function 1)
> in lisp-mode.el, even though the definition of when in subr.el uses
> (declare (indent 1)).]
No, it's just that I haven't installed this part of my local changes yet.
> This should probably be fixed somehow, or else documented.
It'd be a blatant bug that needs urgent fixing. Can you show us some recipe
that demonstrates the problem?
Stefan