From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#2176: 2176 proposal Date: Tue, 26 Jul 2011 00:58:31 -0400 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1311656367 30306 80.91.229.12 (26 Jul 2011 04:59:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 26 Jul 2011 04:59:27 +0000 (UTC) Cc: 2176@debbugs.gnu.org To: Zachary Kanfer Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 26 06:59:22 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QlZjd-0005By-OV for geb-bug-gnu-emacs@m.gmane.org; Tue, 26 Jul 2011 06:59:13 +0200 Original-Received: from localhost ([::1]:35582 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlZjc-00054X-WE for geb-bug-gnu-emacs@m.gmane.org; Tue, 26 Jul 2011 00:59:13 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:34285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlZjU-0004uW-1e for bug-gnu-emacs@gnu.org; Tue, 26 Jul 2011 00:59:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QlZjT-0000cI-5c for bug-gnu-emacs@gnu.org; Tue, 26 Jul 2011 00:59:04 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:56146) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlZjT-0000cD-0G for bug-gnu-emacs@gnu.org; Tue, 26 Jul 2011 00:59:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QlZjS-0007Dz-Bu; Tue, 26 Jul 2011 00:59:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 26 Jul 2011 04:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 2176 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 2176-submit@debbugs.gnu.org id=B2176.131165631927741 (code B ref 2176); Tue, 26 Jul 2011 04:59:02 +0000 Original-Received: (at 2176) by debbugs.gnu.org; 26 Jul 2011 04:58:39 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QlZj4-0007DN-Qn for submit@debbugs.gnu.org; Tue, 26 Jul 2011 00:58:39 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QlZj3-0007DA-0S for 2176@debbugs.gnu.org; Tue, 26 Jul 2011 00:58:37 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QlZix-0005Cj-Q3; Tue, 26 Jul 2011 00:58:31 -0400 In-reply-to: (message from Zachary Kanfer on Mon, 25 Jul 2011 23:13:00 -0400) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Tue, 26 Jul 2011 00:59:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:49610 Archived-At: > From: Zachary Kanfer > Date: Mon, 25 Jul 2011 23:13:00 -0400 > > 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). Recovering a crashed session is much more important than visiting a tutorial or opening a file. I would understand and support a suggestion to _add_ a clickable link, but why would you want to remove the information about invoking recovery by hand? A user whose session crashed may be under pressure, and not immediately recognize the significance of the blue underlined portion of the text.