From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexandru Harsanyi Newsgroups: gmane.emacs.devel Subject: Re: etags does not recognize function definition in C file Date: Fri, 16 Nov 2007 17:06:23 +0900 Message-ID: <33A9EAE1-86EA-4BAB-A7A9-1B4F5F85DA34@mac.com> References: <0DFBDD07-237A-40D6-89A6-78050F0FF523@mac.com> <20071115.172840.175242707.jet@gyve.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195200421 7690 80.91.229.12 (16 Nov 2007 08:07:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Nov 2007 08:07:01 +0000 (UTC) Cc: Emacs Devel To: Masatake YAMATO Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 16 09:07:06 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 1IswED-0003dW-KD for ged-emacs-devel@m.gmane.org; Fri, 16 Nov 2007 09:07:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IswE0-0005TJ-EE for ged-emacs-devel@m.gmane.org; Fri, 16 Nov 2007 03:06:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IswDt-0005OY-GL for emacs-devel@gnu.org; Fri, 16 Nov 2007 03:06:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IswDp-0005Da-91 for emacs-devel@gnu.org; Fri, 16 Nov 2007 03:06:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IswDp-0005D9-4a for emacs-devel@gnu.org; Fri, 16 Nov 2007 03:06:41 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IswDo-0003RI-13 for emacs-devel@gnu.org; Fri, 16 Nov 2007 03:06:40 -0500 Original-Received: from hosted04.westnet.com.au ([203.10.1.217]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IswDm-0003VV-4X for emacs-devel@gnu.org; Fri, 16 Nov 2007 03:06:38 -0500 Original-Received: from hosted04.westnet.com.au (hosted04.westnet.com.au [127.0.0.1]) by hosted04.westnet.com.au (Postfix) with SMTP id 6A2D321F07C; Fri, 16 Nov 2007 17:06:32 +0900 (WST) Original-Received: from [10.0.1.2] (dsl-58-7-123-41.wa.westnet.com.au [58.7.123.41]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by hosted04.westnet.com.au (Postfix) with ESMTP id 7022521F3DC; Fri, 16 Nov 2007 17:06:26 +0900 (WST) In-Reply-To: <20071115.172840.175242707.jet@gyve.org> X-Mailer: Apple Mail (2.752.2) X-PMX-Branch: TNG-Outgoing X-detected-kernel: by mx20.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:83323 Archived-At: On 15 Nov 2007, at 5:28 PM, Masatake YAMATO wrote: > Hi, > > Thank you for reporting the bug. > > Following patch for etags.c in the latest emacs CVS repository may > fix the > problem you reported. However, I'm not sure this fix is really o.k. > Please, test this. Hi Masatake, I tested the fix using the original file and indeed the problem is fixed. Thanks you, Alex.