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: M-x display-splash-screen change? Date: Mon, 25 Sep 2006 15:41:32 -0400 Message-ID: <87fyef20pf.fsf@stupidchicken.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1159213185 15346 80.91.229.2 (25 Sep 2006 19:39:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Sep 2006 19:39:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 25 21:39:43 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 1GRwIh-0002We-Qg for ged-emacs-devel@m.gmane.org; Mon, 25 Sep 2006 21:39:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GRwIh-0003AR-By for ged-emacs-devel@m.gmane.org; Mon, 25 Sep 2006 15:39:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GRwIV-0003AM-O5 for emacs-devel@gnu.org; Mon, 25 Sep 2006 15:39:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GRwIT-000379-8l for emacs-devel@gnu.org; Mon, 25 Sep 2006 15:39:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GRwIT-00036p-1H for emacs-devel@gnu.org; Mon, 25 Sep 2006 15:39:21 -0400 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GRwMw-0005P5-H6 for emacs-devel@gnu.org; Mon, 25 Sep 2006 15:43:58 -0400 Original-Received: by cyd (Postfix, from userid 1000) id BD0D14E3E1; Mon, 25 Sep 2006 15:41:32 -0400 (EDT) Original-To: Kenichi Handa In-Reply-To: (Kenichi Handa's message of "Mon\, 25 Sep 2006 15\:50\:54 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (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:60205 Archived-At: Kenichi Handa writes: > I got a report that claims that the splash screen shown by > M-x display-splash-screen RET used to disappear on user > input, but now it doesn't. > > Is it an intentional change? Yes, see http://lists.gnu.org/archive/html/emacs-devel/2006-08/msg00790.html > Don't we need this change (and the description in docstring > about this behavior)? Looks fine to check in. > *** startup.el 18 Sep 2006 09:52:49 +0900 1.416 > --- startup.el 25 Sep 2006 15:41:00 +0900 > *************** > *** 1624,1630 **** > "Display splash screen according to display. > Fancy splash screens are used on graphic displays, > normal otherwise." > ! (interactive) > (if (use-fancy-splash-screens-p) > (fancy-splash-screens hide-on-input) > (normal-splash-screen hide-on-input))) > --- 1624,1630 ---- > "Display splash screen according to display. > Fancy splash screens are used on graphic displays, > normal otherwise." > ! (interactive "P") > (if (use-fancy-splash-screens-p) > (fancy-splash-screens hide-on-input) > (normal-splash-screen hide-on-input)))