From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Will Parsons Newsgroups: gmane.emacs.help Subject: making Emacs 22 startup like Emacs 21 Date: 9 Nov 2007 23:03:11 GMT Message-ID: Reply-To: ellenophilos@yahoo.com NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1194651643 30771 80.91.229.12 (9 Nov 2007 23:40:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Nov 2007 23:40:43 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 10 00:40:46 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 1IqdSr-00061e-MG for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Nov 2007 00:40:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IqdSf-0004dY-Vp for geh-help-gnu-emacs@m.gmane.org; Fri, 09 Nov 2007 18:40:30 -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: 8 Original-X-Trace: individual.net vuBxCk/s3jckMICA5rmbrg6KB9AgOYBRCugBRlto8TTvJDp7ju Cancel-Lock: sha1:4kj6cBz0KgkYeOI3ragS3f/9+HQ= User-Agent: slrn/0.9.8.1 (FreeBSD) Original-Xref: shelby.stanford.edu gnu.emacs.help:153651 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:49110 Archived-At: I find the new Emacs 22 startup behaviour quite annoying in that it puts up a splash screen even when Emacs is invoked with a file name. I've found the inhibit-splash-screen variable to inhibit the splash screen entirely, but I'd like to keep the splash screen if Emacs is invoked without arguments - just inhibit it if a file is specified. Is there any way to get this to work like Emacs 21? - Will