From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: Indentation of LISP code Date: Fri, 06 Apr 2007 11:02:42 +0200 Message-ID: <87mz1l27v1.fsf@ambire.localdomain> References: <31279316.113871175847628387.JavaMail.www@wwinf4202> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1175850494 28970 80.91.229.12 (6 Apr 2007 09:08:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 6 Apr 2007 09:08:14 +0000 (UTC) Cc: "Emacs Dev \[emacs-devel\]" To: alinsoar@voila.fr Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 06 11:07:45 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HZkLl-0001qv-7Z for ged-emacs-devel@m.gmane.org; Fri, 06 Apr 2007 11:03:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HZkPD-0003jj-Nn for ged-emacs-devel@m.gmane.org; Fri, 06 Apr 2007 05:06:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HZkP7-0003iU-Pp for emacs-devel@gnu.org; Fri, 06 Apr 2007 05:06:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HZkP5-0003hc-Fv for emacs-devel@gnu.org; Fri, 06 Apr 2007 05:06:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HZkP5-0003hX-9j for emacs-devel@gnu.org; Fri, 06 Apr 2007 05:06:43 -0400 Original-Received: from smtp-out3.libero.it ([212.52.84.43]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HZkLb-0007SC-4k for emacs-devel@gnu.org; Fri, 06 Apr 2007 05:03:07 -0400 Original-Received: from localhost (172.31.0.54) by smtp-out3.libero.it (7.3.120) id 4611FE5E0040B688; Fri, 6 Apr 2007 11:02:37 +0200 X-Scanned: with antispam and antivirus automated system at libero.it Original-Received: from smtp-out1.libero.it ([172.31.0.37]) by localhost (asav-out12.libero.it [192.168.32.40]) (amavisd-new, port 10024) with ESMTP id YKslHyJLvtOC; Fri, 6 Apr 2007 11:02:36 +0200 (CEST) Original-Received: from ambire.localdomain (151.21.32.188) by smtp-out1.libero.it (7.3.120) id 4611FC910056CD28; Fri, 6 Apr 2007 11:02:36 +0200 Original-Received: from ttn by ambire.localdomain with local (Exim 4.50) id 1HZkLC-0000hG-L9; Fri, 06 Apr 2007 11:02:42 +0200 In-Reply-To: <31279316.113871175847628387.JavaMail.www@wwinf4202> (A. Soare's message of "Fri\, 6 Apr 2007 10\:20\:28 +0200 \(CEST\)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.97 (gnu/linux) X-detected-kernel: Linux 2.4-2.6 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:69118 Archived-At: () A Soare () Fri, 6 Apr 2007 10:20:28 +0200 (CEST) > AFAIK, the only rule about ";;;" is that they should be "indented" > to column 0, which in the present case is impossible. Will somebody explain me how do you want these comments to show in future? (example and explanations with all line commented and also ;;; comment at the end of the line). perhaps this will suffice: (info "(elisp)Comment Tips") thi