From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: Bookmark+ stopped working Date: Thu, 2 Apr 2015 15:04:01 -0700 (PDT) Message-ID: <23f7c33a-fa3d-42fe-b277-c407d19e3294@default> References: <87zj6qs2ql.fsf@wmi.amu.edu.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1428012275 11303 80.91.229.3 (2 Apr 2015 22:04:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Apr 2015 22:04:35 +0000 (UTC) To: Marcin Borkowski , Help Gnu Emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 03 00:04:23 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 1YdnDp-0001pY-IL for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Apr 2015 00:04:21 +0200 Original-Received: from localhost ([::1]:60275 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdnDo-00068g-MU for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Apr 2015 18:04:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdnDd-00068Q-BM for help-gnu-emacs@gnu.org; Thu, 02 Apr 2015 18:04:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YdnDa-0001E4-5X for help-gnu-emacs@gnu.org; Thu, 02 Apr 2015 18:04:09 -0400 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:22212) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdnDZ-0001Dt-Vv for help-gnu-emacs@gnu.org; Thu, 02 Apr 2015 18:04:06 -0400 Original-Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t32M4317027410 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 2 Apr 2015 22:04:04 GMT Original-Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by userv0022.oracle.com (8.13.8/8.13.8) with ESMTP id t32M42PF020822 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Thu, 2 Apr 2015 22:04:03 GMT Original-Received: from abhmp0002.oracle.com (abhmp0002.oracle.com [141.146.116.8]) by aserv0121.oracle.com (8.13.8/8.13.8) with ESMTP id t32M42WH001245; Thu, 2 Apr 2015 22:04:02 GMT In-Reply-To: <87zj6qs2ql.fsf@wmi.amu.edu.pl> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8.2 (807160) [OL 12.0.6691.5000 (x86)] X-Source-IP: userv0022.oracle.com [156.151.31.74] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 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:103512 Archived-At: > I upgraded Bookmark+ from the git repo > Now evaluating (require 'bookmark+) yields this >=20 > Debugger entered--Lisp error: (void-function bmkp-replace-regexp-in-strin= g) > (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--)))) Should be OK now. Please download the latest bookmark+-lit.el from Emacs Wiki, or wait up to a day for it to be mirrored on MELPA. http://www.emacswiki.org/emacs/download/bookmark%2b-lit.el Or just load bookmark+-mac.el and then byte-compile bookmark+-lit.el. (There was a missing require for the macros file in bookmark+-lit.el.) Thx.