From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wolfram Kraus Newsgroups: gmane.emacs.help Subject: Re: where is the scratch buffer Date: Fri, 31 Mar 2006 08:58:36 +0200 Message-ID: References: <442cc22b$1_1@news.iprimus.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1143790864 29539 80.91.229.2 (31 Mar 2006 07:41:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 31 Mar 2006 07:41:04 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 31 09:41:03 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FPEFd-0007JV-G9 for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Mar 2006 09:40:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FPEFc-0004Mh-Vk for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Mar 2006 02:40:57 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!npeer.de.kpn-eurorings.net!newsfeed.cw.net!cw.net!news-FFM2.ecrc.de!noris.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: gate.hagen-partner.de Original-X-Trace: ork-un.noris.net 1143788249 27636 213.95.4.106 (31 Mar 2006 06:57:29 GMT) Original-X-Complaints-To: news@noris.net Original-NNTP-Posting-Date: Fri, 31 Mar 2006 06:57:29 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: de, de-de, en-us, en In-Reply-To: <442cc22b$1_1@news.iprimus.com.au> Original-Xref: shelby.stanford.edu gnu.emacs.help:138473 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:34092 Archived-At: Gary Weselle wrote: > Hi > > a problem which I have not found a solution for. > when I write something in the scratch buffer and save it as a file, then > kill this "file" I lose the scratch buffer, how do I get it back. > > thanks > > Just switch to the *scratch* buffer. Emacs will (re)create every non-exiting buffer: C-x b *scratch* [RET] HTH, Wolfram