all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to get rid of *GNU Emacs* buffer on start-up by pressing a key as it used to be
@ 2015-04-13  2:43 gnuist006
  2015-04-13  3:22 ` Xavier Maillard
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: gnuist006 @ 2015-04-13  2:43 UTC (permalink / raw)
  To: help-gnu-emacs

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to get rid of *GNU Emacs* buffer on start-up by pressing a key as it used to be
  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  4:38 ` Colin Noel Bell
  2015-04-13  5:02 ` Rusi
  2 siblings, 2 replies; 7+ messages in thread
From: Xavier Maillard @ 2015-04-13  3:22 UTC (permalink / raw)
  To: gnuist006; +Cc: help-gnu-emacs

Hi,

gnuist006@gmail.com writes:

> Hi everyone,
>
> How to get rid of *GNU Emacs* buffer on start-up by pressing a key as it used to be?

Check your `splash-screen-keymap' and just bind any key you want to
the `exit-splash-screen' function.

Regards
-- Xavier



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to get rid of *GNU Emacs* buffer on start-up by pressing a key as it used to be
  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  4:38 ` Colin Noel Bell
  2015-04-13  5:02 ` Rusi
  2 siblings, 0 replies; 7+ messages in thread
From: Colin Noel Bell @ 2015-04-13  4:38 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

On [2015-04-13 12:45] gnuist006@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?
> 

Pressing 'q' works for me in Emacs 24.5



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to get rid of *GNU Emacs* buffer on start-up by pressing a key as it used to be
  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  4:38 ` Colin Noel Bell
@ 2015-04-13  5:02 ` Rusi
  2015-04-13 18:15   ` Emanuel Berg
  2 siblings, 1 reply; 7+ messages in thread
From: Rusi @ 2015-04-13  5:02 UTC (permalink / raw)
  To: help-gnu-emacs

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)


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to get rid of *GNU Emacs* buffer on start-up by pressing a key as it used to be
  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>
  1 sibling, 0 replies; 7+ messages in thread
From: gnu ist @ 2015-04-13 18:14 UTC (permalink / raw)
  To: Xavier Maillard; +Cc: help-gnu-emacs

Very good suggestion. I see that the `exit-splash-screen' function is
currently bound to "q" and does not exist in the previous emacs like 21.
However, I need a syntax to bind not just one key but multiple keys to the
exit function so that it can behave like emacs 21 which exits on any key or
most keys.

If suppose it has to exit on several or all keys, then this binding must be
in this very context of startup and this screen or buffer.

This is quite demanding for a newbie like me.

So I need some help from you guys. Also, I want an easier single command to
bind several keys like SPC, q, and others to this function.


On Sun, Apr 12, 2015 at 8:22 PM, Xavier Maillard <xavier@maillard.im> wrote:

> Hi,
>
> gnuist006@gmail.com writes:
>
> > Hi everyone,
> >
> > How to get rid of *GNU Emacs* buffer on start-up by pressing a key as it
> used to be?
>
> Check your `splash-screen-keymap' and just bind any key you want to
> the `exit-splash-screen' function.
>
> Regards
> -- Xavier
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to get rid of *GNU Emacs* buffer on start-up by pressing a key as it used to be
  2015-04-13  5:02 ` Rusi
@ 2015-04-13 18:15   ` Emanuel Berg
  0 siblings, 0 replies; 7+ messages in thread
From: Emanuel Berg @ 2015-04-13 18:15 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to get rid of *GNU Emacs* buffer on start-up by pressing a key as it used to be
       [not found]   ` <mailman.598.1428948888.904.help-gnu-emacs@gnu.org>
@ 2015-04-13 18:48     ` Emanuel Berg
  0 siblings, 0 replies; 7+ messages in thread
From: Emanuel Berg @ 2015-04-13 18:48 UTC (permalink / raw)
  To: help-gnu-emacs

gnu ist <gnuist006@gmail.com> writes:

> Very good suggestion. I see that the
> `exit-splash-screen' function is currently bound to
> "q" and does not exist in the previous emacs like
> 21. However, I need a syntax to bind not just one
> key but multiple keys to the exit function so that
> it can behave like emacs 21 which exits on any key
> or most keys.
>
> If suppose it has to exit on several or all keys,
> then this binding must be in this very context of
> startup and this screen or buffer.
>
> This is quite demanding for a newbie like me.
>
> So I need some help from you guys. Also, I want an
> easier single command to bind several keys like SPC,
> q, and others to this function.

What's wrong with "q"? Press it with your left little
finger. It is mnemonic as well: "quit".

And why not just disable the splash screen if you are
so keen on killing it you have to hit the keyboard
with your palm first thing you see it?

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-04-13 18:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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

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.