From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Incorrect indentation after :name Date: Wed, 06 Jul 2005 23:09:17 -0400 Message-ID: <87mzozfh6w.fsf-monnier+emacs@gnu.org> References: <42C80B48.3080103@student.lu.se> <87r7edhlsu.fsf-monnier+emacs@gnu.org> <200507060020.j660KVL21546@raven.dms.auburn.edu> <85ekabrdma.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1120706871 22378 80.91.229.2 (7 Jul 2005 03:27:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Jul 2005 03:27:51 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, Luc Teirlinck , rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 07 05:27:42 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DqN2w-0001lO-Ei for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2005 05:27:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DqN4H-0004F3-PV for ged-emacs-devel@m.gmane.org; Wed, 06 Jul 2005 23:28:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DqN0y-0001qh-2P for emacs-devel@gnu.org; Wed, 06 Jul 2005 23:25:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DqN0g-0001hN-7x for emacs-devel@gnu.org; Wed, 06 Jul 2005 23:25:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DqN0g-0001dL-0x for emacs-devel@gnu.org; Wed, 06 Jul 2005 23:25:10 -0400 Original-Received: from [209.226.175.97] (helo=tomts40-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DqMri-0002Uh-2y; Wed, 06 Jul 2005 23:15:54 -0400 Original-Received: from alfajor ([67.71.26.105]) by tomts40-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050707030917.TKTY1799.tomts40-srv.bellnexxia.net@alfajor>; Wed, 6 Jul 2005 23:09:17 -0400 Original-Received: by alfajor (Postfix, from userid 1000) id 9BABDD7425; Wed, 6 Jul 2005 23:09:17 -0400 (EDT) Original-To: David Kastrup In-Reply-To: <85ekabrdma.fsf@lola.goethe.zz> (David Kastrup's message of "Wed, 06 Jul 2005 20:30:37 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:40526 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40526 > I'd somewhat visually prefer > '( function and function ) > vs '(function of something) Let's not try to be too clever. After all, there's also the other cases like: (quote (function and function)) vs (quote (function of something)) and '(... (function and function) ...) vs '(... (function of something) ...) and ... Stefan