* lisp/emacs-lisp/rx.el: Make it a superset of sregex.
commit723ee192a5b3c6ebf589d325d5d004e57ce42652
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 26 Dec 2010 23:17:09 +0000 (26 18:17 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 26 Dec 2010 23:17:09 +0000 (26 18:17 -0500)
tree64cf94c5c7fdda8f84f87767c8a612e58e27a8e6
parente77714da30b53ec866d2bbfd88527b215a715bb0
* lisp/emacs-lisp/rx.el: Make it a superset of sregex.
(rx-constituents): Add `any => "."', mark `repeat' as taking any number
of args, add `regex' alias.
(rx-info): Add arg to distinguish head and standalone forms.
(rx-check, rx-form): Pass the corresponding arg.
(rx-**): Simplify.
(rx-repeat): Make it work for any number of args.
(rx-syntax): Make it accept syntax chars as is.
* lisp/obsolete/sregex.el: Move from emacs-lisp/.
* lisp/emacs-lisp/re-builder.el: Remove sregex support.
* lisp/emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
etc/NEWS
lisp/ChangeLog
lisp/emacs-lisp/edebug.el
lisp/emacs-lisp/re-builder.el
lisp/emacs-lisp/rx.el
lisp/obsolete/sregex.el [moved from lisp/emacs-lisp/sregex.el with 99% similarity]