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: Tim X
Subject: Re: Trying to go to the definition of a function
Date: Mon, 22 Feb 2010 08:29:08 +1100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux)

Javier Garcia <tirengarfio@gmail.com> writes:

> Hi,
>
> i have just installed emacs.
>
> 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()").
>
> Here you have the source code of class Doctrine Collection:
>
> http://www.doctrine-project.org/Doctrine_Collection/1_0
>
> Any idea?
>
> Regards
>

Is your TAGS file up to date? Has it got the references you expect? What
command are yu using to generate the tags file? Which version of emacs
are you running?


>
>

-- 
tcross (at) rapttech dot com dot au


reply via email to

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