emacs bookmark+ :How to create a file specific bookmark file? -
bookmark+ package provides (bmkp-this-file-bmenu-list) function. this, suppose, loads file specific bookmark file , filters bookmarks, relate file.
question: how create specific bookmark file specific file?
the result should filtered list of bookmarks, when using c-x p , command (which bound (bmkp-this-file-bmenu-list) ).
edit: use 1 default bookmark file ~/.emacs.d/bookmarks. file has bookmarks ~/.emacs file. now, when visit, say, ~/.emacs file, run c-x p ,, following error: bmkp-this-file-bmenu-list: no bookmarks file ~/.emacs.
no, actually, command bmkp-this-file-bmenu-list (from doc string):
show bookmark list bookmarks current file. set `bmkp-last-specific-file` current file name. if current buffer not visiting file, prompt file name. it shows *bookmark list* display, listing , bookmarks target current file.
so if use command in file buffer see displayed, in buffer *bookmark list*, of bookmarks current file, , bookmarks.
this has nothing using different bookmark file.
beyond command does, it's not clear me behavior like. what, instance, mean "specific bookmark file specific file"?
Comments
Post a Comment