;;;; Emacs Bookmark Format Version 1 ;;;; -*- coding: utf-8-emacs -*- ;;; 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 -*- (("name0" (filename . "/some/file0") (front-context-string . "abc") (rear-context-string . "def") (position . 3)) ("name1" (filename . "/some/file1") (front-context-string . "abc") (rear-context-string . "def") (position . 3)) ("name2" (filename . "/some/file2") (front-context-string . "abc") (rear-context-string . "def") (position . 3)) )