From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: gnuist006@gmail.com Newsgroups: gmane.emacs.help Subject: 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 19:43:59 -0700 (PDT) Message-ID: <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 1428893121 8898 80.91.229.3 (13 Apr 2015 02:45:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Apr 2015 02:45: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 04:45: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 1YhUNE-0002Y1-8W for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Apr 2015 04:45:20 +0200 Original-Received: from localhost ([::1]:46853 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhUND-0007bP-Gk for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Apr 2015 22:45:19 -0400 X-Received: by 10.236.216.52 with SMTP id f50mr17911798yhp.13.1428893039832; Sun, 12 Apr 2015 19:43:59 -0700 (PDT) X-Received: by 10.182.58.81 with SMTP id o17mr74466obq.1.1428893039734; Sun, 12 Apr 2015 19:43:59 -0700 (PDT) Original-Path: usenet.stanford.edu!j5no1150320qga.1!news-out.google.com!db6ni14609igc.0!nntp.google.com!m20no3029057iga.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=99.103.154.103; posting-account=REkl4woAAABFXaU7nL79XtGpnmNCQ415 Original-NNTP-Posting-Host: 99.103.154.103 User-Agent: G2/1.0 Injection-Date: Mon, 13 Apr 2015 02:43:59 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:211390 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:103673 Archived-At: 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