Mercurial > emacs
changeset 28098:2fc1959fa99d
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 12 Mar 2000 13:49:28 +0000 |
parents | 5d7390b72a44 |
children | 18744efb17ba |
files | etc/NEWS lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sun Mar 12 13:45:25 2000 +0000 +++ b/etc/NEWS Sun Mar 12 13:49:28 2000 +0000 @@ -832,6 +832,21 @@ ** New modes and packages +*** The new command M-x re-builder offers a convenient interface for +authoring regular expressions with immediate visual feedback. + +The buffer from which the command was called becomes the target for +the regexp editor popping up in a separate window. Matching text in +the target buffer is immediately color marked during the editing. +Each sub-expression of the regexp will show up in a different face so +even complex regexps can be edited and verified on target data in a +single step. + +On displays not supporting faces the matches instead blink like +matching parens to make them stand out. On such a setup you will +probably also want to use the sub-expression mode when the regexp +contains such to get feedback about their respective limits. + *** glasses-mode is a minor mode that makes unreadableIdentifiersLikeThis readable. It works as glasses, without actually modifying content of a buffer.
--- a/lisp/ChangeLog Sun Mar 12 13:45:25 2000 +0000 +++ b/lisp/ChangeLog Sun Mar 12 13:49:28 2000 +0000 @@ -1,3 +1,8 @@ +2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> + + * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. + Fix comment. + 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> * font-lock.el (font-lock-keywords): Fix the doc now that