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: Sat, 15 Apr 2006 09:12:41 +0200 Organization: nil Message-ID: References: <32708.1145055187@olgas.newt.com> <8764lbv8ia.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 1145085344 16988 80.91.229.2 (15 Apr 2006 07:15:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 Apr 2006 07:15:44 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 15 09:15:43 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 1FUf0L-0007Ww-31 for ged-emacs-devel@m.gmane.org; Sat, 15 Apr 2006 09:15:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FUf0K-0002d6-Ct for ged-emacs-devel@m.gmane.org; Sat, 15 Apr 2006 03:15:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FUezt-0002cp-Jd for emacs-devel@gnu.org; Sat, 15 Apr 2006 03:15:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FUezr-0002cF-Vf for emacs-devel@gnu.org; Sat, 15 Apr 2006 03:15:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FUezr-0002cC-PP for emacs-devel@gnu.org; Sat, 15 Apr 2006 03:15:07 -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 1FUf00-0001hW-UU for emacs-devel@gnu.org; Sat, 15 Apr 2006 03:15:17 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1FUezm-0007QA-5w for emacs-devel@gnu.org; Sat, 15 Apr 2006 09:15:02 +0200 Original-Received: from dialin-145-254-234-172.pools.arcor-ip.net ([145.254.234.172]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Apr 2006 09:15:02 +0200 Original-Received: from angeli by dialin-145-254-234-172.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Apr 2006 09:15:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 15 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dialin-145-254-234-172.pools.arcor-ip.net Cancel-Lock: sha1:TuicBok11/iREMHv3XUfAoFlr6U= 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:52889 Archived-At: * Stefan Monnier (2006-04-15) writes: >> (elisp) Comment Tips does not say whether a space should follow a single >> semicolon comment or not. The example and most of the code shows that a >> space does follow the semicolon, but comment-dwim does not insert one. >> It would be nice if it did. > > That's easy: change comment-start from ";" to "; ". Then commenting at the beginning of a line will not work correctly anymore. A better way would be to make `comment-indent' aware of `comment-padding'. -- Ralf