emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bookmarks


From: J. David Boyd
Subject: Re: bookmarks
Date: Tue, 03 Jun 2014 09:29:48 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

address@hidden (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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]