[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (kill-buffer "*scratch*")
From: |
J. David Boyd |
Subject: |
Re: (kill-buffer "*scratch*") |
Date: |
23 Sep 2004 11:34:48 -0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
Frederic Motte <fred@lautre.net> writes:
> I hate Emacs' scratch buffer !!!
>
> The other night, I was not able to sleep, thinking about a game world.
> So I jumped out of my bed to write it down. Once I was happy of my
> work, I went back in bed feeling good.
>
> Today, I wanted to read it again, but impossible to found it back.
> I think I wrote it in the scratch buffer and closed emacs without
> saving it.
> Of course, emacs didn't asked me if I would like to save it.
>
> I hate Emacs' scratch buffer.
>
> By the way, I didn't mention that I love emacs, thanks a lot.
So why not put some code in your .emacs to kill the buffer on start,
and create a real buffer that you will have to save if you type into
it?
Dave