From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: fancy-splash-screen customize group... Date: Sun, 04 Dec 2005 16:18:16 -0500 Message-ID: References: <85wtioxn3p.fsf@lola.goethe.zz> <87u0dq5sm3.fsf@pacem.orebokech.com> <85vey6njlr.fsf@lola.goethe.zz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1133731188 2148 80.91.229.2 (4 Dec 2005 21:19:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Dec 2005 21:19:48 +0000 (UTC) Cc: romain@orebokech.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 04 22:19:47 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ej1GH-0003y6-NU for ged-emacs-devel@m.gmane.org; Sun, 04 Dec 2005 22:19:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ej1GO-0003cp-1F for ged-emacs-devel@m.gmane.org; Sun, 04 Dec 2005 16:19:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ej1Fn-0003SS-QA for emacs-devel@gnu.org; Sun, 04 Dec 2005 16:18:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ej1Fn-0003SG-BH for emacs-devel@gnu.org; Sun, 04 Dec 2005 16:18:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ej1Fn-0003SD-91 for emacs-devel@gnu.org; Sun, 04 Dec 2005 16:18:39 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ej1GB-0007Hx-2h for emacs-devel@gnu.org; Sun, 04 Dec 2005 16:19:03 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Ej1FQ-0004rZ-KI; Sun, 04 Dec 2005 16:18:16 -0500 Original-To: David Kastrup In-reply-to: <85vey6njlr.fsf@lola.goethe.zz> (message from David Kastrup on Sat, 03 Dec 2005 19:03:44 +0100) 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:46961 Archived-At: Does this make it clearer? Index: startup.el =================================================================== RCS file: /cvsroot/emacs/emacs/lisp/startup.el,v retrieving revision 1.390 diff -c -c -r1.390 startup.el *** startup.el 22 Nov 2005 03:32:50 -0000 1.390 --- startup.el 4 Dec 2005 04:07:51 -0000 *************** *** 40,53 **** "Emacs start-up procedure." :group 'internal) ! (defcustom inhibit-startup-message nil ! "*Non-nil inhibits the initial startup message. This is for use in your personal init file, once you are familiar ! with the contents of the startup message." :type 'boolean :group 'initialization) ! (defvaralias 'inhibit-splash-screen 'inhibit-startup-message) (defcustom inhibit-startup-echo-area-message nil "*Non-nil inhibits the initial startup echo area message. --- 40,53 ---- "Emacs start-up procedure." :group 'internal) ! (defcustom inhibit-splash-screen nil ! "*Non-nil inhibits the startup screen. This is for use in your personal init file, once you are familiar ! with the contents of the startup screen." :type 'boolean :group 'initialization) ! (defvaralias 'inhibit-startup-message 'inhibit-splash-screen) (defcustom inhibit-startup-echo-area-message nil "*Non-nil inhibits the initial startup echo area message.