From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Suraj Acharya Newsgroups: gmane.emacs.devel Subject: correct indentation for flet and labels macros Date: Mon, 30 Aug 2004 19:26:52 -0700 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1093919242 5462 80.91.224.253 (31 Aug 2004 02:27:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Aug 2004 02:27:22 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 31 04:27:14 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C1yMb-0002aD-00 for ; Tue, 31 Aug 2004 04:27:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C1yRS-0007D6-Iy for ged-emacs-devel@m.gmane.org; Mon, 30 Aug 2004 22:32:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C1yRI-0007CV-Bn for emacs-devel@gnu.org; Mon, 30 Aug 2004 22:32:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C1yRG-0007CC-JT for emacs-devel@gnu.org; Mon, 30 Aug 2004 22:32:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C1yRG-0007C2-GY for emacs-devel@gnu.org; Mon, 30 Aug 2004 22:32:02 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C1yMD-0000Sg-Jt for emacs-devel@gnu.org; Mon, 30 Aug 2004 22:26:49 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1C1yMC-0008Qk-00 for ; Tue, 31 Aug 2004 04:26:48 +0200 Original-Received: from 63.96.165.58 ([63.96.165.58]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Aug 2004 04:26:48 +0200 Original-Received: from sacharya by 63.96.165.58 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Aug 2004 04:26:48 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 17 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 63.96.165.58 User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26633 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26633 Is there any way to get flet and labels to indent their definitions like defun? I want (flet ((foo (args) (bar))) instead of (flet ((foo (args) (bar))) Suraj