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: New start up splash screen annoyance... Date: Mon, 10 Sep 2007 18:07:42 -0400 Message-ID: <87bqcayy1d.fsf@stupidchicken.com> References: <87sl5n5yem.fsf@stupidchicken.com> <87ejh6qqwb.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189465034 30352 80.91.229.12 (10 Sep 2007 22:57:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Sep 2007 22:57:14 +0000 (UTC) Cc: wilde@sha-bang.de, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 11 08:57:01 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 1IUywy-0007gV-UG for ged-emacs-devel@m.gmane.org; Tue, 11 Sep 2007 08:10:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUrSc-0003mW-8Y for ged-emacs-devel@m.gmane.org; Mon, 10 Sep 2007 18:10:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IUrRx-0002pN-IZ for emacs-devel@gnu.org; Mon, 10 Sep 2007 18:09:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IUrRt-0002if-Db for emacs-devel@gnu.org; Mon, 10 Sep 2007 18:09:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUrRt-0002iO-7e for emacs-devel@gnu.org; Mon, 10 Sep 2007 18:09:41 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IUrRo-0001FE-Qn; Mon, 10 Sep 2007 18:09:36 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id A0BFF4E379; Mon, 10 Sep 2007 18:07:42 -0400 (EDT) In-Reply-To: <87ejh6qqwb.fsf@stupidchicken.com> (Chong Yidong's message of "Mon\, 10 Sep 2007 15\:09\:08 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) 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:78513 Archived-At: Chong Yidong writes: >> A button to dismiss the splash screen would be fine in principle. >> I don't see how there is room for it. Do you think you see >> where it could go? > > I found a way of making this fit. I'll implement it in the next > couple of days. Checked into the trunk. This basically involves omitting the big graphical logo when a command line filename is specified. The splash screen now displays a "Dismiss" button with a checkbox for inhibiting future splash screens. Please to test.