all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Zachary Kanfer <zkanfer@gmail.com>
To: 2176@debbugs.gnu.org
Subject: bug#2176: 2176 proposal
Date: Mon, 25 Jul 2011 23:13:00 -0400	[thread overview]
Message-ID: <CAFXT+RN+VoEm4kRWUpyxP6WjYa=CF8eDMQg+KK3Sp6tF9v4TBw@mail.gmail.com> (raw)
In-Reply-To: <hgr62gupgg.fsf@fencepost.gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1854 bytes --]

This patch makes the line include a link to run 'recover-session .
It also rephrases the text. The text used to be "If an Emacs session crashed
recently, type Meta-x recover-session RET \nto recover the files you were
editing." The rephrased text is "If Emacs crashed recently, you may recover
your previous session."
The text no longer tells you how to run the command (i.e., with Meta-x
recover-session RET). This is in line with the other commands on the page
(e.g., Emacs Tutorial, Open a File).
-Zachary Kanfer


=== modified file 'lisp/startup.el'
*** lisp/startup.el    2011-07-14 12:57:06 +0000
--- lisp/startup.el    2011-07-25 04:36:03 +0000
*************** a face or button specification."
*** 1574,1586 ****
                     auto-save-list-file-prefix)))
      t)
         (fancy-splash-insert :face '(variable-pitch font-lock-comment-face)
!                 "\nIf an Emacs session crashed recently, "
!                 "type "
!                 :face '(fixed-pitch font-lock-comment-face)
!                 "Meta-x recover-session RET"
                  :face '(variable-pitch font-lock-comment-face)
!                 "\nto recover"
!                 " the files you were editing."))

    (when concise
      (fancy-splash-insert
--- 1574,1585 ----
                     auto-save-list-file-prefix)))
      t)
         (fancy-splash-insert :face '(variable-pitch font-lock-comment-face)
!                 "\nIf Emacs crashed recently, you may "
!                             :link `("recover your previous session"
!                                     ,(lambda (_button) (call-interactively
'recover-session))
!                                     "Recover files from a previous
session")
                  :face '(variable-pitch font-lock-comment-face)
!                             "."))

    (when concise
      (fancy-splash-insert

[-- Attachment #2: Type: text/html, Size: 2166 bytes --]

       reply	other threads:[~2011-07-26  3:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <hgr62gupgg.fsf@fencepost.gnu.org>
2011-07-26  3:13 ` Zachary Kanfer [this message]
2011-07-26  4:58   ` bug#2176: 2176 proposal Eli Zaretskii
2011-07-28  5:59     ` Zachary Kanfer
2012-04-11 12:40       ` Lars Magne Ingebrigtsen
2012-12-01  2:12 ` bug#2176: Observations on the splash screen - and signal-process Chong Yidong

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='CAFXT+RN+VoEm4kRWUpyxP6WjYa=CF8eDMQg+KK3Sp6tF9v4TBw@mail.gmail.com' \
    --to=zkanfer@gmail.com \
    --cc=2176@debbugs.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.