From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Angeli Newsgroups: gmane.emacs.devel Subject: Re: Space after inline comment char Date: Mon, 17 Apr 2006 11:28:23 +0200 Message-ID: References: <32708.1145055187@olgas.newt.com> <8764lbv8ia.fsf-monnier+emacs@gnu.org> <87zmilu3hn.fsf-monnier+emacs@gnu.org> <87ejzwsvxs.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1145266224 32288 80.91.229.2 (17 Apr 2006 09:30:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Apr 2006 09:30:24 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 17 11:30:23 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 1FVQ3n-0006kC-4v for ged-emacs-devel@m.gmane.org; Mon, 17 Apr 2006 11:30:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FVQ3m-0001hY-Kv for ged-emacs-devel@m.gmane.org; Mon, 17 Apr 2006 05:30:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FVQ3a-0001hF-4c for emacs-devel@gnu.org; Mon, 17 Apr 2006 05:30:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FVQ3Y-0001g2-C1 for emacs-devel@gnu.org; Mon, 17 Apr 2006 05:30:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FVQ3Y-0001fw-7i for emacs-devel@gnu.org; Mon, 17 Apr 2006 05:30:04 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FVQ4A-0006N5-E3 for emacs-devel@gnu.org; Mon, 17 Apr 2006 05:30:42 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1FVQ3W-0006ir-2B for emacs-devel@gnu.org; Mon, 17 Apr 2006 11:30:02 +0200 Original-Received: from dialin-212-144-209-250.pools.arcor-ip.net ([212.144.209.250]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Apr 2006 11:30:02 +0200 Original-Received: from angeli by dialin-212-144-209-250.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Apr 2006 11:30:02 +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: dialin-212-144-209-250.pools.arcor-ip.net Cancel-Lock: sha1:jIxsLVjSOFcNo6Ui9ZyUs8uCXdU= 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:52955 Archived-At: * Stefan Monnier (2006-04-17) writes: >> That will result in >> ; foo >> whereas it should be >> ;; foo > > Good point. I believe the patch below has fixed it, It did. I still think it would be nice if one could control spaces after comment starterts with `comment-padding' _everywhere_, i.e. after comment starters inserted by `comment-indent' as well. That would feel more consistent. But then, the doc string of `comment-padding' only talks about `comment-region'. -- Ralf