From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: Scratch buffer annoyance Date: Thu, 19 Jul 2007 20:28:17 +0200 (CEST) Message-ID: <20070719182817.73C563010C@Psilocybe.Update.UU.SE> References: <871wf5cv6y.fsf@jurta.org> Reply-To: ams@gnu.org NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1184869705 29773 80.91.229.12 (19 Jul 2007 18:28:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 Jul 2007 18:28:25 +0000 (UTC) Cc: drew.adams@oracle.com, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 19 20:28:24 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 1IBajf-00035S-SX for ged-emacs-devel@m.gmane.org; Thu, 19 Jul 2007 20:28:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IBajf-00028l-6C for ged-emacs-devel@m.gmane.org; Thu, 19 Jul 2007 14:28:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IBajc-00026c-W5 for emacs-devel@gnu.org; Thu, 19 Jul 2007 14:28:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IBajb-00026P-GI for emacs-devel@gnu.org; Thu, 19 Jul 2007 14:28:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IBajb-00026M-Da for emacs-devel@gnu.org; Thu, 19 Jul 2007 14:28:19 -0400 Original-Received: from psilocybe.update.uu.se ([130.238.19.25]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IBajb-0000RH-4B for emacs-devel@gnu.org; Thu, 19 Jul 2007 14:28:19 -0400 Original-Received: by Psilocybe.Update.UU.SE (Postfix, from userid 30270) id 73C563010C; Thu, 19 Jul 2007 20:28:17 +0200 (CEST) In-reply-to: <871wf5cv6y.fsf@jurta.org> (message from Juri Linkov on Wed, 18 Jul 2007 23:29:09 +0300) X-detected-kernel: Linux 2.6 (newer, 1) 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:75133 Archived-At: Since Emacs can do everything then the splash screen could contain links to the most common initial actions, e.g.: [Visit home directory] [Open new file] [Open buffer for notes you don't want to save] [Emacs Tutorial] [Emacs FAQ] [Read the Emacs Manual] ... And bind C-c C-c or C-x C-q to switch to the *scratch* buffer (or clear the current buffer, and make it writable).