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: Fri, 2 Aug 2002 00:12:42 -0600 (MDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200208020612.g726Cg001192@aztec.santafe.edu> References: Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1028268761 29611 127.0.0.1 (2 Aug 2002 06:12:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 2 Aug 2002 06:12:41 +0000 (UTC) Cc: eddy@opera.no, 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 17aVfz-0007hT-00 for ; Fri, 02 Aug 2002 08:12:39 +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 17aVgX-0008LH-00; Fri, 02 Aug 2002 02:13:13 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17aVg3-0008BY-00; Fri, 02 Aug 2002 02:12:43 -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 g726Cs506089; Fri, 2 Aug 2002 00:12:54 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g726Cg001192; Fri, 2 Aug 2002 00:12:42 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: eliz@is.elta.co.il In-Reply-To: (message from Eli Zaretskii on Thu, 1 Aug 2002 19:20:35 +0300 (IDT)) 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:3078 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3078 No. You need to manually "M-x load-file" files.el, and _then_ instrument the function. There is no need to load the entire file files.el in interpreted form. That would be rather undesirable, I'd think. It should work fine to instrument a single function while the rest of the file runs compiled.