From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: comment-dwim inserts `;;;' in lisp mode Date: Mon, 17 Dec 2007 10:27:27 +0100 Message-ID: <873au1wu0w.fsf@member.fsf.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1197883692 4781 80.91.229.12 (17 Dec 2007 09:28:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Dec 2007 09:28:12 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 17 10:28:19 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 1J4CGf-0002sd-9Z for ged-emacs-devel@m.gmane.org; Mon, 17 Dec 2007 10:28:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4CGL-00005r-AC for ged-emacs-devel@m.gmane.org; Mon, 17 Dec 2007 04:27:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J4CGA-0008Px-Ve for emacs-devel@gnu.org; Mon, 17 Dec 2007 04:27:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J4CG7-0008P6-H0 for emacs-devel@gnu.org; Mon, 17 Dec 2007 04:27:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4CG6-0008On-QM for emacs-devel@gnu.org; Mon, 17 Dec 2007 04:27:35 -0500 Original-Received: from out3.smtp.messagingengine.com ([66.111.4.27]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J4CG6-0001fh-8L for emacs-devel@gnu.org; Mon, 17 Dec 2007 04:27:34 -0500 Original-Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 193647E446 for ; Mon, 17 Dec 2007 04:27:30 -0500 (EST) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Mon, 17 Dec 2007 04:27:30 -0500 X-Sasl-enc: 9C3Mgqp4FIQF7CxuzNYSoXhqPzzN25Nk052H4sBPJGBH 1197883649 Original-Received: from baldur (dslb-084-063-026-160.pools.arcor-ip.net [84.63.26.160]) by mail.messagingengine.com (Postfix) with ESMTP id 4DA711D7E for ; Mon, 17 Dec 2007 04:27:29 -0500 (EST) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: (Reiner Steib's message of "Fri, 14 Dec 2007 22:57:59 +0100") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:85208 Archived-At: Reiner Steib writes: Hi Reiner, > Result in Emacs CVS: > > --8<--------------- > ;;; foo > --8<--------------- > > Expected result (and result in Emacs 22.1 and Emacs 22 branch): > > --8<--------------- > ;; foo > --8<--------------- That is because in 23 comment-style defaults to indent-or-triple wheras it defaults to indent in 22. One problem with the new default is that commented functions (or top-level sexps [starting in col 0]) are still outline-headings. See (and the messages above) for more infos. Bye, Tassilo