autoconf
[Top][All Lists]
Advanced

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

Re: RFI: Trailing blanks


From: Akim Demaille
Subject: Re: RFI: Trailing blanks
Date: 27 Aug 2001 13:23:47 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

>>>>> "Paul" == Paul Eggert <address@hidden> writes:

>> So we are looking for specially non special characters. @address@hidden

Paul> Any repeated character will make the string more likely.

Paul> How about @&address@hidden  That would be easy to remember as expanding to
Paul> the empty string, as the mnemonic would be "amp tee".  (Here's
Paul> where I duck to avoid being hit by a tomato....)

& is special: I've been bitten by this AWK program:

      gsub ("@comment.*", "@&t@", line);

which of course had the result of prefixing with @, suffixing with &@.

I backlashed it and it works, but do we want to keep sth like this?



reply via email to

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