bug#81467: [PATCH] Make bookmark-jump work with other-window/frame/tab-prefix
Juri Linkov <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Organization | LINKOV.NET |
| Message-ID | <[email protected]> |
> How about we add a new property to bookmark handlers. Just as we have > properties like (get handler 'bookmark-handler-type), we can add a new one > that indicates a handler handles its own display and we'd ignore > display-function in bookmark--jump-via when that property is present (or a > specific value). I'd amend the bufferlo handlers to include that property > and I'd also submit a patch for shell-bookmark-jump (which I also wrote). > Perhaps in the bufferlo case, it the property could indicate a "strong" > value as in do not display-function ever vs. shell-bookmark-jump which > could be advisory if display-function is not #'ignore, perhaps. Good idea.