From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; find-func: can no longer find adviced subrs Date: Tue, 02 Oct 2007 18:00:07 -0400 Message-ID: References: <20070908033930.6065512A4546@localhost> <18146.57904.917867.570685@gargle.gargle.HOWL> <38138.128.165.123.18.1189457696.squirrel@webmail.lanl.gov> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1191362888 17531 80.91.229.12 (2 Oct 2007 22:08:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Oct 2007 22:08:08 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, raman@users.sourceforge.net To: herring@lanl.gov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 03 00:08:04 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 1IcpuM-000418-2z for ged-emacs-devel@m.gmane.org; Wed, 03 Oct 2007 00:08:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Icpsw-00071x-Fc for ged-emacs-devel@m.gmane.org; Tue, 02 Oct 2007 18:06:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Icpng-0004kW-V3 for emacs-devel@gnu.org; Tue, 02 Oct 2007 18:01:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IcpnZ-0004eA-3X for emacs-devel@gnu.org; Tue, 02 Oct 2007 18:01:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IcpnY-0004e0-VP for emacs-devel@gnu.org; Tue, 02 Oct 2007 18:01:01 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IcpnY-0002nM-7H for emacs-devel@gnu.org; Tue, 02 Oct 2007 18:01:00 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Icpmh-0008Ll-Fd; Tue, 02 Oct 2007 18:00:07 -0400 In-Reply-To: <38138.128.165.123.18.1189457696.squirrel@webmail.lanl.gov> (herring@lanl.gov) 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:80158 gmane.emacs.pretest.bugs:20056 Archived-At: [I sent this message twice but did not get a response.] > Other parts of emacs still know it's a subr -- the bototm of the > help text says "this subr is adviced ..." That text is generated by the advice system and knows what the original function is. If we can do this for describe-function, we can do it for find-function. It is just a matter of implementing it. Would someone please implement this, and ack?