bug#81467: [PATCH] Make bookmark-jump work with other-window/frame/tab-prefix
Stefan Monnier via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <[email protected]> Fri, 31 Jul 2026 17:58:57 -0400
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <[email protected]> |
> I'm happy to prepare a patch for that and at least a demonstration of how I > see using the bookmark-inhibit handler property that we'd assign to the > bufferlo handlers and bypass save-window-excursion, et.al. Sounds good. > Would these be for emacs-31 or leave it alone for now and focus > on master? That seems out of scope for `emacs-31`. BTW, regarding bufferlo's (ab)use of bookmarks, I think this might deserve a lot more design/discussion, because it amounts to integrating bookmarks and registers. FWIW, I think it might be worth trying to think about integrating this also with the help-xref elements and the `revert-buffer-function`. === Stefan