From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "William Xue" Newsgroups: gmane.emacs.devel Subject: Re: redundant space after run 'c-indent-new-comment-line' Date: Fri, 16 Feb 2007 09:53:41 +0800 Organization: wv Message-ID: References: <20070214234925.GA1024@muc.de> <20070215204913.GA3020@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1171590837 7919 80.91.229.12 (16 Feb 2007 01:53:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Feb 2007 01:53:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Alan Mackenzie" , "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 16 02:53:50 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 1HHsIE-0002nR-Ha for ged-emacs-devel@m.gmane.org; Fri, 16 Feb 2007 02:53:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HHsIE-0000Bf-5w for ged-emacs-devel@m.gmane.org; Thu, 15 Feb 2007 20:53:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HHsI4-0000BQ-7z for emacs-devel@gnu.org; Thu, 15 Feb 2007 20:53:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HHsI2-0000BE-5f for emacs-devel@gnu.org; Thu, 15 Feb 2007 20:53:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HHsI2-0000BB-3C for emacs-devel@gnu.org; Thu, 15 Feb 2007 20:53:34 -0500 Original-Received: from nz-out-0506.google.com ([64.233.162.239]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HHsI1-0004yB-Mw for emacs-devel@gnu.org; Thu, 15 Feb 2007 20:53:33 -0500 Original-Received: by nz-out-0506.google.com with SMTP id s1so698802nze for ; Thu, 15 Feb 2007 17:53:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:to:subject:from:organization:cc:content-type:mime-version:references:content-transfer-encoding:message-id:in-reply-to:user-agent; b=ECS4Qp3rzIQrs39jCXThPw7F0duhoYyYolA0zuXdUMbEaL5DH/RBfOIB9ozTiG3JiIKP/Q56NVkNUBP60As8miUK67yKfNxbBZk+MYk0bLlhFyKpFi7uH60mts0tY6iDiEPRQMoUcEIzhtqtWxHgPUlFY0E8NyNWAWwTHpg3zEI= Original-Received: by 10.64.131.17 with SMTP id e17mr4029695qbd.1171590812772; Thu, 15 Feb 2007 17:53:32 -0800 (PST) Original-Received: from williamnb ( [222.92.128.160]) by mx.google.com with ESMTP id c1sm3776472nzd.2007.02.15.17.53.29; Thu, 15 Feb 2007 17:53:32 -0800 (PST) In-Reply-To: <20070215204913.GA3020@muc.de> User-Agent: Opera Mail/9.20 (Win32) X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:66442 Archived-At: On Fri, 16 Feb 2007 03:34:25 +0800, Alan Mackenzie wrote: > Hi, Stefan! > > On Thu, Feb 15, 2007 at 10:18:31AM -0500, Stefan Monnier wrote: >> > On Wed, Feb 14, 2007 at 03:24:54PM +0800, William Xue wrote: >> >> First, 'M-;' make a c style comment in a new line in a .h file, it >> prints >> >> '/* */', and the cursor blinks at the 2nd space char. > >> > Yes. This is the place where you'll be wanting to start typing. > >> But why 3 spaces? This looks like a bug. But when I try it in Emacs >> -Q, I get 2 spaces, so maybe it's something in his .emacs ? > > Maybe. Maybe he copied the string by hand, and an extra space slipped > in. > > William, if you suspect that you got one space too many in '/* */', > please dump your CC Mode configuration (with C-c C-b) and post it here. > >> Stefan > There are only 2 spaces here also. Maybe I added one more space accidentially when writing the message, sorry. -- Sincerely yours, William