From: Marcin Borkowski <mbork@wmi.amu.edu.pl>
To: Help Gnu Emacs mailing list <help-gnu-emacs@gnu.org>
Subject: Bookmark+ stopped working
Date: Thu, 02 Apr 2015 22:18:42 +0200 [thread overview]
Message-ID: <87zj6qs2ql.fsf@wmi.amu.edu.pl> (raw)
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.
next reply other threads:[~2015-04-02 20:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-02 20:18 Marcin Borkowski [this message]
2015-04-02 22:04 ` Bookmark+ stopped working Drew Adams
2015-04-02 22:55 ` Marcin Borkowski
2015-04-02 23:08 ` Drew Adams
2015-04-03 17:00 ` Drew Adams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87zj6qs2ql.fsf@wmi.amu.edu.pl \
--to=mbork@wmi.amu.edu.pl \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).