Jim Meyering <j...@meyering.net> writes: > Simon Josefsson wrote: > ... >> Heh, easy to miss. >> >>> Please use the following: >>> >>> # Don't use Texinfo @acronym{} as it is not a good idea. >>> texinfo_suffix_re_ ?= \\.(txi|texi(nfo)?)$$ >>> sc_texinfo_acronym: >>> @prohibit='@acronym\{' \ >>> in_vc_files='$(texinfo_suffix_re_)' \ >>> halt='found use of Texinfo @acronym{}' \ >>> $(_sc_search_regexp) >> >> Thanks, committed and pushed now, in your name since you did all the >> work here. > > Thanks, but I guess you didn't test it any better than I did ;-) > We want only one backslash before the ".": > > texinfo_suffix_re_ ?= \.(txi|texi(nfo)?)$$
Thanks. I tested it, but only in the negative (no matches)... /Simon