bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Xemacs and php function tag selection problem


From: Hendrik Visage
Subject: Xemacs and php function tag selection problem
Date: Wed, 8 Feb 2006 09:32:47 +0200

Hi there,

 using gtags minor mode:

a.php:
=====cut===
<?
function test(){
        return 0;
        }

test(); //this does work correct
$working=test();
?>
====cut====

Inside Xemacs, when I right-click on "test(); //this does work" I get
the following:
test                7 /home/hvisage/test/a.php          test();
test                8 /home/hvisage/test/a.php          $working=test();

But when I right click on the "$working=test();", the cursor correctly
goes to the function
definition.

--
Hendrik Visage




reply via email to

[Prev in Thread] Current Thread [Next in Thread]