From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Edward Welbourne Newsgroups: gmane.emacs.bugs Subject: Re: recover-session doesn't Date: Wed, 31 Jul 2002 10:27:03 +0200 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <200207111201.g6BC1og16997@aztec.santafe.edu> <200207310555.g6V5tDO16550@aztec.santafe.edu> Reply-To: eddy@opera.no NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1028104080 1838 127.0.0.1 (31 Jul 2002 08:28:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 31 Jul 2002 08:28:00 +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 17Zopq-0000TW-00 for ; Wed, 31 Jul 2002 10:27:58 +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 17ZoqJ-0005AP-00; Wed, 31 Jul 2002 04:28:27 -0400 Original-Received: from pat.opera.com ([193.69.113.22] helo=whorl.intern.opera.no) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17Zooy-00054l-00; Wed, 31 Jul 2002 04:27:04 -0400 Original-Received: from eddy by whorl.intern.opera.no with local (Exim 3.35 #1 (Debian)) id 17Zoox-00039k-00; Wed, 31 Jul 2002 10:27:03 +0200 Original-To: rms@gnu.org In-Reply-To: <200207310555.g6V5tDO16550@aztec.santafe.edu> (message from Richard Stallman on Tue, 30 Jul 2002 23:55:13 -0600 (MDT)) 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:3020 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3020 > recover-session is supposed to ask you questions, "Recover file > foo?" It sounds like it asked you this question about the buffer > *ecma glitches*#386g1R, but not about any of the files. Is that > correct? yes. > 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). Is this stepping through elisp execution in the elisp debugger ? How do I do that ? i.e., how do I invoke the elisp debugger ... does that come up in a gud- buffer ? I take it I then set a break point on recover-session-finish, before invoking recover-session ? Eddy.