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: common-lisp-indent'ation of def* Date: Fri, 27 Oct 2006 00:10:35 +0200 Message-ID: References: <87odrybyhl.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1161900674 17460 80.91.229.2 (26 Oct 2006 22:11:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Oct 2006 22:11:14 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 27 00:11:12 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 1GdDRK-0000jI-NI for ged-emacs-devel@m.gmane.org; Fri, 27 Oct 2006 00:11:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdDRK-0001Rv-33 for ged-emacs-devel@m.gmane.org; Thu, 26 Oct 2006 18:11:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GdDR5-0001RJ-8N for emacs-devel@gnu.org; Thu, 26 Oct 2006 18:10:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GdDR0-0001Q8-4f for emacs-devel@gnu.org; Thu, 26 Oct 2006 18:10:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdDQz-0001Pv-SG for emacs-devel@gnu.org; Thu, 26 Oct 2006 18:10:45 -0400 Original-Received: from [64.233.182.187] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GdDQz-0006MR-Me for emacs-devel@gnu.org; Thu, 26 Oct 2006 18:10:45 -0400 Original-Received: by nf-out-0910.google.com with SMTP id q29so1270669nfc for ; Thu, 26 Oct 2006 15:10:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=N867HxAlG6nnVs6exfahCEyVEzloSPGBBASYBd5vkxAt7ediBOThQRzEYLoD2Qz5ZZqHJT9KH2BWoxyXfTFGnrG3+sTSTjiuF3XUsjslvkGiY4Qf9NrQtrsKPVVJDgp9nmOC5LJhVw4PuDtp8ZJQvtJXwhYqVHeTcZdwipBhsfM= Original-Received: by 10.82.120.14 with SMTP id s14mr967105buc; Thu, 26 Oct 2006 15:10:36 -0700 (PDT) Original-Received: by 10.82.136.11 with HTTP; Thu, 26 Oct 2006 15:10:35 -0700 (PDT) Original-To: "Chong Yidong" In-Reply-To: <87odrybyhl.fsf@stupidchicken.com> 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:61211 Archived-At: On 10/26/06, Chong Yidong wrote: > I concur. I've checked in a fix. Thanks. 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? -- /L/e/k/t/u