[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 18-autoscan-locations.patch
From: |
Akim Demaille |
Subject: |
Re: 18-autoscan-locations.patch |
Date: |
22 Jan 2001 19:23:45 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake) |
>>>>> "Pavel" == Pavel Roskin <address@hidden> writes:
Pavel> On Mon, 22 Jan 2001, Akim Demaille wrote:
>> (&check_configure_ac): Specify where was found a
>> macro requirement.
Pavel> Please rewrite the last line in a better English. E.g. "Report
Pavel> the location where the macro is required." Still not ideal,
Pavel> but at least sounds better.
Fine! Thanks! BTW, where are you from Pavel? Who are you?
>> + if ($macro !~ /[][]|^AC_CHECK_.*S/);
Pavel> Not sure if Perl will understand it properly. I think the
Pavel> single "]" was there for a reason.
Yes, I was lazy, and I made this patch quickly as it is not supposed
to live forever. And later I changed it because I was tired of seeing
Emacs lose its brackets-tracks.
Pavel> I skimmed through "man perlre" and couldn't find how to quote
Pavel> square brackets inside character classes.
Pavel> Otherwise Ok to apply.
Great!