From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marcin Borkowski Newsgroups: gmane.emacs.help Subject: Bookmark+ stopped working Date: Thu, 02 Apr 2015 22:18:42 +0200 Message-ID: <87zj6qs2ql.fsf@wmi.amu.edu.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1428005957 5481 80.91.229.3 (2 Apr 2015 20:19:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Apr 2015 20:19:17 +0000 (UTC) To: Help Gnu Emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 02 22:19:09 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YdlZy-0002Ri-LK for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Apr 2015 22:19:06 +0200 Original-Received: from localhost ([::1]:60090 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdlZx-0004A3-Sq for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Apr 2015 16:19:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdlZn-00049v-M8 for help-gnu-emacs@gnu.org; Thu, 02 Apr 2015 16:18:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YdlZj-0005AT-KS for help-gnu-emacs@gnu.org; Thu, 02 Apr 2015 16:18:55 -0400 Original-Received: from msg.wmi.amu.edu.pl ([2001:808:114:2::50]:33967) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdlZj-00059e-9P for help-gnu-emacs@gnu.org; Thu, 02 Apr 2015 16:18:51 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by msg.wmi.amu.edu.pl (Postfix) with ESMTP id E82F65B82B for ; Thu, 2 Apr 2015 22:18:47 +0200 (CEST) Original-Received: from msg.wmi.amu.edu.pl ([127.0.0.1]) by localhost (msg.wmi.amu.edu.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NZ7At2KAUhwD for ; Thu, 2 Apr 2015 22:18:47 +0200 (CEST) Original-Received: from localhost (117-116.echostar.pl [213.156.117.116]) by msg.wmi.amu.edu.pl (Postfix) with ESMTPSA id 63D7F5B822 for ; Thu, 2 Apr 2015 22:18:47 +0200 (CEST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:808:114:2::50 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:103511 Archived-At: 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 (quot= e progn) (list (quote defun) command nil doc-string (quote (interactive)) (= quote (bmkp-bmenu-barf-if-not-in-menu-list)) (list (quote let) (quote ((ori= g-filter-fn bmkp-bmenu-filter-function) (orig-title bmkp-bmenu-title) (orig= -latest-alist bmkp-latest-bookmark-alist))) (cons (quote condition-case) (c= ons (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 des= cribing 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 TY= PE `tagged'.\n\nDOC-STRING is the doc string of the new command.\n\nThe com= mand shows only the bookmarks allowed by FILTER-FUNCTION.\n\nIn case of err= or, variables `bmkp-bmenu-filter-function',\n`bmkp-bmenu-title', and `bmkp-= latest-bookmark-alist' are reset to\ntheir values before the command was in= voked." (if (stringp type) nil (setq type (symbol-name type))) (let* ((type= -- (bmkp-replace-regexp-in-string "\\s-+" "-" type)) (command (intern (form= at "bmkp-bmenu-show-only-%s-bookmarks" type--)))) (list (quote progn) (list= (quote defun) command nil doc-string (quote (interactive)) (quote (bmkp-bm= enu-barf-if-not-in-menu-list)) (list (quote let) (quote ((orig-filter-fn bm= kp-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 bo= okmarks." bmkp-lighted-alist-only) eval-buffer(# 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(# nil "/home/marcin/ludzie-works/emacs/bookma= rk-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, --=20 Marcin Borkowski This email was proudly sent http://mbork.pl from my Emacs.