From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Splash screen ambiguity
Date: Mon, 30 Oct 2006 08:33:32 -0500 [thread overview]
Message-ID: <E1GeXGe-00026i-Vw@fencepost.gnu.org> (raw)
In-Reply-To: <20061028.083200.208965629.wl@gnu.org> (message from Werner LEMBERG on Sat, 28 Oct 2006 08:32:00 +0200 (CEST))
Does this give good results?
*** startup.el 26 Sep 2006 11:42:20 -0400 1.419
--- startup.el 29 Oct 2006 20:44:23 -0500
***************
*** 1149,1156 ****
More Manuals / Ordering Manuals Buying printed manuals from the FSF\n")
(:face (variable-pitch :weight bold)
"Useful File menu items:\n"
! :face variable-pitch "\
! Exit Emacs\t\t(Or type Control-x followed by Control-c)
Recover Crashed Session\tRecover files you were editing before a crash
--- 1149,1164 ----
More Manuals / Ordering Manuals Buying printed manuals from the FSF\n")
(:face (variable-pitch :weight bold)
"Useful File menu items:\n"
! :face variable-pitch
! "Exit Emacs\t\t(Or type "
! :face default
! "Control-x"
! :face variable-pitch
! " followed by "
! :face default
! "Control-c"
! :face variable-pitch
! ")
Recover Crashed Session\tRecover files you were editing before a crash
***************
*** 1265,1280 ****
:face 'variable-pitch
"You can do basic editing with the menu bar and scroll bar \
using the mouse.\n\n")
! (if fancy-splash-outer-buffer
! (fancy-splash-insert
! :face 'variable-pitch
! (substitute-command-keys
! (concat
! "Type \\[recenter] to begin editing"
! (if (equal (buffer-name fancy-splash-outer-buffer)
! "*scratch*")
! ".\n"
! " your file.\n"))))))
(defun fancy-splash-tail ()
"Insert the tail part of the splash screen into the current buffer."
--- 1273,1291 ----
:face 'variable-pitch
"You can do basic editing with the menu bar and scroll bar \
using the mouse.\n\n")
! (when fancy-splash-outer-buffer
! (fancy-splash-insert
! :face 'variable-pitch
! "Type "
! :face 'default
! (substitute-command-keys
! "\\[recenter]")
! :face 'variable-pitch
! " to begin editing"
! (if (equal (buffer-name fancy-splash-outer-buffer)
! "*scratch*")
! ".\n"
! " your file.\n"))))
(defun fancy-splash-tail ()
"Insert the tail part of the splash screen into the current buffer."
***************
*** 1301,1307 ****
t)
(fancy-splash-insert :face '(variable-pitch :foreground "red")
"\n\nIf an Emacs session crashed recently, "
! "type Meta-x recover-session RET\nto recover"
" the files you were editing."))))
(defun fancy-splash-screens-1 (buffer)
--- 1312,1322 ----
t)
(fancy-splash-insert :face '(variable-pitch :foreground "red")
"\n\nIf an Emacs session crashed recently, "
! "type "
! :face '(fixed-pitch :foreground "red")
! "Meta-x recover-session RET"
! :face '(variable-pitch :foreground "red")
! "\nto recover"
" the files you were editing."))))
(defun fancy-splash-screens-1 (buffer)
prev parent reply other threads:[~2006-10-30 13:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-28 6:32 Splash screen ambiguity Werner LEMBERG
2006-10-30 13:33 ` Richard Stallman [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=E1GeXGe-00026i-Vw@fencepost.gnu.org \
--to=rms@gnu.org \
--cc=emacs-devel@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.