This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Coding standards


>  > OK. Now I'm curious. What are etags, and how do the various formatting; charset=us-ascii
>  > options make a difference? What is a tag file? 
> 
> tags are a way of accelerating symbol lookup, like a simple browser.  You
> run etags on a group of files and then use M-. in emacs to jump to a symbol
> definition, or M-x tags-search to do a grep on all the files listed in the
> tags file.  I use these all the time.  See the TAGS rules in various
> Makefiles.
> 
> I think vi also supports tags, but I don't know how.

It's very similar to what uses emcas but I think the tag file has a 
different syntax.

The program is called ctags. To jump just type Ctrl-].

	Theo.

--------------------------------------------------------------------
Theodore Papadopoulo
Email: Theodore.Papadopoulo@sophia.inria.fr Tel: (33) 04 92 38 76 01
 --------------------------------------------------------------------



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]