From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Space after inline comment char Date: Fri, 14 Apr 2006 23:11:16 -0400 Message-ID: <8764lbv8ia.fsf-monnier+emacs@gnu.org> References: <32708.1145055187@olgas.newt.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1145070699 5272 80.91.229.2 (15 Apr 2006 03:11:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 Apr 2006 03:11:39 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 15 05:11:37 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 1FUbCB-0005Vw-4n for ged-emacs-devel@m.gmane.org; Sat, 15 Apr 2006 05:11:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FUbC9-0004hr-SR for ged-emacs-devel@m.gmane.org; Fri, 14 Apr 2006 23:11:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FUbBw-0004h4-Rh for emacs-devel@gnu.org; Fri, 14 Apr 2006 23:11:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FUbBt-0004eI-Fd for emacs-devel@gnu.org; Fri, 14 Apr 2006 23:11:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FUbBt-0004eF-9M for emacs-devel@gnu.org; Fri, 14 Apr 2006 23:11:17 -0400 Original-Received: from [209.226.175.54] (helo=tomts10-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FUbC0-0002ho-5m for emacs-devel@gnu.org; Fri, 14 Apr 2006 23:11:24 -0400 Original-Received: from alfajor ([70.53.192.213]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060415031116.QQER20622.tomts10-srv.bellnexxia.net@alfajor>; Fri, 14 Apr 2006 23:11:16 -0400 Original-Received: by alfajor (Postfix, from userid 1000) id 38DA32FFCF; Fri, 14 Apr 2006 23:11:16 -0400 (EDT) Original-To: emacs-devel@gnu.org In-Reply-To: <32708.1145055187@olgas.newt.com> (Bill Wohler's message of "Fri, 14 Apr 2006 15:53:07 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:52888 Archived-At: > (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 "; ". Stefan