Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
5e5dff44
Commit
5e5dff44
authored
Mar 12, 2000
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
b78417b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
0 deletions
+25
-0
etc/NEWS
etc/NEWS
+15
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
src/ChangeLog
src/ChangeLog
+5
-0
No files found.
etc/NEWS
View file @
5e5dff44
...
...
@@ -832,6 +832,21 @@ appropriate for C-style escape sequences in strings.
** 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.
...
...
lisp/ChangeLog
View file @
5e5dff44
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
...
...
src/ChangeLog
View file @
5e5dff44
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment