From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: common-lisp-indent'ation of def* Date: Thu, 26 Oct 2006 20:53:49 -0400 Message-ID: <87ac3iy3xe.fsf@stupidchicken.com> References: <87odrybyhl.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1161911642 11830 80.91.229.2 (27 Oct 2006 01:14:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 Oct 2006 01:14:02 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 27 03:13:58 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GdFyl-00018N-Kw for ged-emacs-devel@m.gmane.org; Fri, 27 Oct 2006 02:53:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdFyl-0000OF-5l for ged-emacs-devel@m.gmane.org; Thu, 26 Oct 2006 20:53:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GdFyX-0000Nd-Fr for emacs-devel@gnu.org; Thu, 26 Oct 2006 20:53:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GdFyS-0000Mo-DD for emacs-devel@gnu.org; Thu, 26 Oct 2006 20:53:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdFyS-0000Ml-9n for emacs-devel@gnu.org; Thu, 26 Oct 2006 20:53:28 -0400 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GdFyS-0005c7-Dy for emacs-devel@gnu.org; Thu, 26 Oct 2006 20:53:28 -0400 Original-Received: by cyd (Postfix, from userid 1000) id 8114C4E447; Thu, 26 Oct 2006 20:53:49 -0400 (EDT) Original-To: "Juanma Barranquero" In-Reply-To: (Juanma Barranquero's message of "Fri\, 27 Oct 2006 00\:10\:35 +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:61213 Archived-At: "Juanma Barranquero" writes: > Now I'm seeing something weird. After eval'ing the progn, doing M-C-q > at the start of the if gives: > > (if () > (deffoo bar > ()) ;; indent this > (foo bar)) > > However, hitting TAB in each line gives: > > (if () > (deffoo bar > ()) ;; indent this > (foo bar)) > > Is that expected? No. I've checked in a fix for the fix. I think it's right, but the code in cl-indent.el is pretty grungy :-(