help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Trying to go to the definition of a function


From: Eli Zaretskii
Subject: Re: Trying to go to the definition of a function
Date: Sun, 21 Feb 2010 23:50:36 +0200

> Date: Sat, 20 Feb 2010 23:06:22 +0100
> From: Javier Garcia <tirengarfio@gmail.com>
> 
> Now i've just tried to go to the definition of a function through C-x-4 . .
> 
> The test code is this:
> 
>          $cole = new Doctrine_Collection("Birthday");
>          $cole->serialize();
> 
> 
> I have no problems to go the declaration of class Doctrine_Collection, 
> but when i try to go to the definition of function serialize() it says 
> "No tags containing $cole->serialize". I have tried also with 
> "$cole->serialize()" but the error is the same ("No tags containing 
> $cole->serialize()").

Try using Ebrowse instead of etags.  Ebrowse has tags-like commands,
but might support C++ better than etags.




reply via email to

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