bug#81467: [PATCH] Make bookmark-jump work with other-window/frame/tab-prefix

Juri Linkov <[email protected]> Fri, 31 Jul 2026 20:19:25 +0300
Newsgroups gmane.emacs.bugs
Organization LINKOV.NET
Message-ID <[email protected]>
>> 1. A bookmark handler 'shell-bookmark-jump' calls the function 'shell',
>> because for the authors it was the simplest way to implement the handler.
>
> And that's the part that needs fixing.
> E.g. by adding a `shell-no-select`.

Or maybe simply wrap the handler call in

  (let ((display-buffer-overriding-action
         '(display-buffer-no-window (allow-no-window . t))))

But I don't use bookmarks for shells, so don't know
whether users expect shell-bookmark-jump to display
the shell buffer the same way as ordinary 'M-x shell' does.