From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: [lanubeblanca@googlemail.com: Unintended feature in Emacs 22] Date: Wed, 29 Nov 2006 11:12:56 -0500 Message-ID: <87hcwiw7sn.fsf@stupidchicken.com> References: <87k61fsejm.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1164816844 10963 80.91.229.2 (29 Nov 2006 16:14:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Nov 2006 16:14:04 +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 17:13:54 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 1GpS3v-0003BX-AX for ged-emacs-devel@m.gmane.org; Wed, 29 Nov 2006 17:13:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpS3u-0006hE-PD for ged-emacs-devel@m.gmane.org; Wed, 29 Nov 2006 11:13:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GpS3W-0006Z5-U5 for emacs-devel@gnu.org; Wed, 29 Nov 2006 11:13:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GpS3S-0006W1-V6 for emacs-devel@gnu.org; Wed, 29 Nov 2006 11:13:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpS3S-0006Vq-Pv for emacs-devel@gnu.org; Wed, 29 Nov 2006 11:13:02 -0500 Original-Received: from [18.19.1.138] (helo=cyd.mit.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GpS3N-0005MI-Fe; Wed, 29 Nov 2006 11:12:57 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id B7CDA4E43E; Wed, 29 Nov 2006 11:12:56 -0500 (EST) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Tue\, 28 Nov 2006 22\:30\:57 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux) 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:63033 Archived-At: Richard Stallman writes: > > 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? Normally, any input event kills the "GNU Emacs" splash buffer. However, because the buffer name is not hidden, it shows up in the Buffers menu. That's why selecting this menu item causes firstly the splash buffer to be killed, then a new empty "GNU Emacs" buffer to be created. I think the current fix is sufficient.