[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New start up splash screen annoyance...
From: |
Thien-Thi Nguyen |
Subject: |
Re: New start up splash screen annoyance... |
Date: |
Tue, 18 Sep 2007 10:15:33 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) |
() Richard Stallman <address@hidden>
() Mon, 17 Sep 2007 18:24:22 -0400
Unfortunately, it isn't an exaggeration.
You're taking a hostile tack which I consider unjust, so I will not
give weight to whatever is based on it. You may as well not repeat
it.
a good hint is strong but oblique. if it is not strong, it is
missed. if it is not oblique, it is refuted.
here's another idea:
startup-echo-area-message is displayed even w/ a FILE specified on
the command line (iirc -- if not, we can make it do so again). so
the mechanism to implement "always show the user a hint" can be
extended like so:
(global-set-key "\C-h\C-a" 'display-splash-screen)
(defun startup-echo-area-message ()
(let ((fyi "For information about ")
(gnu (if (eq (key-binding "\C-h\C-p") 'describe-project)
"C-h C-p"
(substitute-command-keys "\\[describe-project]")))
(emacs (if (eq (key-binding "\C-h\C-a") 'display-splash-screen)
"C-h C-a"
(substitute-command-keys "\\[display-splash-screen]")))
(type ", type "))
(concat fyi "the GNU system and GNU/Linux" type gnu ".\n"
fyi "GNU Emacs" type emacs ".")))
in this way we show contemporaneously the FILE to be edited as
well as all the hints we wish to give. true, there are two lines
in the echo area, which may disturb some people when the mode line
moves down on keypress, but i think that's livable.
thi
- Re: New start up splash screen annoyance..., (continued)
- Re: New start up splash screen annoyance..., Richard Stallman, 2007/09/23
- Re: New start up splash screen annoyance..., Juri Linkov, 2007/09/23
- Re: New start up splash screen annoyance..., Richard Stallman, 2007/09/23
- Re: New start up splash screen annoyance..., Juri Linkov, 2007/09/23
- Re: New start up splash screen annoyance..., Richard Stallman, 2007/09/25
- Re: New start up splash screen annoyance..., Juri Linkov, 2007/09/25
- Re: New start up splash screen annoyance..., Mathias Megyei, 2007/09/21
- Re: New start up splash screen annoyance..., Richard Stallman, 2007/09/22
- Re: New start up splash screen annoyance..., Bill Wohler, 2007/09/19
- Re: New start up splash screen annoyance..., Richard Stallman, 2007/09/20
- Re: New start up splash screen annoyance...,
Thien-Thi Nguyen <=
- Re: New start up splash screen annoyance..., Lars Magne Ingebrigtsen, 2007/09/16
- Re: New start up splash screen annoyance..., Davis Herring, 2007/09/17
- RE: New start up splash screen annoyance..., Drew Adams, 2007/09/17
- Re: New start up splash screen annoyance..., David Kastrup, 2007/09/18
- Re: New start up splash screen annoyance..., dhruva, 2007/09/18
- Re: New start up splash screen annoyance..., Mathias Megyei, 2007/09/15
- Re: New start up splash screen annoyance..., Eli Zaretskii, 2007/09/15
- Re: New start up splash screen annoyance..., Mathias Megyei, 2007/09/15
- Re: New start up splash screen annoyance..., Eli Zaretskii, 2007/09/15
- Re: New start up splash screen annoyance..., Richard Stallman, 2007/09/16