From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: Splash screen problems Date: Mon, 09 Apr 2007 12:57:10 +0900 Message-ID: <87tzvqp5d5.fsf@uwakimon.sk.tsukuba.ac.jp> References: <20070408143841.GB6804@muc.de> <20070408230118.GB1395@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1176090512 15489 80.91.229.12 (9 Apr 2007 03:48:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 9 Apr 2007 03:48:32 +0000 (UTC) Cc: Alan Mackenzie , Eli Zaretskii , emacs-devel@gnu.org To: storm@cua.dk (Kim F. Storm) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 09 05:47:41 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 1Hakqx-0003Ay-2W for ged-emacs-devel@m.gmane.org; Mon, 09 Apr 2007 05:47:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hakui-0000d8-SW for ged-emacs-devel@m.gmane.org; Sun, 08 Apr 2007 23:51:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hakuf-0000Yi-7R for emacs-devel@gnu.org; Sun, 08 Apr 2007 23:51:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hakue-0000Xm-P6 for emacs-devel@gnu.org; Sun, 08 Apr 2007 23:51:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hakue-0000XQ-Ge for emacs-devel@gnu.org; Sun, 08 Apr 2007 23:51:28 -0400 Original-Received: from mtps02.sk.tsukuba.ac.jp ([130.158.97.224]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hakqr-0003jU-1Y; Sun, 08 Apr 2007 23:47:33 -0400 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mtps02.sk.tsukuba.ac.jp (Postfix) with ESMTP id 71F317FFD; Mon, 9 Apr 2007 12:47:29 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 98D9E11F5D5; Mon, 9 Apr 2007 12:57:11 +0900 (JST) In-Reply-To: X-Mailer: VM 7.17 under 21.5 (beta27) "fiddleheads" (+CVS-20070324) XEmacs Lucid X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:69210 Archived-At: Kim F. Storm writes: > Alan Mackenzie writes: > >> > I recently tried to disable Emacs 22's splash screen (aka startup > >> > message) because it was getting on my nerves. As a first try, I put > >> > "(setq inhibit-splash-screen t)" into my site-start.el > Can you set it in site-lisp/default.el ? XEmacs's startup.el makes setting `inhibit-startup-message' from site files (either site-start or default.el) difficult.[1] After all, the logic for not allowing it is the same for both. I suppose the code was inherited from Emacs, so it's probably the same. Footnotes: [1] There are several ways to achieve equivalent effects, of course, and only the documented method for inhibiting the splash screen is blocked.