gnu-arch-users
[Top][All Lists]
Advanced

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

Re: [Gnu-arch-users] Re: tagline robustness


From: Juri Linkov
Subject: Re: [Gnu-arch-users] Re: tagline robustness
Date: 24 Aug 2003 00:37:31 +0300
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

wave++ <address@hidden> writes:
> How do you "quote" it? When writing perl you have to remember to not
> write lines like this:
> 
>   $id = $something;
> 
> Here $id$ is expanded, causing your code to be damaged. Certainly, I
> don't want to remember to "quote" those lines when writing.

Not a problem at all, since RCS-like tag can have only two formats:
$Arch$ and $Arch: 53bb84c6-dee0-46c6-a275-2db144993d89$, which very
probably no Perl program already has.  To find this tag, arch should
look only for the following regexp /\$Arch[\$:]/.

However, the current "arch-tag:" without delimiters can have more
occurrences beside the intended for arch, and so arch may find the
wrong one.

-- 
http://www.jurta.org/emacs/





reply via email to

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