|
| From: | Shigio YAMAGUCHI |
| Subject: | Re: Allow wildcards in skip lists |
| Date: | Fri, 14 Feb 2014 10:14:24 +0900 |
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
| [Prev in Thread] | Current Thread | [Next in Thread] |