emacs-devel
[Top][All Lists]
Advanced

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

Re: Incorrect indentation after :name


From: Richard M. Stallman
Subject: Re: Incorrect indentation after :name
Date: Tue, 05 Jul 2005 15:11:49 -0400

    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 see.  In that case, the mistakes would be few enough that I think
your patch is a good idea.

However, it would be even better if develop a textual convention for
indicating function calls that appear in quotes.  That would enable
Emacs to detect them reliably.

Perhaps--put a space between the quote and the open-paren?




reply via email to

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