bug-global
[Top][All Lists]
Advanced

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

Re: Xemacs and php function tag selection problem


From: Shigio Yamaguchi
Subject: Re: Xemacs and php function tag selection problem
Date: Wed, 08 Feb 2006 18:06:27 +0900

You are right.
PHP language is not thought in command gtags-find-tag-by-event of gtags.el.

I will write the following descriptions in each documentation.

global.info:
        The following commands support only C language.
        - gtags-find-tag-by-event
        - gtags-find-tag-from-here.
TODO list:
        Support of PHP language in the following command in gtags.el.
        - gtags-find-tag-by-event
        - gtags-find-tag-from-here.

Thank you for your report.

>  using gtags minor mode:
> 
> a.php:
> =3D=3D=3D=3D=3Dcut=3D=3D=3D
> <?
> function test(){
> =09return 0;
> =09}
> 
> test(); //this does work correct
> $working=3Dtest();
> ?>
> =3D=3D=3D=3Dcut=3D=3D=3D=3D
> 
> 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=3Dtest();
> 
> But when I right click on the "$working=3Dtest();", the cursor correctly
> goes to the function
> definition.
--
Shigio YAMAGUCHI <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3




reply via email to

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