From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Incorrect indentation after :name Date: Thu, 7 Jul 2005 20:49:17 +0200 Message-ID: References: <87mzozfh6w.fsf-monnier+emacs@gnu.org> Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1120762349 21569 80.91.229.2 (7 Jul 2005 18:52:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Jul 2005 18:52:29 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 07 20:52:23 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DqbTi-0000vf-VO for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2005 20:52:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DqbV6-0004Tl-3U for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2005 14:53:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DqbTw-00047v-W7 for emacs-devel@gnu.org; Thu, 07 Jul 2005 14:52:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DqbTn-000419-7Y for emacs-devel@gnu.org; Thu, 07 Jul 2005 14:52:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DqbTm-00040G-T7 for emacs-devel@gnu.org; Thu, 07 Jul 2005 14:52:10 -0400 Original-Received: from [64.233.182.207] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DqbXX-0005xh-5l for emacs-devel@gnu.org; Thu, 07 Jul 2005 14:56:03 -0400 Original-Received: by nproxy.gmail.com with SMTP id h2so68833nfe for ; Thu, 07 Jul 2005 11:49:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mIThw6zwlkK7VblES1z98tv7L230LykBXxJuzTDGGHGsIqxArJo9iGbZ+znnk5cloxVlbyNGUnZ36xnUzXpwcF8wV2QbZviQMjHIrxqRkuIj+wYCUhyRTzyfSJx8buvYwO0JoJVbcWKVfWThp9RHEjFLtM9c0cQyWYSRE6XNVfU= Original-Received: by 10.48.4.10 with SMTP id 10mr43466nfd; Thu, 07 Jul 2005 11:49:17 -0700 (PDT) Original-Received: by 10.48.250.5 with HTTP; Thu, 7 Jul 2005 11:49:17 -0700 (PDT) Original-To: emacs-devel@gnu.org In-Reply-To: Content-Disposition: inline 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:40575 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40575 On 7/7/05, Lawrence Mitchell wrote: > This breaks the standard indentation of IF in lisp-mode buffers. If you mean that `if's are: (if x (a) (b) (c)) instead of: (if x (a) (b) (c)) I would consider this a clear advantage. Anyway, I'm not proposing my customizations to be adopted, I'm happy having them on .emacs... --=20 /L/e/k/t/u