]> git.eshelyaron.com Git - emacs.git/commit
Expand rx definitions inside (not ...)
authorMattias Engdegård <mattiase@acm.org>
Sun, 27 Oct 2019 08:54:54 +0000 (09:54 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sun, 27 Oct 2019 08:54:54 +0000 (09:54 +0100)
commitcbd439e785cd1e72c3eae39ed987fda357014bf8
tree4a10729f3ce701b2d4827259d2bedcb1bcb21cd8
parent6e66d9a95c49f867da26ca897635f5e57561d0c7
Expand rx definitions inside (not ...)

* lisp/emacs-lisp/rx.el (rx--translate-not):
* test/lisp/emacs-lisp/rx-tests.el (rx-not, rx-def-in-not):
* doc/lispref/searching.texi (Rx Constructs, Extending Rx):

Allow user-defined rx constructs to be expanded inside (not ...)
forms, for better composability (bug#37849).
doc/lispref/searching.texi
lisp/emacs-lisp/rx.el
test/lisp/emacs-lisp/rx-tests.el