all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Martin Šlouf" <mar@centrum.cz>
To: help-gnu-emacs@gnu.org
Subject: Re: How to disable auto save on Emacs 26.1
Date: Wed, 03 Oct 2018 15:34:17 +0200	[thread overview]
Message-ID: <87sh1n40iu.fsf@rypous.lan> (raw)
In-Reply-To: <87zhvvqipx.fsf@wallenfang.de>

Hello,

I have been also irritated by the various 'spam' within my projects, but
than I have found this setting (keeps all the backups in single directory):

(custom-set-variables
  '(backup-directory-alist (quote (("." . "~/.emacs.d/backup-directory")))))

so I can keep my file system clean and still have the backups. I can
_recommend_ it.

Kind Regards,
Martin

P.S.

Documentation:
Alist of filename patterns and backup directory names.
Each element looks like (REGEXP . DIRECTORY).  Backups of files with
names matching REGEXP will be made in DIRECTORY.

Tom Wallenfang <tom@wallenfang.de> writes:

> Hello dear emacs folk,
> I have been seeing lately that the autosave feature is activated again
> although I deactivated it :/
>
> Here is a cut from my .emacs file:
>
>> (custom-set-variables
>> '(auto-save-default nil)
>> '(auto-save-interval 0)
>> '(auto-save-timeout 0)
>> '(auto-save-visited-interval 0))
> Does anyone here know what I have to do so I don't have to remove those
> files everytime I quit editing
>
> (yes, I do know the consequences that can come with disabling autosave,
> and I am taking the full responsibility for what might/is going to
> happen.)
>
> Thanks in Regards
> Tom



  reply	other threads:[~2018-10-03 13:34 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-03 13:10 How to disable auto save on Emacs 26.1 Tom Wallenfang
2018-10-03 13:34 ` Martin Šlouf [this message]
2018-10-03 13:55 ` Stefan Monnier
     [not found] ` <mailman.1669.1538575056.1284.help-gnu-emacs@gnu.org>
2018-10-03 14:16   ` Tom Wallenfang
2018-10-04 11:04     ` tomas
2018-10-04 12:55       ` Skip Montanaro
2018-10-04 14:47         ` Van L
2018-10-06 11:34           ` Fossil [Was: Re: How to disable auto save on Emacs 26.1] Garreau, Alexandre
2018-10-06 14:32             ` Van L
2018-10-06 19:17             ` tomas
2018-10-04 17:21         ` How to disable auto save on Emacs 26.1 Marcin Borkowski
2018-10-06  6:24           ` Marcin Borkowski
     [not found]       ` <mailman.1701.1538657386.1284.help-gnu-emacs@gnu.org>
2018-10-05 18:04         ` James K. Lowden
     [not found]     ` <mailman.1698.1538651613.1284.help-gnu-emacs@gnu.org>
2018-10-04 13:10       ` Stefan Monnier
2018-10-04 14:49         ` tomas
2018-10-04 13:44       ` Tom Wallenfang
     [not found] ` <mailman.1668.1538573687.1284.help-gnu-emacs@gnu.org>
2018-10-03 14:19   ` Tom Wallenfang

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=87sh1n40iu.fsf@rypous.lan \
    --to=mar@centrum.cz \
    --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.
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.