bug-global
[Top][All Lists]
Advanced

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

Re: With a wacky macro before it, 'global' appears to miss a function


From: Marc Herbert
Subject: Re: With a wacky macro before it, 'global' appears to miss a function
Date: Thu, 28 Apr 2011 09:18:40 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110307 Fedora/3.1.9-0.39.b3pre.fc14 Thunderbird/3.1.9

Le 28/04/2011 02:30, Ezolt, Phillip a écrit :

> Long term, global might need a way to specify ANSI on a file by file
> basis for really big code bases.  (since some code bases may contain
> both..)

Good point, well spotted. This mode should be persisted in the
database(s) on a per file basis.

> (or would the preferred solution be to build multiple tag files
>  (some in k and r, some in ANSI), and the combine them together
>  somehow?)

How difficult would it be to implement a new, incremental "--add"
option like this:

# Adds specified files in old K&R mode
gtags -f "K&R fileset"

# Adds in new ANSI mode all files not already known 
GTAGSANSI=1 gtags  --add

  






reply via email to

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