From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrea Crotti Newsgroups: gmane.emacs.help Subject: Re: diff-autosaved Date: Sat, 30 Apr 2011 12:31:46 +0200 Message-ID: References: <4DBBCEE7.8030000@easy-emacs.de> <4DBBDE5F.9010503@easy-emacs.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1304159519 28048 80.91.229.12 (30 Apr 2011 10:31:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 30 Apr 2011 10:31:59 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Andreas =?utf-8?Q?R=C3=B6hler?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 30 12:31:56 2011 Return-path: Envelope-to: geh-help-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 1QG7Ss-0004Ub-8k for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Apr 2011 12:31:54 +0200 Original-Received: from localhost ([::1]:43538 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QG7Sr-0008Jy-M5 for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Apr 2011 06:31:53 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:44334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QG7Sm-0008Jg-9N for help-gnu-emacs@gnu.org; Sat, 30 Apr 2011 06:31:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QG7Sl-0003vx-EV for help-gnu-emacs@gnu.org; Sat, 30 Apr 2011 06:31:48 -0400 Original-Received: from mta-2.ms.rz.rwth-aachen.de ([134.130.7.73]:47003) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QG7Sl-0003vn-9r for help-gnu-emacs@gnu.org; Sat, 30 Apr 2011 06:31:47 -0400 Original-Received: from ironport-out-1.rz.rwth-aachen.de ([134.130.5.40]) by mta-2.ms.rz.RWTH-Aachen.de (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008)) with ESMTP id <0LKG00JPANWYEXB0@mta-2.ms.rz.RWTH-Aachen.de> for help-gnu-emacs@gnu.org; Sat, 30 Apr 2011 12:31:46 +0200 (CEST) X-IronPort-AV: E=Sophos;i="4.64,292,1301868000"; d="scan'208";a="109463023" Original-Received: from relay-2.ms.rz.rwth-aachen.de (HELO relay.rwth-aachen.de) ([134.130.7.75]) by ironport-in-1.rz.rwth-aachen.de with ESMTP; Sat, 30 Apr 2011 12:31:46 +0200 Original-Received: from plaetekopp (plaetekopp.informatik.RWTH-Aachen.DE [137.226.59.97]) by relay.rwth-aachen.de (8.14.4+Sun/8.13.8/1) with ESMTP id p3UAVk5B009093; Sat, 30 Apr 2011 12:31:46 +0200 (CEST) Original-Received: from crotti by plaetekopp with local (Exim 4.72) (envelope-from ) id 1QG7Sk-0008Jh-46; Sat, 30 Apr 2011 12:31:46 +0200 In-reply-to: <4DBBDE5F.9010503@easy-emacs.de> User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 134.130.7.73 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80878 Archived-At: Andreas R=C3=B6hler writes: > > If an auto-saved exists, it means, buffer has not being saved at some tim= e. > > diff-buffer-with-file doesn't relate to an existing auto-saved. > It does: > > (diff buffer-file-name (current-buffer)... > Yes true, I find myself pressing C-x C-s all the time after I modify something, even without noticing, so it almost never happens that emacs crashes AND I didn't save...