From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: erroneous auto-save-list file Date: Thu, 08 Nov 2007 23:13:07 -0500 Message-ID: References: <87mytopcqc.fsf@escher.local.home> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1194581614 25114 80.91.229.12 (9 Nov 2007 04:13:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Nov 2007 04:13:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 09 05:13:37 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IqLFL-0001mf-Sj for ged-emacs-devel@m.gmane.org; Fri, 09 Nov 2007 05:13:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IqLFA-0001xZ-Dg for ged-emacs-devel@m.gmane.org; Thu, 08 Nov 2007 23:13:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IqLF2-0001tm-KB for emacs-devel@gnu.org; Thu, 08 Nov 2007 23:13:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IqLEz-0001qQ-3S for emacs-devel@gnu.org; Thu, 08 Nov 2007 23:13:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IqLEy-0001qK-QC for emacs-devel@gnu.org; Thu, 08 Nov 2007 23:13:08 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IqLEx-0005Mw-V0 for emacs-devel@gnu.org; Thu, 08 Nov 2007 23:13:08 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IqLEx-0006d4-5r; Thu, 08 Nov 2007 23:13:07 -0500 In-reply-to: <87mytopcqc.fsf@escher.local.home> (message from Stephen Berman on Thu, 08 Nov 2007 23:57:15 +0100) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:82843 Archived-At: A couple of days ago, Emacs crashed (an abort due to a since fixed bug), and when I restarted it and typed M-x recover-session, the latest .saved* file in auto-save-list only contained one file and its auto-saved backup, though two other files also contained auto-saved backups, and these were still in their directory, so I could recover them. This could happen due to a crash inside do_auto_save. Is that what happened?