For Programmers: Free Programming Magazines  


Home > Archive > PERL Beginners > March 2006 > perl, xemacs and etags









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author perl, xemacs and etags
Philip M. Gollucci

2006-03-24, 9:57 pm

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 (pgollucci@p6m7g8.com) 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..."
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com