From xemacs-m  Sun Feb 23 03:06:15 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id DAA09314
	for <xemacs-beta@xemacs.org>; Sun, 23 Feb 1997 03:06:13 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQcecq01183; Sun, 23 Feb 1997 04:06:12 -0500 (EST)
Date: Sun, 23 Feb 1997 04:06:12 -0500 (EST)
Message-Id: <QQcecq01183.199702230906@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: Re: itimer.el 1.01
In-Reply-To: <kigohdb9ab6.fsf@jagor.srce.hr>
References: <QQceaz16811.199702222219@crystal.WonderWorks.COM>
	<kigohdb9ab6.fsf@jagor.srce.hr>

Hrvoje Niksic writes:
 > Kyle Jones <kyle_jones@wonderworks.com> writes:
 > 
 > > The auto-save and GC stuff that Jamie put at the bottom of this
 > > file in the distribution is gone.  I moved it to
 > > itimer-autosave.el, which I've also attached.  To keep the status
 > > quo, dump XEmacs with both of these files loaded.  loadup.el will
 > 
 > Have you removed the default 7-second auto-save itimer?

No, I left things as they were.

(setq auto-save-timeout 960)

seem a better default.  For a small buffer autosaving will happen
every four minutes, with the interval increasing as the current
buffer grows larger.

