From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: cavd Newsgroups: gmane.emacs.help Subject: Re: etags and php classes Date: Thu, 3 Apr 2014 13:00:45 -0500 Message-ID: <65DB79BD-C772-444A-9944-D23567A0A610@gmail.com> References: <83wqf7btww.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (iPhone Mail 8C148) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1396548149 7631 80.91.229.3 (3 Apr 2014 18:02:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Apr 2014 18:02:29 +0000 (UTC) Cc: help-gnu-emacs To: Luca Ferrari Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 03 20:02:22 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 1WVly1-0003Rp-Uc for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Apr 2014 20:02:22 +0200 Original-Received: from localhost ([::1]:45640 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVly1-0000Uw-K7 for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Apr 2014 14:02:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVlxk-0000MT-4w for help-gnu-emacs@gnu.org; Thu, 03 Apr 2014 14:02:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVlxe-00063e-5L for help-gnu-emacs@gnu.org; Thu, 03 Apr 2014 14:02:04 -0400 Original-Received: from mail-oa0-x22e.google.com ([2607:f8b0:4003:c02::22e]:48407) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVlxX-000609-N6; Thu, 03 Apr 2014 14:01:51 -0400 Original-Received: by mail-oa0-f46.google.com with SMTP id i7so2346533oag.19 for ; Thu, 03 Apr 2014 11:01:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:in-reply-to:mime-version:content-transfer-encoding :content-type:message-id:cc:from:subject:date:to; bh=Y9CLWS4tx2LwDSBxbHIruVbRmpJSyLw+7ueYW8SMD+0=; b=ZnIMP7QkkSuawJ5wBTqMDScj+RDlbgUGnyhJJdxUCMKj5C7GeoWtO69nESVB7M4mIW JA/4MsPw05Plx/1jngyX9CH7tnZxB6/Y40TfhCdu+fTX6ZRrYZCBgRVymfh8nICpsyrf VERKgOANQjuVwIov1ef2hF0oK8/ulgi3qClC7cqn/riTQXV3oMVYjKrdrtUSOTLNbOtr zowMg8yEtJI4+pOjCzkKxIEoqOZNcEMGRSI7cME5urJ7xxsZpFyPyYihQiMEG9g1u5Vv BrBx1W/DGv6mW5gVENdtnTVIH6cPC9eFBH7tuoTuVmUDkmLcrv2MXFqoCEibMpFEAqn0 gfQw== X-Received: by 10.60.150.166 with SMTP id uj6mr10653107oeb.10.1396548110859; Thu, 03 Apr 2014 11:01:50 -0700 (PDT) Original-Received: from [10.180.228.78] (mobile-166-147-070-065.mycingular.net. [166.147.70.65]) by mx.google.com with ESMTPSA id e8sm25068019oed.7.2014.04.03.11.01.48 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 03 Apr 2014 11:01:49 -0700 (PDT) In-Reply-To: X-Mailer: iPhone Mail (8C148) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c02::22e 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:96948 Archived-At: On Apr 3, 2014, at 10:22, Luca Ferrari wrote: > On Thu, Apr 3, 2014 at 11:47 AM, Chris Van Dusen wr= ote: >> PHP4 doesn't support visibility operators (public, private, >> protected), so if you remove those, and rerun stags, >> M-x list-tags will display the functions. >=20 > Arghhhhh! That's correct (of course), but removing all the visibility > from my classes to gain in tagging does not sound like a good idea. > Sgrunt! >=20 > Luca You might try GNU Global; it's pretty nice.=20 Chris.=20=