bug#81467: [PATCH] Make bookmark-jump work with other-window/frame/tab-prefix
Stéphane Marks <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <CAN+1Hbpz_GmaE1ESJjeBnmg+sHu_eMzrkJV_xdw-Ft8fBhNqSw@mail.gmail.com> |
On Tue, Jul 28, 2026 at 1:42 PM Eshel Yaron <[email protected]> wrote: > Juri Linkov <[email protected]> writes: > > >> It doesn't make much sense for bookmark--jump-via to ignore the > >> DISPLAY-FUNCTION argument, no matter what the handler does, IMO. > >> The contract for bookmark handlers is that someone else (the caller, > >> not the handler) displays the bookmarked buffer; if the handler > >> nevertheless displays the bookmarked buffer (or any other buffer), > >> that's the handler's fault/responsibility. > > > > All handlers display the bookmarked buffer. I can't find a handler > > that doesn't display it. > > Hmm? See the default handler, bookmark-default-handler. > Man-bookmark-jump is also conforming, for instance. > This conformance you speak of is undocumented.