GNU bug report logs - #14691
24.3; auto-save-list

Previous Next

Package: emacs;

Reported by: João Guerra <joca.bt <at> gmail.com>

Date: Sat, 22 Jun 2013 21:49:01 UTC

Severity: minor

Found in version 24.3

Done: Juanma Barranquero <lekktu <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 14691 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: João Guerra <joca.bt <at> gmail.com>
Cc: 14691 <at> debbugs.gnu.org
Subject: Re: bug#14691: Acknowledgement (24.3; auto-save-list)
Date: Thu, 27 Jun 2013 21:10:26 -0400
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.




This bug report was last modified 11 years and 330 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.