help-global
[Top][All Lists]
Advanced

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

Re: Allow wildcards in skip lists


From: Shigio YAMAGUCHI
Subject: Re: Allow wildcards in skip lists
Date: Fri, 14 Feb 2014 10:14:24 +0900

Hi,
OK. I have given top priority to the following item
on the TODO list:
<http://www.gnu.org/software/global/plans.html>

o Support of glob pattern (wild card) in the skip list.
                                                                                              
Thank you for the patch. It helps me certainly.
P.S.
This may be suitable for the bug-global mailing list.


2014-02-14 5:02 GMT+09:00 Arne Jørgensen <address@hidden>:
Hi,

On my wish list for GNU Global I have being able to add wildcards in
skips lists.

Emacs' flymake-mode creates temporary copies of files by adding
`_flymake' before the the file extension. I.e. a temporary copy of
`my-code.php' is named `my-code_flymake.php'. So adding `*_flymake.*` to
the skip list will ensured that the file is not indexed by gtags.

I have created a very simple patch that turns `*' in the skip list into
`.*' in the regular _expression_ instead of escaping it.

Kind regards,
Arne Jørgensen


_______________________________________________
Help-global mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-global




--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3

reply via email to

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