diff options
| author | Pieter van Oostrum | 2020-03-05 20:20:04 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2020-05-09 18:19:35 +0200 |
| commit | 196bc13b7bc5a29fa4d27e83d7cf0db4d99aa8b7 (patch) | |
| tree | 7ef40724ff11cf06a6c63c6be063a615ee274da8 /doc | |
| parent | e59f697cd589e2b68bccb752787ad4a8c9da375d (diff) | |
| download | emacs-196bc13b7bc5a29fa4d27e83d7cf0db4d99aa8b7.tar.gz emacs-196bc13b7bc5a29fa4d27e83d7cf0db4d99aa8b7.zip | |
Add new filter command to Package Menu (Bug#39903)
* lisp/emacs-lisp/package.el
(package-menu-filter-marked): New filter command.
* test/lisp/emacs-lisp/package-tests.el
(package-test-list-filter-marked): New test.
(package-menu-mode-menu):
(package-menu-mode-map): Update menu to include new filter command.
* doc/emacs/package.texi (Package Menu): Document the new command.
* etc/NEWS: Announce the new command.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/package.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/emacs/package.texi b/doc/emacs/package.texi index db3cf317ff1..91e44b8eba8 100644 --- a/doc/emacs/package.texi +++ b/doc/emacs/package.texi | |||
| @@ -202,6 +202,12 @@ This prompts first for one of the qualifiers @samp{<}, @samp{>} or | |||
| 202 | @samp{=}, and then a package version, and shows packages that has a | 202 | @samp{=}, and then a package version, and shows packages that has a |
| 203 | lower, equal or higher version than the one specified. | 203 | lower, equal or higher version than the one specified. |
| 204 | 204 | ||
| 205 | @item / m | ||
| 206 | @kindex / m @r{(Package Menu)} | ||
| 207 | @findex package-menu-filter-marked | ||
| 208 | Filter package list by non-empty mark (@code{package-menu-filter-marked}). | ||
| 209 | This shows only the packages that have been marked to be installed or deleted. | ||
| 210 | |||
| 205 | @item / / | 211 | @item / / |
| 206 | @kindex / / @r{(Package Menu)} | 212 | @kindex / / @r{(Package Menu)} |
| 207 | @findex package-menu-filter-clear | 213 | @findex package-menu-filter-clear |