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: Tue, 01 Jul 2014 09:54:21 -0400 Message-ID: References: <87lhtrkk6n.fsf@floss.red-bean.com> <87bnuiwtht.fsf@floss.red-bean.com> <87iooilyox.fsf@floss.red-bean.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1404222914 22853 80.91.229.3 (1 Jul 2014 13:55:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Jul 2014 13:55:14 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 01 15:55:07 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 1X1yWU-0004TL-7n for ged-emacs-devel@m.gmane.org; Tue, 01 Jul 2014 15:55:02 +0200 Original-Received: from localhost ([::1]:47752 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1yWT-0007wW-SJ for ged-emacs-devel@m.gmane.org; Tue, 01 Jul 2014 09:55:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1yWK-0007nC-Do for emacs-devel@gnu.org; Tue, 01 Jul 2014 09:54:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1yWD-0006od-Ae for emacs-devel@gnu.org; Tue, 01 Jul 2014 09:54:52 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:54441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1yWD-0006oQ-13 for emacs-devel@gnu.org; Tue, 01 Jul 2014 09:54:45 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X1yW7-0004CV-Pu for emacs-devel@gnu.org; Tue, 01 Jul 2014 15:54:39 +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 ; Tue, 01 Jul 2014 15:54:39 +0200 Original-Received: from jdavidboyd by www1.g9.pair.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Jul 2014 15:54:39 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 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:ie5agq7kx/C4OVRxAyQMexLtagM= 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:172838 Archived-At: 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. > > Dave 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. Dave