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: etags and php classes Date: Wed, 2 Apr 2014 08:40:26 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1396522720 2740 80.91.229.3 (3 Apr 2014 10:58:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Apr 2014 10:58:40 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 03 12:58:34 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 1WVeLf-0001eo-JZ for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Apr 2014 11:54:15 +0200 Original-Received: from localhost ([::1]:36328 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVEqw-0004IZ-Oi for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Apr 2014 02:40:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVEqa-0004DF-6x for help-gnu-emacs@gnu.org; Wed, 02 Apr 2014 02:40:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVEqZ-0008OI-Fk for help-gnu-emacs@gnu.org; Wed, 02 Apr 2014 02:40:28 -0400 Original-Received: from mail-yh0-x231.google.com ([2607:f8b0:4002:c01::231]:46944) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVEqZ-0008Nx-Aq for help-gnu-emacs@gnu.org; Wed, 02 Apr 2014 02:40:27 -0400 Original-Received: by mail-yh0-f49.google.com with SMTP id z6so10174804yhz.36 for ; Tue, 01 Apr 2014 23:40:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=kG8rDEfMsRQnAuqGsLsEkfsBpwg9KBkggxTSEyFzzCc=; b=QwLonoIqGmuiFMWr2b4vf+moVggF2wqOygZkaP1w4f3tLXLiahNOgcuVwxCaPSv6Z1 91Mg1Mrac0Ml6fmuGEcTRYiI8yD2qnH4eHlb8XLKJEJBVgKcvsB8gdwbvT7guhBZcF5B UQk1Ha+gZEAOXujPpKGJ1ncBUl1twN0I9z0d/8Y2XilGw9iHubZd4oE4j1NXFnmuim18 I6skO5O7o1pauEe+9gJH6jGOPphIcUvs974FKevoIkAmiM+/6++Xv4Q+BxEHCN7szCjv xBO2ME+qIgu1l9/7OnzWfzdIzzzRU0B9hlSQh8394xEMTmeSyZ4buP/VKAU7Q4G8Bw0f Z57Q== X-Received: by 10.236.220.72 with SMTP id n68mr227737yhp.102.1396420826189; Tue, 01 Apr 2014 23:40:26 -0700 (PDT) Original-Received: by 10.170.166.4 with HTTP; Tue, 1 Apr 2014 23:40:26 -0700 (PDT) X-Google-Sender-Auth: IijPj9K2klI8Iv176LXAlQwjpVk X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c01::231 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:96915 Archived-At: I've a project made of several php files, some procedural and some OOP. I ran etags on the whole set of files, and while functions are mapped well, classes and their members are not at all. I've tried also to add the --member option to etags, but nothing changed: etags -l php --members `find . -name '*.php'` Am I missing something? Thanks, Luca