bm icon indicating copy to clipboard operation
bm copied to clipboard

bm.el -- Visual Bookmarks for GNU Emacs

Results 10 bm issues
Sort by recently updated
recently updated
newest added

fix wrong time and temporary-bookmark

For example, when there are three bookmarks in the current buffer, and then remove the last bookmark, then run `bm-previous`, the point goes to the first bookmark instead of the...

When `bm-buffer-persistence` is `t`, it looks like it's trying to save all bm information. However, it doesn't seem to work. I got ``` bm-buffer-save: Wrong type argument: listp, \.\.\. ```...

+ Establishes bm-suggest-annotation-alist mapping buffer major-modes to suggestion functions + Provides sample functions for emacs-lisp-mode and org-mode + Integrates the feature into functions bm-bookmark-annotate and bm-bookmark-add + Provide a bookmark's...

+ Inspired by function `bookmark-jump` from emacs-core package `bookmark.el` + List of bookmarks are presented as mini-buffer completion candidates + Presentation includes enhanced fontification of each bookmark's file name and...

When bm-cycle-all-buffers is true, is it possible to make bm-next and bm-previous jump to the original window where the bookmark was defined instead of opening the bookmark buffer in the...

It would be great if it was possible to remove bookmarks at point and in a region in the bm-show buffer. Thanks for writing this very useful package!

It would be great if bookmark markers could be shown in terminal emacs. Since terminal emacs doesn't have the fringe, they obviously can't go there. So there has to be...

Hi Jo, Please could you add a function which will display all bookmarks that exist, not just those in open buffers. Currently, you have to open a file before the...

`projectile` or `persp-mode` or whatever, right now it goes jumping around between unrelated projects, perspectives, etc.