From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Incorrect indentation after :name Date: Tue, 05 Jul 2005 15:11:49 -0400 Message-ID: References: <42C80B48.3080103@student.lu.se> <87r7edhlsu.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1120592157 22352 80.91.229.2 (5 Jul 2005 19:35:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Jul 2005 19:35:57 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 05 21:35:55 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DpsuE-0004t1-RN for ged-emacs-devel@m.gmane.org; Tue, 05 Jul 2005 21:16:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DpsvV-0008M5-Pw for ged-emacs-devel@m.gmane.org; Tue, 05 Jul 2005 15:17:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dpsu8-0007mf-7B for emacs-devel@gnu.org; Tue, 05 Jul 2005 15:16:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dpsu3-0007jz-NO for emacs-devel@gnu.org; Tue, 05 Jul 2005 15:16:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dpsu3-0007jB-5w for emacs-devel@gnu.org; Tue, 05 Jul 2005 15:16:19 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dpsxz-0006cO-Rj for emacs-devel@gnu.org; Tue, 05 Jul 2005 15:20:23 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Dpsph-0007FG-FI; Tue, 05 Jul 2005 15:11:49 -0400 Original-To: Stefan Monnier In-reply-to: <87r7edhlsu.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Tue, 05 Jul 2005 01:21:46 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:40448 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40448 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?