bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: recover-session doesn't


From: Eli Zaretskii
Subject: Re: recover-session doesn't
Date: Thu, 1 Aug 2002 19:20:35 +0300 (IDT)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]