From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: drev Newsgroups: gmane.emacs.devel Subject: PHP with exuberant ctags will not show variables Date: Sat, 31 Dec 2011 02:13:35 -0800 (PST) Message-ID: <33058530.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1325329961 23520 80.91.229.12 (31 Dec 2011 11:12:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 31 Dec 2011 11:12:41 +0000 (UTC) To: Emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 31 12:12:37 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rgwrc-0002qS-FQ for ged-emacs-devel@m.gmane.org; Sat, 31 Dec 2011 12:12:36 +0100 Original-Received: from localhost ([::1]:44494 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rgwrb-0002bE-IO for ged-emacs-devel@m.gmane.org; Sat, 31 Dec 2011 06:12:35 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:57895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgvwX-0005M9-L5 for Emacs-devel@gnu.org; Sat, 31 Dec 2011 05:13:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RgvwW-0005O5-GY for Emacs-devel@gnu.org; Sat, 31 Dec 2011 05:13:37 -0500 Original-Received: from sam.nabble.com ([216.139.236.26]:35947) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgvwW-0005O1-AZ for Emacs-devel@gnu.org; Sat, 31 Dec 2011 05:13:36 -0500 Original-Received: from isper.nabble.com ([192.168.236.156]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1RgvwV-0007gO-FQ for Emacs-devel@gnu.org; Sat, 31 Dec 2011 02:13:35 -0800 X-Nabble-From: odrevet@gmail.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 216.139.236.26 X-Mailman-Approved-At: Sat, 31 Dec 2011 06:12:33 -0500 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:147085 Archived-At: Using exuberant ctags for parsing PHP files, I can see classes, functions and includes in the TAGS Imenu, but not the variables (obviously I cannot jump to a variable definition). For testing purpose, I issued the command etags -R in a terminal, and the generated TAGS file have the variable "definition" (which here means I guess the earliest assigned value), so it's probably not a exuberant ctags limitation. Is it a know problem or am I doing something wrong ? (ps : the same problem occurs with Perl, but no problems at all with c and c++, maybe it's a matter with dynamic languages ?) -- View this message in context: http://old.nabble.com/PHP-with-exuberant-ctags-will-not-show-variables-tp33058530p33058530.html Sent from the Emacs - Dev mailing list archive at Nabble.com.