emacs-devel
[Top][All Lists]
Advanced

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

Re: icalendar.el bug fix patch


From: Juri Linkov
Subject: Re: icalendar.el bug fix patch
Date: Sun, 03 Nov 2019 23:32:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu)

> I think text markers would make more sense, like
>
>    \(*FOO:REGEXP\)
>
> where FOO is the "syntax modifier".  This uses a similar syntax to the
> \(?..:REGEXP\) used for shy and named groups.

This makes sense since there are not too many possible modifiers:

https://www.regular-expressions.info/modifiers.html

It seems 'i' should override the value of 'case-fold-search'.

Another useful modifier to add would be 'm' that changes the meaning
of ‘^’ to ‘\`’ (or vice versa).



reply via email to

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