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, 11 Sep 2007 16:30:45 -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 1189542792 28637 80.91.229.12 (11 Sep 2007 20:33:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Sep 2007 20:33:12 +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 Tue Sep 11 22:33:08 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 1IVCPu-0008UQ-Bc for ged-emacs-devel@m.gmane.org; Tue, 11 Sep 2007 22:33:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVCPu-0003zA-E6 for ged-emacs-devel@m.gmane.org; Tue, 11 Sep 2007 16:33:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IVCO8-0003CY-Tn for emacs-devel@gnu.org; Tue, 11 Sep 2007 16:31:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IVCO7-0003BR-2x for emacs-devel@gnu.org; Tue, 11 Sep 2007 16:31:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVCO6-0003BM-RB for emacs-devel@gnu.org; Tue, 11 Sep 2007 16:31:10 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IVCO6-0005JJ-KW for emacs-devel@gnu.org; Tue, 11 Sep 2007 16:31:10 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IVCNh-0000fC-TP; Tue, 11 Sep 2007 16:30:45 -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:78591 gmane.emacs.pretest.bugs:19847 Archived-At: > 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?