From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rusi Newsgroups: gmane.emacs.help Subject: Re: How to get rid of *GNU Emacs* buffer on start-up by pressing a key as it used to be Date: Sun, 12 Apr 2015 22:02:15 -0700 (PDT) Message-ID: <5268f16e-37a2-4943-9b30-24b4ae73b076@googlegroups.com> References: <8a7f2e92-6109-4ca8-b997-d190e35a21f6@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1428901521 27371 80.91.229.3 (13 Apr 2015 05:05:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Apr 2015 05:05:21 +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 Apr 13 07:05:21 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YhWYh-0000p5-Qr for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Apr 2015 07:05:19 +0200 Original-Received: from localhost ([::1]:47082 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhWYh-0004SE-7h for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Apr 2015 01:05:19 -0400 X-Received: by 10.236.63.42 with SMTP id z30mr17835469yhc.37.1428901336052; Sun, 12 Apr 2015 22:02:16 -0700 (PDT) X-Received: by 10.50.253.5 with SMTP id zw5mr111328igc.9.1428901335986; Sun, 12 Apr 2015 22:02:15 -0700 (PDT) Original-Path: usenet.stanford.edu!z60no1159937qgd.0!news-out.google.com!db6ni14758igc.0!nntp.google.com!l13no4617956iga.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: <8a7f2e92-6109-4ca8-b997-d190e35a21f6@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=59.93.203.217; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui Original-NNTP-Posting-Host: 59.93.203.217 User-Agent: G2/1.0 Injection-Date: Mon, 13 Apr 2015 05:02:15 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:211396 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:103680 Archived-At: On Monday, April 13, 2015 at 8:14:00 AM UTC+5:30, gnui...@gmail.com wrote: > Hi everyone, > > How to get rid of *GNU Emacs* buffer on start-up by pressing a key as it used to be? > > The following are not satisfactory as its good to see the welcome buffer but then have it disappear by any convenient key. > > (setq inhibit-start-screen 1) > (setq inhibit-startup-screen t) > (setq inhibit-splash-screen t) > > Bolega I have as well (setq initial-scratch-message nil)