Hi, say I do an
etags on lots of PERL files

now say, I've loaded the TAGS files successfully in Xemacs.

I go to

package D;
use A::B::C ();
A::B::C::foo()
and do 'find-tag it doesn't work.

But, if I did

package A::B::C;
@EXPORT=qw(foo);

package D;
use A::B::C;
foo();

it will

Is there anyway to solve this ?

--
------------------------------------------------------------------------
Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"It takes a minute to have a crush on someone, an hour to like someone,
and a day to love someone, but it takes a lifetime to forget someone..."

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to