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: [lanubeblanca@googlemail.com: Unintended feature in Emacs 22] Date: Tue, 28 Nov 2006 22:30:57 -0500 Message-ID: References: <87k61fsejm.fsf@stupidchicken.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1164771245 2623 80.91.229.2 (29 Nov 2006 03:34:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Nov 2006 03:34:05 +0000 (UTC) Cc: lanubeblanca@googlemail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 29 04:34:02 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GpGCk-0005Jc-HC for ged-emacs-devel@m.gmane.org; Wed, 29 Nov 2006 04:33:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpGCj-00075V-V0 for ged-emacs-devel@m.gmane.org; Tue, 28 Nov 2006 22:33:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GpGA9-0005C8-5l for emacs-devel@gnu.org; Tue, 28 Nov 2006 22:31:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GpGA8-0005BL-Gn for emacs-devel@gnu.org; Tue, 28 Nov 2006 22:31:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpGA8-0005BG-CP for emacs-devel@gnu.org; Tue, 28 Nov 2006 22:31:08 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GpGA8-0002X2-Cm for emacs-devel@gnu.org; Tue, 28 Nov 2006 22:31:08 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.52) id 1GpG9x-0000Cd-4G; Tue, 28 Nov 2006 22:30:57 -0500 Original-To: Chong Yidong In-reply-to: <87k61fsejm.fsf@stupidchicken.com> (message from Chong Yidong on Tue, 28 Nov 2006 11:48:29 -0500) 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:63015 Archived-At: > When Emacs (built from the cvs latest revision) is at the introductory > splash screen, normally you click the window, or type a key and the splash > buffer goes away. But if you choose that buffer in the buffer menu instead, > you will get an empty buffer named "GNU Emacs". I fixed this by changing the initial buffer to " GNU Emacs", thus hiding it. Thanks. Is this problem that the buffer "GNU Emacs" shows up in the buffer menu? I so, that change may be a sufficient fix. But if the problem is that the buffer ends up selected and not killed, I think it needs a bigger fix. Which one is it?