[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: icalendar.el bug fix patch
From: |
Drew Adams |
Subject: |
RE: icalendar.el bug fix patch |
Date: |
Sun, 3 Nov 2019 08:55:03 -0800 (PST) |
> I don't like the idea of a global variable to alter regexp syntax.
Why not?
> I think that some sort of operator would be better.
It need not be either-or.
> It could be an escape sequence for "any character" or it could
> be a kind of parenthetical grouping which alters the meaning of a
> period inside it.
+1 for the former (escape char).
But having also a variable to control what plain `.'
matches has an additional advantage of letting the
same regexp (using `.') have two different behaviors.
That's particularly helpful interactively, if you
can hit a key to toggle the variable value (so toggle
the behavior of `.').
- Re: icalendar.el bug fix patch, (continued)
- Re: icalendar.el bug fix patch, Mattias Engdegård, 2019/11/01
- Re: icalendar.el bug fix patch, Rajeev Narang, 2019/11/01
- Re: icalendar.el bug fix patch, Eli Zaretskii, 2019/11/01
- Re: icalendar.el bug fix patch, Mattias Engdegård, 2019/11/01
- Re: icalendar.el bug fix patch, Eli Zaretskii, 2019/11/01
- Re: icalendar.el bug fix patch, Paul Eggert, 2019/11/01
- Re: icalendar.el bug fix patch, Mattias Engdegård, 2019/11/01
- Re: icalendar.el bug fix patch, Juri Linkov, 2019/11/02
- Re: icalendar.el bug fix patch, Richard Stallman, 2019/11/03
- RE: icalendar.el bug fix patch,
Drew Adams <=
- Re: icalendar.el bug fix patch, Stefan Monnier, 2019/11/03
- Re: icalendar.el bug fix patch, Juri Linkov, 2019/11/03
- Re: icalendar.el bug fix patch, Stefan Monnier, 2019/11/03
- Re: icalendar.el bug fix patch, Juri Linkov, 2019/11/03
- Message not available
- Re: icalendar.el bug fix patch, Paul Eggert, 2019/11/03
- Re: icalendar.el bug fix patch, Mattias Engdegård, 2019/11/04
- RE: icalendar.el bug fix patch, Drew Adams, 2019/11/04
- Re: icalendar.el bug fix patch, Richard Stallman, 2019/11/02
- RE: icalendar.el bug fix patch, Drew Adams, 2019/11/03
- Re: icalendar.el bug fix patch, Howard Melman, 2019/11/01