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
ee216b2c
Commit
ee216b2c
authored
Jul 14, 2003
by
Kim F. Storm
Browse files
New apropos features.
parent
ab765ff7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
etc/NEWS
etc/NEWS
+13
-2
No files found.
etc/NEWS
View file @
ee216b2c
...
...
@@ -148,8 +148,19 @@ appropriate sql-interactive-mode wrapper for the current setting of
** M-x view-file and commands that use it now avoid interfering
with special modes such as Tar mode.
** The apropos commands don't sort by scores unless they show scores.
The option apropos-show-scores controls both uses of scores.
** Enhancements to apropos commands:
*** The apropos commands will now accept a list of words to match.
When more than one word is specified, at least two of those words must
be present for an item to match. Regular expression matching is still
available.
*** The new option `apropos-sort-by-scores' causes the matching items
to be sorted according to their score. The score for an item is a
number calculated to indicate how well the item matches the words or
regular expression that you entered to the apropos command. The best
match is listed first, and the calculated score is shown for each
matching item.
+++
** The old bindings C-M-delete and C-M-backspace have been deleted,
...
...
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