all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg <embe8573@student.uu.se>
To: help-gnu-emacs@gnu.org
Subject: Re: How to get rid of *GNU Emacs* buffer on start-up by pressing a key as it used to be
Date: Mon, 13 Apr 2015 20:15:56 +0200	[thread overview]
Message-ID: <87fv83uc6b.fsf@debian.uxu> (raw)
In-Reply-To: 5268f16e-37a2-4943-9b30-24b4ae73b076@googlegroups.com

Rusi <rustompmody@gmail.com> writes:

> I have as well (setq initial-scratch-message nil)

Here is what I use. In particular, note the
`inhibit-startup-echo-area-message' which you have to
supply your *username* to make work! Read the help to
realize why. It seems people put a lot of faith in
that message :)

;; no fanfare / init
(setq inhibit-startup-screen t)
(setq initial-scratch-message nil)
(setq inhibit-startup-echo-area-message "incal")
(kill-buffer "*scratch*")
(call-interactively 'w3m)
(cd "~")

-- 
underground experts united
http://user.it.uu.se/~embe8573


      reply	other threads:[~2015-04-13 18:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-13  2:43 How to get rid of *GNU Emacs* buffer on start-up by pressing a key as it used to be gnuist006
2015-04-13  3:22 ` Xavier Maillard
2015-04-13 18:14   ` gnu ist
     [not found]   ` <mailman.598.1428948888.904.help-gnu-emacs@gnu.org>
2015-04-13 18:48     ` Emanuel Berg
2015-04-13  4:38 ` Colin Noel Bell
2015-04-13  5:02 ` Rusi
2015-04-13 18:15   ` Emanuel Berg [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fv83uc6b.fsf@debian.uxu \
    --to=embe8573@student.uu.se \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.