emacs-devel
[Top][All Lists]
Advanced

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

RE: Incorrect indentation after :name


From: Drew Adams
Subject: RE: Incorrect indentation after :name
Date: Tue, 5 Jul 2005 06:49:15 -0700

    I do check for a quote.  The check for `fboundp' is to try and
    "correctly" indent things like
           '(with-current-buffer buf
              (do-something))
    which occur sometimes in macros.

I would rather have it treat lists as lists, regardless of whether the lists
might represent programs (e.g. even in macros and arg to eval). So, to me,
dumb checking for a quote or backquote would be good. IOW, I like the
behavior given by Juanma's hook code using common-lisp-indent-function. But
I can imagine people might feel differently about this.





reply via email to

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