From: Alex Kost <alezost@gmail.com>
To: Sharon Kimble <boudiccas@skimble.plus.com>
Cc: help-emacs <help-gnu-emacs@gnu.org>
Subject: Re: 'bookmarks' file being persistently deleted, how to stop that action?
Date: Thu, 28 Jul 2016 09:55:23 +0300 [thread overview]
Message-ID: <877fc62qw4.fsf@gmail.com> (raw)
In-Reply-To: <878twm5ldn.fsf@skimble.plus.com> (Sharon Kimble's message of "Thu, 28 Jul 2016 07:26:12 +0100")
Sharon Kimble (2016-07-28 09:26 +0300) wrote:
> I'm having problems keeping my 'bookmarks' file when I close emacs. I'm
> saving it in my '/home/boudiccas/.emacs.d/etc/' directory, but at some
> stage in closing it gets deleted.
>
> This is from my '.init.el' -
>
>
> (require 'bm)
>
> (setq bookmark-default-file "/home/boudiccas/.emacs.d/etc/bookmarks")
> (setq bookmark-save-flag 1) ;; autosave each change)
> (bookmark-load bookmark-default-file t)
>
> (setq bm-restore-repository-on-load t)
>
> How can I get it to stay there all the time please?
It may be something wrong on your side. I also set
'bookmark-default-file' and it is never deleted for me. Or perhaps it
is related to this 'bm' package you use.
Here is what I have in my init file:
(with-eval-after-load 'bookmark
(setq bookmark-save-flag 1
bookmark-default-file ".../my-bookmarks"))
--
Alex
prev parent reply other threads:[~2016-07-28 6:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-28 6:26 'bookmarks' file being persistently deleted, how to stop that action? Sharon Kimble
2016-07-28 6:55 ` Alex Kost [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877fc62qw4.fsf@gmail.com \
--to=alezost@gmail.com \
--cc=boudiccas@skimble.plus.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).