emacs-devel
[Top][All Lists]
Advanced

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

Re: regex.c simplification


From: Paul Eggert
Subject: Re: regex.c simplification
Date: Thu, 19 Jul 2018 17:59:12 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

Stefan Monnier wrote:
does etags use regexps internally, or only to handle
user-provided "--regex" arguments?
More specifically, does it come with its own set of hardcoded regexps?

No, etags uses the regexp code only for --regex arguments. It would of course be simpler to disable --regex on platforms lacking the glibc regex API. However, my impression is that etags --regex gets some use. For example:

https://stackoverflow.com/questions/21283687/what-do-you-put-in-your-standard-etags-regex-calls
http://xahlee.info/comp/ctags_etags_gtags.html



reply via email to

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