all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Albert Reiner <areiner@tph.tuwien.ac.at>
Subject: Re: Disable auto-save-mode in .emacs
Date: 13 Apr 2005 21:15:39 +0200	[thread overview]
Message-ID: <vw8fyxuqyhw.fsf@berry.phys.ntnu.no> (raw)
In-Reply-To: d3jq4e$vl4$1@news.net.uni-c.dk

[JS <d44sf@44ada.com>, Wed, 13 Apr 2005 21:08:23 +0200]:
> Hehe thanks...then I get a list of auto-save functions, but I don't see
> anywhere that that you could put:
> 
> (setq auto-save-default nil)
> 
> in you .emacs file to permanently turn off auto-save.

In the *Apropos* buffer I see:

,----
| auto-save-default
|   Variable: *Non-nil says by default do auto-saving of every file-visiting buffer.
|   Plist: standard-value variable-documentation custom-type custom-requests
`----

So by setting that variable to NIL (which is the only value that is
not non-nil) you disable auto-saving.  For setting some symbol to some
value you can use SETQ, or set-variable.

``C-h v auto-save-default RET'' indicates that one can also change its
value with customize which I have never used but seems to be regarded
as more intuitive.

Albert.

  reply	other threads:[~2005-04-13 19:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-13 15:46 Disable auto-save-mode in .emacs JS
2005-04-13 15:49 ` Greg Rowe
2005-04-13 18:39   ` JS
2005-04-13 18:58     ` Albert Reiner
2005-04-13 19:08       ` JS
2005-04-13 19:15         ` Albert Reiner [this message]
2005-04-13 19:24         ` Jim Davidson
2005-04-13 15:53 ` B.T. Raven

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=vw8fyxuqyhw.fsf@berry.phys.ntnu.no \
    --to=areiner@tph.tuwien.ac.at \
    /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.