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: Fri, 3 Apr 2015 10:00:48 -0700 (PDT) Message-ID: <7659a175-ac0a-4748-9399-303f02c0a8df@default> References: <87zj6qs2ql.fsf@wmi.amu.edu.pl> <23f7c33a-fa3d-42fe-b277-c407d19e3294@default> 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 1428080481 28933 80.91.229.3 (3 Apr 2015 17:01:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Apr 2015 17:01:21 +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 19:01:08 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 1Ye4xv-0006WF-B2 for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Apr 2015 19:01:07 +0200 Original-Received: from localhost ([::1]:34801 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ye4xu-0007Xh-Ny for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Apr 2015 13:01:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ye4xk-0007XO-A0 for help-gnu-emacs@gnu.org; Fri, 03 Apr 2015 13:00:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ye4xg-0003Gk-Tf for help-gnu-emacs@gnu.org; Fri, 03 Apr 2015 13:00:56 -0400 Original-Received: from userp1040.oracle.com ([156.151.31.81]:27693) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ye4xg-0003Ge-Mq for help-gnu-emacs@gnu.org; Fri, 03 Apr 2015 13:00:52 -0400 Original-Received: from aserv0021.oracle.com (aserv0021.oracle.com [141.146.126.233]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t33H0o0V026160 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 3 Apr 2015 17:00:51 GMT Original-Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by aserv0021.oracle.com (8.13.8/8.13.8) with ESMTP id t33H0mSc021383 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Fri, 3 Apr 2015 17:00:50 GMT Original-Received: from abhmp0013.oracle.com (abhmp0013.oracle.com [141.146.116.19]) by aserv0122.oracle.com (8.13.8/8.13.8) with ESMTP id t33H0mgg029586; Fri, 3 Apr 2015 17:00:48 GMT In-Reply-To: <23f7c33a-fa3d-42fe-b277-c407d19e3294@default> 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: aserv0021.oracle.com [141.146.126.233] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 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:103539 Archived-At: > 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.) Nope; that was not sufficient. Please update Bookmark+ using the files I uploaded today. In particular, there is a change to the macros file, `bookmark+-mac.el', so this notice applies, if you byte-compile: ;; WHENEVER you update Bookmark+ (i.e., download new versions of ;; Bookmark+ source files), I recommend that you do the following: ;; ;; 1. Delete ALL existing BYTE-COMPILED Bookmark+ files ;; (bookmark+*.elc). ;; 2. Load Bookmark+ (`load-library' or `require'). ;; 3. Byte-compile the source files. ;; ;; In particular, ALWAYS LOAD `bookmark+-mac.el' (not ;; `bookmark+-mac.elc') BEFORE YOU BYTE-COMPILE new versions of ;; the files, in case there have been any changes to Lisp macros ;; (in `bookmark+-mac.el'). ;; ;; (This is standard procedure for Lisp: code that depends on ;; macros needs to be byte-compiled anew after loading the ;; updated macros.)