]> git.eshelyaron.com Git - emacs.git/commit
Narrow bookmark completions by bookmark type with 'C-x n m'
authorEshel Yaron <me@eshelyaron.com>
Mon, 25 Dec 2023 19:20:54 +0000 (20:20 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 25 Dec 2023 19:20:54 +0000 (20:20 +0100)
commit6f85d9a456bd30f074575a5b08de2eebaa151f5a
tree2c172b9aea6a5f25e37d4f74351de78385ba4a2c
parent46a6b6d77467ba31d953708f69c985ac21ae001e
Narrow bookmark completions by bookmark type with 'C-x n m'

* lisp/bookmark.el (bookmark-narrow-completions-by-type): New
function.
(bookmark-completing-read): Use it as a 'narrow-completions-function'.
* doc/emacs/regs.texi (Bookmarks): Document it, as well as bookmark
types in general.
* etc/NEWS: Mention it.
doc/emacs/regs.texi
etc/NEWS
lisp/bookmark.el