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: Juanma Barranquero
Subject: Re: common-lisp-indent'ation of def*
Date: Fri, 27 Oct 2006 00:10:35 +0200

On 10/26/06, Chong Yidong <address@hidden> wrote:

I concur.  I've checked in a fix.

Thanks.

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?

--
                   /L/e/k/t/u




reply via email to

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