From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: recover-session doesn't Date: Thu, 1 Aug 2002 10:51:29 -0600 (MDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200208011651.g71GpTd18648@aztec.santafe.edu> References: <200207111201.g6BC1og16997@aztec.santafe.edu> <200207310555.g6V5tDO16550@aztec.santafe.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1028220696 13329 127.0.0.1 (1 Aug 2002 16:51:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 1 Aug 2002 16:51:36 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17aJAj-0003Sl-00 for ; Thu, 01 Aug 2002 18:51:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17aJBD-0002GU-00; Thu, 01 Aug 2002 12:52:03 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17aJAi-0002Cq-00; Thu, 01 Aug 2002 12:51:32 -0400 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.11.6) with ESMTP id g71Gpf518725; Thu, 1 Aug 2002 10:51:41 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g71GpTd18648; Thu, 1 Aug 2002 10:51:29 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: eddy@opera.no In-Reply-To: (message from Edward Welbourne on Wed, 31 Jul 2002 10:27:03 +0200) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3066 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3066 > Could you try stepping through the command recover-session-finish > and see why it did not ask you about the files? I'd be happy to, next time I'm trying to recover a session (I tidied away the previous recovery file once I'd hand-loaded the buffers it told me I'd had open). You can use the shell's `kill' command to kill a session at any time. Just make sure you have saved all the files you really care about. Visit some unimportant files and make changes that you don't really want to save, then kill Emacs from outside with `kill', then try recover-session. Is this stepping through elisp execution in the elisp debugger ? How do I do that ? It is in the Emacs Lisp manual.