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: redundant space after run 'c-indent-new-comment-line' Date: Wed, 14 Feb 2007 15:24:54 +0800 Organization: wv Message-ID: 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 1171437914 7359 80.91.229.12 (14 Feb 2007 07:25:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Feb 2007 07:25:14 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 14 08:25:03 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 1HHEVh-000624-TG for ged-emacs-devel@m.gmane.org; Wed, 14 Feb 2007 08:25:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HHEVh-0007Gf-9x for ged-emacs-devel@m.gmane.org; Wed, 14 Feb 2007 02:25:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HHEVV-0007C3-I1 for emacs-devel@gnu.org; Wed, 14 Feb 2007 02:24:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HHEVT-00076S-3L for emacs-devel@gnu.org; Wed, 14 Feb 2007 02:24:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HHEVS-000769-RW for emacs-devel@gnu.org; Wed, 14 Feb 2007 02:24:46 -0500 Original-Received: from wr-out-0506.google.com ([64.233.184.236]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HHEVS-0006co-K4 for emacs-devel@gnu.org; Wed, 14 Feb 2007 02:24:46 -0500 Original-Received: by wr-out-0506.google.com with SMTP id 71so116820wri for ; Tue, 13 Feb 2007 23:24:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:to:subject:from:organization:content-type:mime-version:content-transfer-encoding:message-id:user-agent; b=K4sJUHS8e0QVavLPvHEqbHIuR8qcYcQsZYamniPJkarOizgpdvcwtOnzS8zGJHLfLLJZcLzZzaAmOJn4ixMGsJdSabQ0qlDrHZz3+iMnCLyNF9K5/18rJpkC0bkzdkUWN+FO9pj2GnVbMWm9yrcczAtQG3hY/cghIkOl5iAvzYI= Original-Received: by 10.65.236.18 with SMTP id n18mr74252qbr.1171437886034; Tue, 13 Feb 2007 23:24:46 -0800 (PST) Original-Received: from williamnb ( [58.33.96.191]) by mx.google.com with ESMTP id e18sm218589qba.2007.02.13.23.24.44; Tue, 13 Feb 2007 23:24:45 -0800 (PST) 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:66370 Archived-At: 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. Then, 'M-J' to run 'c-indent-new-comment-line', and it gives '/* * */' and the cursor blinks at the last '*', but I think it should be blinks at the 2nd space in the second line. Please point out if I am wrong or have missed something. Thanks! -- Sincerely yours, William