emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [emacs-wiki-discuss] 9 billion backups


From: Bastien
Subject: Re: [emacs-wiki-discuss] 9 billion backups
Date: Wed, 14 Jun 2006 00:33:01 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Hi Thomas,

i think this list is not the right place for such questions... You
should better ask on gnu.emacs.help - but of course, you'll find
answers here as well!

"thomas knoll" <address@hidden> writes:

> 1. I get like 9 billion backups of every file (e.g. foo.~1~
> ... foo.~39~) .

Somewhere in your .emacs:
(setq make-backup-files nil)

> 2. Auto-fill-mode is always on by default.

... and this is a good default.  The easy way is to turn it off for
specific modes only:

(add-hook 'planner-mode-hook 'turn-off-auto-fill)

Regards,

-- 
Bastien




reply via email to

[Prev in Thread] Current Thread [Next in Thread]