From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Francesco Potorti` Newsgroups: gmane.emacs.bugs Subject: Re: etags structures tagging problem Date: Wed, 01 Sep 2004 18:08:52 +0200 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1094131924 6006 80.91.224.253 (2 Sep 2004 13:32:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Sep 2004 13:32:04 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Sep 02 15:31:54 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C2rgw-0008Qt-00 for ; Thu, 02 Sep 2004 15:31:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2rlu-0000EC-T9 for geb-bug-gnu-emacs@m.gmane.org; Thu, 02 Sep 2004 09:37:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C2rlt-0000E3-4g for bug-gnu-emacs@gnu.org; Thu, 02 Sep 2004 09:37:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C2rlo-0000D0-Qx for bug-gnu-emacs@gnu.org; Thu, 02 Sep 2004 09:37:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2rlo-0000Cc-LI for bug-gnu-emacs@gnu.org; Thu, 02 Sep 2004 09:36:56 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1C2rgZ-0005V5-KT for bug-gnu-emacs@gnu.org; Thu, 02 Sep 2004 09:31:31 -0400 Original-Received: from [146.48.83.182] (helo=pot.isti.cnr.it) by mx20.gnu.org with esmtp (Exim 4.34) id 1C2XkQ-0008DM-6l for bug-gnu-emacs@gnu.org; Wed, 01 Sep 2004 12:14:10 -0400 Original-Received: from pot by pot.isti.cnr.it with local (Exim 3.36 #1 (Debian)) id 1C2XfI-0000Pp-00; Wed, 01 Sep 2004 18:08:52 +0200 Original-To: "J.C. Wren" In-reply-to: "jcwren@jcwren.com"'s message of Wed, 25 Aug 2004 10:17:39 -0400 Original-References: X-fingerprint: 4B2 6187 5C3 D6B1 2E31 7666 9DF 2DC9 BE21 6115 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:8906 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:8906 > etags 21.3 (and perhaps other versions, I don't know) does not >correctly ignore __attribute__ tags on structures. Thanks for the report. In fact, no etags version knows about the special attributes between __ and __. I'll work on this.