On Mon, 10 Nov 2008 10:34:38 +0100
"Per Nordlow" <[EMAIL PROTECTED]> wrote:

Hi,
> I am trying to figure out how the use the option (skip)
> 
> After having read the manual I thought the following line in .globalrc
> should do the trick:
> 
> skip("prefix1/", "prefix2/")
> 
> but global complains about this line. What is wrong?
 
The configuration file of GLOBAL follows the format of termcap.
Could you please try like this?

[.globalrc]
:skip=GPATH,GTAGS,GRTAGS,GSYMS,HTML/,...
        |
        v
:skip=prefix1/,prefix2/,GPATH,GTAGS,GRTAGS,GSYMS,HTML/,...

I wish you to succeed.
--
Shigio YAMAGUCHI <[EMAIL PROTECTED]>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3


_______________________________________________
Help-global mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-global

Reply via email to