From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] show difference when recovering file Date: Mon, 17 Dec 2012 11:27:38 +0200 Organization: JURTA Message-ID: <87pq2912vp.fsf@mail.jurta.org> References: <877goi0wcz.fsf@kanis.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1355737655 6242 80.91.229.3 (17 Dec 2012 09:47:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Dec 2012 09:47:35 +0000 (UTC) Cc: emacs devel To: Ivan Kanis Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 17 10:47:50 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TkXIb-00039y-6s for ged-emacs-devel@m.gmane.org; Mon, 17 Dec 2012 10:47:49 +0100 Original-Received: from localhost ([::1]:49296 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkXIN-0004IG-Qh for ged-emacs-devel@m.gmane.org; Mon, 17 Dec 2012 04:47:35 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:49500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkXHG-0003h0-CP for emacs-devel@gnu.org; Mon, 17 Dec 2012 04:47:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TkXD5-0002Oa-Er for emacs-devel@gnu.org; Mon, 17 Dec 2012 04:46:26 -0500 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:52223 helo=ps18281.dreamhostps.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkXD4-0002OL-CW for emacs-devel@gnu.org; Mon, 17 Dec 2012 04:42:07 -0500 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id E80D9451E191; Mon, 17 Dec 2012 01:42:03 -0800 (PST) In-Reply-To: <877goi0wcz.fsf@kanis.fr> (Ivan Kanis's message of "Sun, 16 Dec 2012 17:56:12 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 69.163.218.105 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:155611 Archived-At: > This trivial patch offer to see the difference between the current file > and the backup file. This helps making the decision whether one wants to > recover the file. `save-some-buffers' provides the key `d' in `save-some-buffers-action-alist' to do almost the same.