[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: info faces for strings and quotations
From: |
Kim F. Storm |
Subject: |
Re: info faces for strings and quotations |
Date: |
Thu, 07 Oct 2004 17:13:58 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
>> 2. The pb of not interpreting " to begin a string if it is escaped (\") is
>> no doubt fixable, at the risk of complicating the regexp. Suggested fixes
>> welcome.
>
> Prefix the regexp with "\\(^\\|[^\\]\\)\\(\\\\\\\\\\)*". The (match-end) of
> this regexp is guaranteed to not be preceded by an odd number
> of backspashes.
Wouldn't it be fairly trivial to enhance regex to recognize something like
\\\{0,e}
meaning an even (possibly zero) number of \'es.
(likewise for \{0,o}, meaning an odd number of (or no) \'es )
--
Kim F. Storm <address@hidden> http://www.cua.dk
- Re: info faces for strings and quotations, (continued)
- Re: info faces for strings and quotations, Stefan Monnier, 2004/10/06
- RE: info faces for strings and quotations, Drew Adams, 2004/10/06
- Re: info faces for strings and quotations, Robert J. Chassell, 2004/10/06
- RE: info faces for strings and quotations, Drew Adams, 2004/10/06
- Re: info faces for strings and quotations, Juri Linkov, 2004/10/07
- RE: info faces for strings and quotations, Drew Adams, 2004/10/07
- Re: info faces for strings and quotations, Stefan Monnier, 2004/10/07
- Re: info faces for strings and quotations,
Kim F. Storm <=
- Re: info faces for strings and quotations, David Kastrup, 2004/10/07
- Re: info faces for strings and quotations, David Kastrup, 2004/10/07
- Re: info faces for strings and quotations, Stefan Monnier, 2004/10/07
- RE: info faces for strings and quotations, Drew Adams, 2004/10/08
- Re: info faces for strings and quotations, Luc Teirlinck, 2004/10/07
- Re: info faces for strings and quotations, Richard Stallman, 2004/10/08
- Re: info faces for strings and quotations, Luc Teirlinck, 2004/10/08
- Re: info faces for strings and quotations, Richard Stallman, 2004/10/09
- Re: info faces for strings and quotations, Robert J. Chassell, 2004/10/08
- Re: info faces for strings and quotations, Juri Linkov, 2004/10/07