From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luca Ferrari Newsgroups: gmane.emacs.help Subject: Re: etags and php classes Date: Thu, 3 Apr 2014 08:27:49 +0200 Message-ID: References: <83wqf7btww.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1396524787 8570 80.91.229.3 (3 Apr 2014 11:33:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Apr 2014 11:33:07 +0000 (UTC) Cc: help-gnu-emacs To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 03 13:33:01 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WVeII-00075K-2c for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Apr 2014 11:50:46 +0200 Original-Received: from localhost ([::1]:42012 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVb88-00009G-8G for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Apr 2014 02:28:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVb7w-00008O-JX for help-gnu-emacs@gnu.org; Thu, 03 Apr 2014 02:27:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVb7v-0006CP-KK for help-gnu-emacs@gnu.org; Thu, 03 Apr 2014 02:27:52 -0400 Original-Received: from mail-yk0-x22b.google.com ([2607:f8b0:4002:c07::22b]:52635) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVb7u-0006C4-8h; Thu, 03 Apr 2014 02:27:50 -0400 Original-Received: by mail-yk0-f171.google.com with SMTP id q9so1165040ykb.2 for ; Wed, 02 Apr 2014 23:27:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=g1opo+ItI8HSwMkPdzFPk2P+vZHl7OezdjMQ7iocO2I=; b=fhTkLPoaDYzzytfPnk1GmeK/1xO0RMqseQyi/RTjtSAXHiFxSFUqmadK1Mo4eBfZMX 3g7Fo+SdU4hWzYmhM4cEDKdbKiyjBkYEF9aIZcDNuMPf6tFKOfnMUvflHJoxhwChAVdN Ui55JeV3aAVqCbhiKVP6Uq/kVSGq6Elcy9h01FL23njJc7X0kAv43/+wGw2eWG98Nxa3 tdWR2xOfmeWYq67HoZwhw870uW0G7O/71Zpo0cijci4qcTHX382Jgv/c8GKl8XM5N+IF 09gAWoeWNopxsB1dsTCBUyyM7O38Jsn17bIGHZ5k5a80Kri451I5q+5/hSzTERP725cB hozw== X-Received: by 10.236.87.139 with SMTP id y11mr6368631yhe.27.1396506469629; Wed, 02 Apr 2014 23:27:49 -0700 (PDT) Original-Received: by 10.170.166.4 with HTTP; Wed, 2 Apr 2014 23:27:49 -0700 (PDT) In-Reply-To: <83wqf7btww.fsf@gnu.org> X-Google-Sender-Auth: hAkwSmqoTkXcH1sRZVC87deQzMY X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c07::22b X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96923 Archived-At: On Wed, Apr 2, 2014 at 6:03 PM, Eli Zaretskii wrote: > Perhaps post here a sample file with classes that are not tagged. Consider the following simple file (class): then, if I rebuild the tags file with etags --members `find . -name '*.php'` and then list the tags for Foo I got (M-x list-tags Foo.php): Tags in file `/sviluppo/php/edilweb/edilweb/classes/Foo.php': class Foo{ If I search for one of the functions (M-.) I got: No tags containing doSomethingElse Any idea? Thanks, Luca