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
_______________________________________________
Bug-global mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-global