From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adam Funk Newsgroups: gmane.emacs.help Subject: Re: Why do some of my emacsen always show the "Welcome to..." screen? Date: Wed, 19 Dec 2007 16:51:04 +0000 Message-ID: References: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1198086117 29035 80.91.229.12 (19 Dec 2007 17:41:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Dec 2007 17:41:57 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 19 18:42:09 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J52v9-0001Tj-K1 for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Dec 2007 18:41:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J52uq-0002mS-1w for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Dec 2007 12:41:08 -0500 Original-Path: shelby.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-X-Trace: individual.net bOKTMSt5naAMOnjFDXkISAbnd2IObKXcz1lIQlBaUGk3tiiGqN X-Orig-Path: news.ducksburg.com!news Cancel-Lock: sha1:bw+HELPiPUXXDxec3/82/ehWpIk= User-Agent: slrn/0.9.8.1pl1 (Debian) Original-Xref: shelby.stanford.edu gnu.emacs.help:154807 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:50234 Archived-At: On 2007-12-19, Tyler Smith wrote: > On 2007-12-19, Adam Funk wrote: >> >> I find this welcome screen really annoying when I pass one or more >> filename arguments to emacs. How can I suppress it? > > Customize the inhibit-splash-screen variable to non-nil to turn off > the welcome screen 'permanently'. Otherwise, you can use the > command-line option '--no-splash' to inhibit the message on a > case-by-case basis. Oops! Not long after my post, I discovered the answer: putting (setq initial-splash-screen t) in the ~/.emacs file. Thanks.