[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Consider supporting \(?: which is part of Emacs regular expressions
From: |
Spencer Baugh |
Subject: |
Consider supporting \(?: which is part of Emacs regular expressions |
Date: |
Mon, 27 May 2024 14:07:16 +0000 (UTC) |
When using the Emacs mode of regular expressions in gnulib, \(?: is not
supported - but this is supported by regular expressions in Emacs
itself.
This is useful to support because \(?: is frequently used by Emacs
features which generate regular expressions (namely rx and regexp-opt)
and supporting \(?: allows those regular expressions to be used in other
GNU tools.
See also my previous bug report in find here:
https://savannah.gnu.org/bugs/?65770
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Consider supporting \(?: which is part of Emacs regular expressions,
Spencer Baugh <=