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
Open sidebar
emacs
emacs
Commits
6de891db
Commit
6de891db
authored
Nov 19, 2004
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
5d4faeda
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
0 deletions
+21
-0
etc/NEWS
etc/NEWS
+9
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lispref/ChangeLog
lispref/ChangeLog
+4
-0
src/ChangeLog
src/ChangeLog
+4
-0
No files found.
etc/NEWS
View file @
6de891db
...
...
@@ -98,6 +98,15 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
* Changes in Emacs 21.4
+++
** The new variable search-whitespace-regexp controls how to search
for spaces in a regular expression. If it is non-nil, it should be a
regular expression, and any series of spaces stands for that regular
expression. If it is nil, spaces stand for themselves.
Spaces inside of constructs such as [..] and *, +, ? are never
replaced with search-whitespace-regexp.
** line-move-ignore-invisible now defaults to t.
** In Outline mode, hide-body no longer hides lines at the top
...
...
lisp/ChangeLog
View file @
6de891db
2004-11-19 Richard M. Stallman
<rms
@
gnu.org
>
* info.el (Info-search): Use search-whitespace-regexp.
2004-11-19 Thien-Thi Nguyen
<ttn
@
gnu.org
>
* vc-rcs.el (vc-rcs-parse): New function.
...
...
lispref/ChangeLog
View file @
6de891db
2004-11-19 Richard M. Stallman <rms@gnu.org>
* searching.texi (Regexp Search): Add search-whitespace-regexp.
2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
* tips.texi (Coding Conventions): Fix typo.
...
...
src/ChangeLog
View file @
6de891db
...
...
@@ -5,6 +5,10 @@
(compile_pattern_1): Call re_set_whitespace_regexp with it.
(search_buffer): No regexp is trivial if Vsearch_whitespace_regexp
is non-nil.
(struct regexp_cache): New element whitespace_regexp.
(syms_of_search): Initialize whitespace_regexp elements.
(compile_pattern): Compare whitespace_regexp elements.
(compile_pattern_1): Set whitespace_regexp elements.
* regex.c (regex_compile): Substitute whitespace_regexp
for spaces, if it is nonzero.
...
...
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