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
0419b8d6
Commit
0419b8d6
authored
Jan 10, 2010
by
Glenn Morris
Browse files
(Highlight Interactively): `t' does not mean highlight all patterns.
(Bug#5335)
parent
889e4d55
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
10 deletions
+16
-10
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+5
-0
doc/emacs/display.texi
doc/emacs/display.texi
+11
-10
No files found.
doc/emacs/ChangeLog
View file @
0419b8d6
2010-01-11 Glenn Morris <rgm@gnu.org>
* display.texi (Highlight Interactively): `t' does not mean highlight
all patterns. (Bug#5335)
2009-12-29 Chong Yidong <cyd@stupidchicken.com>
* misc.texi (Shell): Document async-shell-command.
...
...
doc/emacs/display.texi
View file @
0419b8d6
@c This is part of the Emacs manual.
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
@c Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@node Display, Search, Registers, Top
@chapter Controlling the Display
...
...
@@ -775,15 +777,14 @@ have Hi Lock highlight the edited patterns.
@vindex hi-lock-file-patterns-policy
The variable @code{hi-lock-file-patterns-policy} controls whether Hi
Lock mode should automatically extract and highlight patterns found in
a file when it is visited. Its value can be @code{nil} (never
highlight), @code{t} (highlight the patterns), @code{ask} (query the
user), or a function. If it is a function,
@code{hi-lock-find-patterns} calls it with the patterns as argument;
if the function returns non-@code{nil}, the patterns are used. The
default is @code{nil}. Note that patterns are always highlighted if
you call @code{hi-lock-find-patterns} directly, regardless of the
value of this variable.
Lock mode should automatically extract and highlight patterns found in a
file when it is visited. Its value can be @code{nil} (never highlight),
@code{ask} (query the user), or a function. If it is a function,
@code{hi-lock-find-patterns} calls it with the patterns as argument; if
the function returns non-@code{nil}, the patterns are used. The default
is @code{ask}. Note that patterns are always highlighted if you call
@code{hi-lock-find-patterns} directly, regardless of the value of this
variable.
@vindex hi-lock-exclude-modes
Also, @code{hi-lock-find-patterns} does nothing if the current major
...
...
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