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: Sun, 16 Apr 2006 08:10:43 -0400 Message-ID: <87zmilu3hn.fsf-monnier+emacs@gnu.org> 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 1145189469 20233 80.91.229.2 (16 Apr 2006 12:11:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 Apr 2006 12:11:09 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 16 14:11:04 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 1FV65m-0002xz-DK for ged-emacs-devel@m.gmane.org; Sun, 16 Apr 2006 14:11:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FV65l-0004bP-4i for ged-emacs-devel@m.gmane.org; Sun, 16 Apr 2006 08:11:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FV65V-0004ak-RT for emacs-devel@gnu.org; Sun, 16 Apr 2006 08:10:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FV65V-0004a3-7J for emacs-devel@gnu.org; Sun, 16 Apr 2006 08:10:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FV65V-0004Zu-5X for emacs-devel@gnu.org; Sun, 16 Apr 2006 08:10:45 -0400 Original-Received: from [209.226.175.93] (helo=tomts36-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FV65v-0005bH-9u for emacs-devel@gnu.org; Sun, 16 Apr 2006 08:11:11 -0400 Original-Received: from alfajor ([70.53.192.213]) by tomts36-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060416121044.VPUT13653.tomts36-srv.bellnexxia.net@alfajor>; Sun, 16 Apr 2006 08:10:44 -0400 Original-Received: by alfajor (Postfix, from userid 1000) id B64DAD86E3; Sun, 16 Apr 2006 08:10:43 -0400 (EDT) Original-To: Ralf Angeli In-Reply-To: (Ralf Angeli's message of "Sat, 15 Apr 2006 09:12:41 +0200") 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:52919 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 "; ". > Then commenting at the beginning of a line will not work correctly > anymore. What makes you think so? AFAIK, the only side-effect it'll have is that there won't be a difference between a comment-padding set to 1 or to 0. Stefan