明覺 <shi.min...@gmail.com> writes:

> I know that emacs auto save a file named filename~ when I modified the
> file filename, but I do not like the autosaved copy, could i stop this
> function? thanks

Set auto-save-default to nil, as explained in the Emacs manual:

(info "(emacs)Auto Save Control")

Adding

(setq auto-save-default nil)

to your .emacs will do this automatically.

Cheers,

Tyler

-- 
What is wanted is not the will to believe, but the will to find out,
which is the exact opposite.           --Bertrand Russell


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to