Re: [PATCH 3/3] Macro _prohibit_regexp replaced by _sc_search_regep and rules adapted to use the new macro.

2010-04-01 Thread Jim Meyering
Jim Meyering wrote: ... # Don't use Texinfo @acronym{} as it is not a good idea. sc_texinfo_acronym: - @if $(VC_LIST_EXCEPT) | grep -lE '\.texi$$' /dev/null; then\ - grep -nE '@acronym{'\ - $$($(VC_LIST_EXCEPT) | grep -E

Re: [PATCH 3/3] Macro _prohibit_regexp replaced by _sc_search_regep and rules adapted to use the new macro.

2010-03-31 Thread Jim Meyering
Jim Meyering wrote: Eric Blake wrote: On 03/28/2010 08:54 AM, Jose E. Marchesi wrote: From 24ab183f237468f2aa59d2424dc416f61c183671 Mon Sep 17 00:00:00 2001 From: Jose E. Marchesi jema...@gnu.org Date: Sun, 28 Mar 2010 15:42:03 +0200 Subject: [PATCH 3/3] Macro _prohibit_regexp replaced by

Re: [PATCH 3/3] Macro _prohibit_regexp replaced by _sc_search_regep and rules adapted to use the new macro.

2010-03-31 Thread Jose E . Marchesi
Hi Jim. Jose, here are your two patches, with updated log messages, followed by 6 more patches, some clean-up, some fixes, that I tested yesterday or Monday -- I think it was with grep and coreutils. I'll test again today or tomorrow, then squash each of the 6 into

Re: [PATCH 3/3] Macro _prohibit_regexp replaced by _sc_search_regep and rules adapted to use the new macro.

2010-03-31 Thread Eric Blake
On 03/31/2010 01:23 PM, Jose E. Marchesi wrote: Regarding the unaligned backslashes: Subject: [PATCH 4/8] avoid long lines; align backslashes [...] + || { msg='halt not defined' $(_sc_say_and_exit) }; \ +

Re: [PATCH 3/3] Macro _prohibit_regexp replaced by _sc_search_regep and rules adapted to use the new macro.

2010-03-31 Thread Jose E . Marchesi
It may also be a factor of tabs vs. spaces. Since3 you used tabs, but the diff indents your line by one space, then lines that had a single-width leading tab after the last non-whitespace all the sudden appear off by 7, compared to all leading multi-width tabs which merely

Re: [PATCH 3/3] Macro _prohibit_regexp replaced by _sc_search_regep and rules adapted to use the new macro.

2010-03-29 Thread Eric Blake
On 03/28/2010 08:54 AM, Jose E. Marchesi wrote: From 24ab183f237468f2aa59d2424dc416f61c183671 Mon Sep 17 00:00:00 2001 From: Jose E. Marchesi jema...@gnu.org Date: Sun, 28 Mar 2010 15:42:03 +0200 Subject: [PATCH 3/3] Macro _prohibit_regexp replaced by _sc_search_regep and rules adapted to

Re: [PATCH 3/3] Macro _prohibit_regexp replaced by _sc_search_regep and rules adapted to use the new macro.

2010-03-29 Thread Jim Meyering
Eric Blake wrote: On 03/28/2010 08:54 AM, Jose E. Marchesi wrote: From 24ab183f237468f2aa59d2424dc416f61c183671 Mon Sep 17 00:00:00 2001 From: Jose E. Marchesi jema...@gnu.org Date: Sun, 28 Mar 2010 15:42:03 +0200 Subject: [PATCH 3/3] Macro _prohibit_regexp replaced by _sc_search_regep and

[PATCH 3/3] Macro _prohibit_regexp replaced by _sc_search_regep and rules adapted to use the new macro.

2010-03-28 Thread Jose E . Marchesi
From 24ab183f237468f2aa59d2424dc416f61c183671 Mon Sep 17 00:00:00 2001 From: Jose E. Marchesi jema...@gnu.org Date: Sun, 28 Mar 2010 15:42:03 +0200 Subject: [PATCH 3/3] Macro _prohibit_regexp replaced by _sc_search_regep and rules adapted to use the new macro. --- ChangeLog| 40 +++