From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: recover-session doesn't Date: Thu, 1 Aug 2002 19:20:35 +0300 (IDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1028218955 6500 127.0.0.1 (1 Aug 2002 16:22:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 1 Aug 2002 16:22:35 +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 17aIif-0001gi-00 for ; Thu, 01 Aug 2002 18:22: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 17aIjB-00088x-00; Thu, 01 Aug 2002 12:23:05 -0400 Original-Received: from is.elta.co.il ([199.203.121.2]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17aIiz-00088C-00 for ; Thu, 01 Aug 2002 12:22:53 -0400 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id TAA27337; Thu, 1 Aug 2002 19:20:35 +0300 (IDT) X-Sender: eliz@is Original-To: Edward Welbourne In-Reply-To: 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:3064 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3064 On Thu, 1 Aug 2002, Edward Welbourne wrote: > Now all I have to do is find the definition of recover-session-finish; > help tells me it's in `files'. Is there a convenient elisp mechanism > for discovering the path of the file (load '...) actually reads ? You shouldn't need that: click the mouse on the `files' thing in the *Help* buffer, and you will land on the first line of the function's definition. > I take it I *can* use the debugger, in particular edebug-defun, on a > compiled .elc file ? No. You need to manually "M-x load-file" files.el, and _then_ instrument the function.