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
0a396e5a
Commit
0a396e5a
authored
Aug 22, 2000
by
Eli Zaretskii
Browse files
Document dabbrev-ignore-regexps.
parent
c3eb1f10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
man/abbrevs.texi
man/abbrevs.texi
+6
-0
No files found.
man/abbrevs.texi
View file @
0a396e5a
...
@@ -348,6 +348,12 @@ in the buffer to search for an expansion.
...
@@ -348,6 +348,12 @@ in the buffer to search for an expansion.
buffers, unless you have set @code{dabbrev-check-all-buffers} to
buffers, unless you have set @code{dabbrev-check-all-buffers} to
@code{nil}.
@code{nil}.
@vindex dabbrev-ignore-regexps
A more fine control on which buffers are scanned is possible by
customizing the variable @code{dabbrev-ignore-regexps}, whch should
contain a list of regular expressions. Buffers matching a regular
expression from that list are not searched.
A negative argument to @kbd{M-/}, as in @kbd{C-u - M-/}, says to
A negative argument to @kbd{M-/}, as in @kbd{C-u - M-/}, says to
search first for expansions after point, and second for expansions
search first for expansions after point, and second for expansions
before point. If you repeat the @kbd{M-/} to look for another
before point. If you repeat the @kbd{M-/} to look for another
...
...
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