From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Sir_Ciph3r Newsgroups: gmane.emacs.help Subject: Preserve the *scratch* buffer... Date: Tue, 26 Nov 2002 23:24:16 GMT Sender: help-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1038353134 11276 80.91.224.249 (26 Nov 2002 23:25:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 26 Nov 2002 23:25:34 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18Gp59-0002vH-00 for ; Wed, 27 Nov 2002 00:25:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18Gp6J-0005OD-00; Tue, 26 Nov 2002 18:26:43 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!washdc3-snf1!news.gtei.net!cyclone1.gnilink.net!spamfinder.gnilink.net!nwrddc01.gnilink.net.POSTED!1f737106!not-for-mail Original-Newsgroups: gnu.emacs.help X-Newsreader: Forte Agent 1.92/32.570 Original-Lines: 6 Original-NNTP-Posting-Host: 4.46.60.137 Original-X-Complaints-To: abuse@verizon.net Original-X-Trace: nwrddc01.gnilink.net 1038353056 4.46.60.137 (Tue, 26 Nov 2002 18:24:16 EST) Original-NNTP-Posting-Date: Tue, 26 Nov 2002 18:24:16 EST Original-Xref: shelby.stanford.edu gnu.emacs.help:107525 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:4074 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4074 How would you preserve the contents of the scratch buffer in elisp? When I start up emacs I want what ever I typed into the scratch buffer last session to still be there...when I close emacs I want what ever the scratch buffer contains to be preserved for the next session. Thanks, Sir