From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; interactive-form on advised commands returns compiled advice Date: Sun, 09 Sep 2007 22:55:47 -0400 Message-ID: References: <20070909234806.DBF2112A4546@localhost> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189395095 25588 80.91.229.12 (10 Sep 2007 03:31:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Sep 2007 03:31:35 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: raman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 10 13:31:22 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IUgvl-0000qT-4c for ged-emacs-devel@m.gmane.org; Mon, 10 Sep 2007 12:55:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUZRO-0005Bj-QL for ged-emacs-devel@m.gmane.org; Sun, 09 Sep 2007 22:55:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IUZRK-00056x-Jy for emacs-devel@gnu.org; Sun, 09 Sep 2007 22:55:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IUZRI-00052i-V4 for emacs-devel@gnu.org; Sun, 09 Sep 2007 22:55:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUZRI-00052U-QG for emacs-devel@gnu.org; Sun, 09 Sep 2007 22:55:52 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IUZRI-0005RU-Do for emacs-devel@gnu.org; Sun, 09 Sep 2007 22:55:52 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IUZQw-00032M-22 for emacs-pretest-bug@gnu.org; Sun, 09 Sep 2007 22:55:30 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IUZRE-0005PY-Lo for emacs-pretest-bug@gnu.org; Sun, 09 Sep 2007 22:55:52 -0400 Original-Received: from tomts5.bellnexxia.net ([209.226.175.25] helo=tomts5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IUZRE-0005PM-55 for emacs-pretest-bug@gnu.org; Sun, 09 Sep 2007 22:55:48 -0400 Original-Received: from pastel.home ([70.55.141.227]) by tomts5-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070910025547.ZWEV1592.tomts5-srv.bellnexxia.net@pastel.home> for ; Sun, 9 Sep 2007 22:55:47 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 1ADE28075; Sun, 9 Sep 2007 22:55:46 -0400 (EDT) In-Reply-To: <20070909234806.DBF2112A4546@localhost> (raman@users.sf.net's message of "Sun\, 9 Sep 2007 16\:48\:06 -0700 \(PDT\)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-Detected-Kernel: Solaris 8 (1) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:78402 gmane.emacs.pretest.bugs:19811 Archived-At: > Presently, interactive-form called on a command that has been > adviced returns the compiled advice -- rather than the original > interactive-form I don't understand what you mean by "returns the compiled advice". Do you mean it doesn't return an interactive form at all, but some piece of code instead? Can you give a recipe, or at least a more precise description (e.g. sample session). Stefan