emacs-devel
[Top][All Lists]
Advanced

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

Re: common-lisp-indent'ation of def*


From: Chong Yidong
Subject: Re: common-lisp-indent'ation of def*
Date: Thu, 26 Oct 2006 20:53:49 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

"Juanma Barranquero" <address@hidden> writes:

> Now I'm seeing something weird. After eval'ing the progn, doing M-C-q
> at the start of the if gives:
>
> (if ()
>     (deffoo bar
>        ()) ;; indent this
>     (foo bar))
>
> However, hitting TAB in each line gives:
>
> (if ()
>     (deffoo bar
>        ()) ;; indent this
>   (foo bar))
>
> Is that expected?

No.  I've checked in a fix for the fix.  I think it's right, but the
code in cl-indent.el is pretty grungy :-(




reply via email to

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