all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: "João Guerra" <joca.bt@gmail.com>
Cc: 14691@debbugs.gnu.org
Subject: bug#14691: Acknowledgement (24.3; auto-save-list)
Date: Thu, 27 Jun 2013 21:10:26 -0400	[thread overview]
Message-ID: <j21u7nqbul.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <CAGiBfP2sWs0MsQiMB879A2QEbpo0PW8qJtaZFU2mqmLfnugdMA@mail.gmail.com> ("João Guerra"'s message of "Thu, 27 Jun 2013 22:17:53 +0100")

João Guerra wrote:

> Minimal working .emacs example

Thanks. My minimal example would be:

  (setq auto-save-list-file-name "~/SAVE")

> (defconst backups-dir "~/.emacs.d/backups/")

Use (expand-file-name "~/.emacs.d/backups/") and it should work.

The issue is that we use

   unlink (SSDATA (Vauto_save_list_file_name));

and unlink does not understand the "~" construct.





  reply	other threads:[~2013-06-28  1:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-22 21:33 bug#14691: 24.3; auto-save-list João Guerra
2013-06-26  7:27 ` Glenn Morris
     [not found] ` <handler.14691.B.137193769220320.ack@debbugs.gnu.org>
2013-06-27 21:17   ` bug#14691: Acknowledgement (24.3; auto-save-list) João Guerra
2013-06-28  1:10     ` Glenn Morris [this message]
2013-06-29 20:10   ` João Guerra
2013-06-29 20:35     ` Glenn Morris
2013-06-29 21:19       ` Juanma Barranquero
2013-07-01 16:56         ` Juanma Barranquero

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=j21u7nqbul.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=14691@debbugs.gnu.org \
    --cc=joca.bt@gmail.com \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.