From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.help Subject: Re: making Emacs 22 startup like Emacs 21 Date: Mon, 26 Nov 2007 19:34:29 +0100 Organization: Organization?!? Message-ID: <85y7ck26ve.fsf@lola.goethe.zz> References: <87ejey4jqn.fsf@gmx.de> <87sl3681d4.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1196102464 1445 80.91.229.12 (26 Nov 2007 18:41:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Nov 2007 18:41:04 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 26 19:41:11 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 1Iwiss-0000tT-SO for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Nov 2007 19:40:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iwisd-00027Q-Ui for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Nov 2007 13:40:27 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help X-Face: 2FEFf>]>q>2iw=B6, xrUubRI>pR&Ml9=ao@P@i)L:\urd*t9M~y1^:+Y]'C0~{mAl`oQuAl \!3KEIp?*w`|bL5qr,H)LFO6Q=qx~iH4DN; i"; /yuIsqbLLCh/!U#X[S~(5eZ41to5f%E@'ELIi$t^ Vc\LWP@J5p^rst0+('>Er0=^1{]M9!p?&:\z]|;&=NP3AhB!B_bi^]Pfkw User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) Cancel-Lock: sha1:wIFSWmv7FHhtyyySFiqmKUmY4ro= Original-Lines: 26 Original-NNTP-Posting-Date: 26 Nov 2007 19:34:14 CET Original-NNTP-Posting-Host: 1222a745.newsspool2.arcor-online.net Original-X-Trace: DXC=M; I2HS:47?]cHPTNZh_e7QA9EHlD; 3YcR4Fo<]lROoRQ4nDHegD_]RUC>fN4kI0DMSCV`H8_`hhQT^9QSCVg3dOVOIC5DBZVJ9[hk^1CHT\25V2T``>hU^WdX Original-X-Complaints-To: usenet-abuse@arcor.de Original-Xref: shelby.stanford.edu gnu.emacs.help:154119 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:49551 Archived-At: David Brodbeck writes: > On Nov 21, 2007, at 11:14 PM, Kevin Rodgers wrote: > >> Johan Bockgård wrote: >>> Better test whether there are any file visiting buffers >>> (delq nil (mapcar 'buffer-file-name (buffer-list))) >> >> Indeed, I was looking at an old version of my ~/.emacs. Here's >> what I have now: >> >> (catch 'inhibit-splash-screen >> (dolist (buffer (buffer-list) nil) >> (when (buffer-file-name buffer) >> (throw 'inhibit-splash-screen t)))) > > Hmm, when I paste this into my .emacs I still get the splash screen, > even if I supply a filename on the command line. I must be doing > something wrong. The above sequence only replaces the single line quoted above from the previous recipe. The other parts of the recipe must stay around as well. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum