From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jdavidboyd@adboyd.com (J. David Boyd) Newsgroups: gmane.emacs.devel Subject: Re: bookmarks Date: Wed, 02 Jul 2014 10:45:56 -0400 Message-ID: References: <87lhtrkk6n.fsf@floss.red-bean.com> <87bnuiwtht.fsf@floss.red-bean.com> <87iooilyox.fsf@floss.red-bean.com> <87pphog5rt.fsf@ktab.red-bean.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1404312411 6695 80.91.229.3 (2 Jul 2014 14:46:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Jul 2014 14:46:51 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 02 16:46:44 2014 Return-path: Envelope-to: ged-emacs-devel@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 1X2Lnx-0003yF-Ac for ged-emacs-devel@m.gmane.org; Wed, 02 Jul 2014 16:46:37 +0200 Original-Received: from localhost ([::1]:54023 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2Lnw-0001Hv-W9 for ged-emacs-devel@m.gmane.org; Wed, 02 Jul 2014 10:46:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46363) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2Lnp-0001Cl-4r for emacs-devel@gnu.org; Wed, 02 Jul 2014 10:46:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2Lni-0000so-Sa for emacs-devel@gnu.org; Wed, 02 Jul 2014 10:46:29 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:49924) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2Lni-0000rA-M7 for emacs-devel@gnu.org; Wed, 02 Jul 2014 10:46:22 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X2LnX-0003fU-Vm for emacs-devel@gnu.org; Wed, 02 Jul 2014 16:46:11 +0200 Original-Received: from www1.g9.pair.com ([66.39.4.53]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Jul 2014 16:46:11 +0200 Original-Received: from jdavidboyd by www1.g9.pair.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Jul 2014 16:46:11 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 39 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: www1.g9.pair.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) Cancel-Lock: sha1:He5IZ8MNK5trGd6vXYcvr9v+wS0= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:172849 Archived-At: Karl Fogel writes: > jdavidboyd@adboyd.com (J. David Boyd) writes: >>jdavidboyd@adboyd.com (J. David Boyd) writes: >> >>> Hmm, unfortunately for me, I just tried this all again with >>> emacs -Q >>> rather than loading my init files, and the bookmarks look fine. >>> >>> So somewhere, I must have code that messes this up. Surprising to me, as I >>> don't think I have anything that ever looks like code that would be involved >>> with bookmarks. >>> >>> Sorry for the false alarm. >> >>And it was caused by a file called bookmarks-search, written by >>ThierryVolpiattfo in 2009. Maybe someday I'll dig into what the problem in >>that file is. > > Oh! I'm glad you found it -- I went through a bit of an illness (mostly > recovered now) and was finally going to dig into this. > > But I'm surprised that bookmarks-search would be doing anything that > involves rewriting the bookmarks storage file... If you get a chance to > look into it, let us know. bookmarks-search.el doesn't appear to be > part of the Emacs distribution; is there perhaps a newer version of it > available? > > -K I'll look into it, as I am curious. I only added bookmarks-search in a few months back, and have only used it once, I believe. I'll report back when (if) I figure out what was wrong. Glad you're feeling better! Dave