From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: A wish, a plea Date: Sun, 24 Jun 2007 19:46:53 -0400 Message-ID: References: <4679F561.4030600@hacksaw.org> <87d4zomyiw.fsf@red-bean.com> <87fy4kjy0k.fsf@red-bean.com> <467AF6CC.2000300@gnu.org> <467BFAAB.8060601@gnu.org> <851wg3chsm.fsf@lola.goethe.zz> <467D78BF.6020405@hacksaw.org> <467EA74B.1010603@hacksaw.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1182728826 11630 80.91.229.12 (24 Jun 2007 23:47:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Jun 2007 23:47:06 +0000 (UTC) Cc: wilde@sha-bang.de, kfogel@red-bean.com, emacs-devel@gnu.org, jasonr@gnu.org To: Hacksaw Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 25 01:47:04 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I2bnH-000630-JQ for ged-emacs-devel@m.gmane.org; Mon, 25 Jun 2007 01:46:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2bnH-0007Kj-7J for ged-emacs-devel@m.gmane.org; Sun, 24 Jun 2007 19:46:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I2bnD-0007KV-IR for emacs-devel@gnu.org; Sun, 24 Jun 2007 19:46:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I2bnC-0007KJ-3g for emacs-devel@gnu.org; Sun, 24 Jun 2007 19:46:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2bnC-0007KG-1U for emacs-devel@gnu.org; Sun, 24 Jun 2007 19:46:54 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I2bnB-00073C-NY for emacs-devel@gnu.org; Sun, 24 Jun 2007 19:46:53 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1I2bnB-0007CI-0L; Sun, 24 Jun 2007 19:46:53 -0400 In-reply-to: <467EA74B.1010603@hacksaw.org> (message from Hacksaw on Sun, 24 Jun 2007 13:18:03 -0400) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:73780 Archived-At: One way to preserve the contents of *scratch* is to (1) enable autosave in it, and (2) on start-up, check for an auto-save file from *scratch*, and if there is one, offer to reload it. Would someone like to implement this? (Also it should set buffer-offer-save.)