all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "João Guerra" <joca.bt@gmail.com>
To: 14691@debbugs.gnu.org
Subject: bug#14691: Acknowledgement (24.3; auto-save-list)
Date: Thu, 27 Jun 2013 22:17:53 +0100	[thread overview]
Message-ID: <CAGiBfP2sWs0MsQiMB879A2QEbpo0PW8qJtaZFU2mqmLfnugdMA@mail.gmail.com> (raw)
In-Reply-To: <handler.14691.B.137193769220320.ack@debbugs.gnu.org>

[-- Attachment #1: Type: text/plain, Size: 409 bytes --]

Minimal working .emacs example

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

;; auto-save
(setq auto-save-default t
      auto-save-interval 0
      auto-save-timeout 5
      delete-auto-save-files t
      auto-save-list-file-name (concat backups-dir (format ".auto-save-%s"
(emacs-pid)))
      auto-save-file-name-transforms `((".*" ,backups-dir t)))


I run Emacs 24.3 on Windows 7 x64 with "runemacs.exe"

[-- Attachment #2: Type: text/html, Size: 717 bytes --]

  parent reply	other threads:[~2013-06-27 21:17 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   ` João Guerra [this message]
2013-06-28  1:10     ` bug#14691: Acknowledgement (24.3; auto-save-list) Glenn Morris
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=CAGiBfP2sWs0MsQiMB879A2QEbpo0PW8qJtaZFU2mqmLfnugdMA@mail.gmail.com \
    --to=joca.bt@gmail.com \
    --cc=14691@debbugs.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.
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.