From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.help Subject: Re: How to get rid of *GNU Emacs* buffer on start-up? Date: Tue, 16 Sep 2008 10:39:40 +0300 Organization: SunSITE.dk - Supporting Open source Message-ID: <87bpyor137.fsf@kobe.laptop> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1221554487 16811 80.91.229.12 (16 Sep 2008 08:41:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Sep 2008 08:41:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 16 10:42:20 2008 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 1KfW8R-0003Qg-MM for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Sep 2008 10:42:11 +0200 Original-Received: from localhost ([127.0.0.1]:53258 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KfW7Q-0005j9-Jx for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Sep 2008 04:41:08 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!feeder.erje.net!newsfeed1.swip.net!newsfeed.sunet.se!news01.sunet.se!news.net.uni-c.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) Cancel-Lock: sha1:aRomYyQVOXzqJfiVrhPGEyKc3Vs= Original-Lines: 14 Original-NNTP-Posting-Host: 77.49.236.188 Original-X-Trace: news.sunsite.dk DXC=dK[9T3F>`[NI[NbmUoDmmGYSB=nbEKnkKl:4`YVO27`OL^MjGbH?lJH1TkjLdUBWGnWEk]EQXGSnNiiRgM Original-X-Complaints-To: staff@sunsite.dk Original-Xref: news.stanford.edu gnu.emacs.help:162335 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:57679 Archived-At: On Mon, 15 Sep 2008 22:28:29 -0700 (PDT), Davin Pearson wrote: > Every time I start Emacs I have to bury to *GNU Emacs" buffer. This > is a little bit annoying having to do this. Try setting: inhibit-startup-screen => t inhibit-splash-screen => t For more details, look at the documentation of these variables with: C-h v inhibit-startup-screen RET C-h v inhibit-splash-screen RET