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, 03 Jun 2014 09:29:48 -0400 Message-ID: References: <87lhtrkk6n.fsf@floss.red-bean.com> <87bnuiwtht.fsf@floss.red-bean.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1401802227 28336 80.91.229.3 (3 Jun 2014 13:30:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Jun 2014 13:30:27 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 03 15:30:20 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 1WronE-0005OZ-4a for ged-emacs-devel@m.gmane.org; Tue, 03 Jun 2014 15:30:20 +0200 Original-Received: from localhost ([::1]:53346 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WronD-0008F0-HW for ged-emacs-devel@m.gmane.org; Tue, 03 Jun 2014 09:30:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wron4-00084H-Ba for emacs-devel@gnu.org; Tue, 03 Jun 2014 09:30:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wromx-0002BV-SW for emacs-devel@gnu.org; Tue, 03 Jun 2014 09:30:10 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:53955) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wromx-000294-Md for emacs-devel@gnu.org; Tue, 03 Jun 2014 09:30:03 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wromv-0005A9-6L for emacs-devel@gnu.org; Tue, 03 Jun 2014 15:30:01 +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, 03 Jun 2014 15:30:01 +0200 Original-Received: from jdavidboyd by www1.g9.pair.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Jun 2014 15:30:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 53 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:iPGZ7cdeArQA+eVRu1oFpxXUtdo= 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:172290 Archived-At: jdavidboyd@adboyd.com (J. David Boyd) writes: .... To stir the pot, I deleted my bookmarks file from v24.4.50, and started making some new bookmarks. Here's my bookmarks file: ;;;; Emacs Bookmark Format Version 1 ;;;; ;;; This format is meant to be slightly human-readable; ;;; nevertheless, you probably don't want to edit it. ;;; -*- End Of Bookmark File Format Version Stamp -*- (("emacs-init.org" (filename . "~/.emacs.d/emacs-init.org") (front-context-string . "* TODO - keep th") (rear-context-string) (position . 1)) (".emacs.d" (filename . "~/.emacs.d/") (front-context-string . ".backups_jdb\n -") (rear-context-string . " 2 Apr 29 13:18 ") (position . 247)) ("Org source" (filename . "~/.vendors/org/") (front-context-string . ".dir-locals.el\n ") (rear-context-string . "33 Apr 21 13:15 ") (position . 247)) ) But, what gets displayed on the screen with C-xrl is % Bookmark File .emacs.d ~/.emacs.d/ Org source ~/.emacs.d/ emacs-init.org ~/.emacs.d/ "Org source" should point to ~/.vendors/org/, and emacs-init.org should point to ~/.emacs.d/emacs-init.org Any advice on how to debug what is going wrong? My lisp debugging skills are essentially non-existant. Thanks, Dave