all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Bookmark+ stopped working
@ 2015-04-02 20:18 Marcin Borkowski
  2015-04-02 22:04 ` Drew Adams
  0 siblings, 1 reply; 5+ messages in thread
From: Marcin Borkowski @ 2015-04-02 20:18 UTC (permalink / raw)
  To: Help Gnu Emacs mailing list

Hi all,

I upgraded Bookmark+ from the git repo
(git@github.com:emacsmirror/bookmark-plus.git - IIUC, this is a mirror
of the EmacsWiki code, right?)  Now evaluating (require 'bookmark+)
yields this

--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (void-function bmkp-replace-regexp-in-string)
  (bmkp-replace-regexp-in-string "\\s-+" "-" type)
  (let* ((type-- (bmkp-replace-regexp-in-string "\\s-+" "-" type)) (command (intern (format "bmkp-bmenu-show-only-%s-bookmarks" type--)))) (list (quote progn) (list (quote defun) command nil doc-string (quote (interactive)) (quote (bmkp-bmenu-barf-if-not-in-menu-list)) (list (quote let) (quote ((orig-filter-fn bmkp-bmenu-filter-function) (orig-title bmkp-bmenu-title) (orig-latest-alist bmkp-latest-bookmark-alist))) (cons (quote condition-case) (cons (quote err) (cons (list ... ... ... ...) (quote ...))))))))
  (lambda (type doc-string filter-function) "Define a command to show only bookmarks of TYPE in *Bookmark List*.\nTYPE is a short string or symbol describing the type of bookmarks.\n\nThe new command is named `bmkp-bmenu-show-only-TYPED-bookmarks', where\nTYPED is TYPE, but with any spaces replaced by hyphens (`-').\nExample: `bmkp-bmenu-show-only-tagged-bookmarks', for TYPE `tagged'.\n\nDOC-STRING is the doc string of the new command.\n\nThe command shows only the bookmarks allowed by FILTER-FUNCTION.\n\nIn case of error, variables `bmkp-bmenu-filter-function',\n`bmkp-bmenu-title', and `bmkp-latest-bookmark-alist' are reset to\ntheir values before the command was invoked." (if (stringp type) nil (setq type (symbol-name type))) (let* ((type-- (bmkp-replace-regexp-in-string "\\s-+" "-" type)) (command (intern (format "bmkp-bmenu-show-only-%s-bookmarks" type--)))) (list (quote progn) (list (quote defun) command nil doc-string (quote (interactive)) (quote (bmkp-bmenu-barf-if-not-in-menu-list)) (list (quote let) (quote ((orig-filter-fn bmkp-bmenu-filter-function) (orig-title bmkp-bmenu-title) (orig-latest-alist bmkp-latest-bookmark-alist))) (cons (quote condition-case) (cons (quote err) (cons ... ...))))))))(lighted "Display (only) the highlighted bookmarks." bmkp-lighted-alist-only)
  (bmkp-define-show-only-command lighted "Display (only) the highlighted bookmarks." bmkp-lighted-alist-only)
  eval-buffer(#<buffer  *load*-39046> nil "/home/marcin/ludzie-works/emacs/bookmark-plus/bookmark+-lit.el" nil t)  ; Reading at buffer position 17856
  load-with-code-conversion("/home/marcin/ludzie-works/emacs/bookmark-plus/bookmark+-lit.el" "/home/marcin/ludzie-works/emacs/bookmark-plus/bookmark+-lit.el" t t)
  require(bookmark+-lit nil t)
  eval-buffer(#<buffer  *load*> nil "/home/marcin/ludzie-works/emacs/bookmark-plus/bookmark+.el" nil t)  ; Reading at buffer position 7207
  load-with-code-conversion("/home/marcin/ludzie-works/emacs/bookmark-plus/bookmark+.el" "/home/marcin/ludzie-works/emacs/bookmark-plus/bookmark+.el" nil t)
  require(bookmark+)
  eval((require (quote bookmark+)) nil)
  elisp--eval-last-sexp(nil)
  eval-last-sexp(nil)
  funcall-interactively(eval-last-sexp nil)
  call-interactively(eval-last-sexp nil nil)
  command-execute(eval-last-sexp)
--8<---------------cut here---------------end--------------->8---

I'm on GNU Emacs 25.0.50.1 (i686-pc-linux-gnu, GTK+ Version 3.10.8).

What's wrong?

Best,

-- 
Marcin Borkowski               This email was proudly sent
http://mbork.pl                from my Emacs.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-04-03 17:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-02 20:18 Bookmark+ stopped working Marcin Borkowski
2015-04-02 22:04 ` Drew Adams
2015-04-02 22:55   ` Marcin Borkowski
2015-04-02 23:08     ` Drew Adams
2015-04-03 17:00   ` Drew Adams

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.