From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: Some problems in `add-log-current-defun' Date: Wed, 27 Dec 2006 20:48:46 +0900 (JST) Message-ID: <20061227.204846.128191466.jet@gyve.org> References: <86lkktsjlw.fsf@lola.quinscape.zz> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1167220607 31464 80.91.229.10 (27 Dec 2006 11:56:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Dec 2006 11:56:47 +0000 (UTC) Cc: herberteuler@hotmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 27 12:56:46 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GzXOo-0007e1-3p for ged-emacs-devel@m.gmane.org; Wed, 27 Dec 2006 12:56:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzXOn-0002eY-LI for ged-emacs-devel@m.gmane.org; Wed, 27 Dec 2006 06:56:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GzXO8-0002RV-3a for emacs-devel@gnu.org; Wed, 27 Dec 2006 06:56:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GzXO4-0002Qv-KY for emacs-devel@gnu.org; Wed, 27 Dec 2006 06:56:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzXO4-0002Qs-FE for emacs-devel@gnu.org; Wed, 27 Dec 2006 06:56:00 -0500 Original-Received: from [66.187.233.31] (helo=mx1.redhat.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GzXO0-0005Jx-FX; Wed, 27 Dec 2006 06:55:56 -0500 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id kBRBtuDI023616; Wed, 27 Dec 2006 06:55:56 -0500 Original-Received: from pobox.tokyo.redhat.com (pobox.tokyo.redhat.com [172.16.33.225]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id kBRBtsvT031391; Wed, 27 Dec 2006 06:55:55 -0500 Original-Received: from localhost (dhcp92.tokyo.redhat.com [172.16.33.92]) by pobox.tokyo.redhat.com (8.12.8/8.12.8) with ESMTP id kBRBtnvT016191; Wed, 27 Dec 2006 20:55:52 +0900 Original-To: dak@gnu.org In-Reply-To: <86lkktsjlw.fsf@lola.quinscape.zz> X-Mailer: Mew version 4.2.53 on Emacs 22.0.51 / Mule 5.0 (SAKAKI) 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:64333 Archived-At: > Please note that we are talking about implementing editor support, not > a C++ parser. It is not our task to handle all C++ constructs > perfectly. Instead, it is our task to handle reasonably formatted C++ > code. Code like the above may _intentionally_ be formatted in this > manner in order to persuade the editor to interpret things > differently. Just a question. Here do you think Emacs's C code is reasonably formatted? I don't think so. However, this is the special case which `add-log-current-defun' should handle a source which is not reasonably formatted. Masatake YAMATO