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

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

bug#789: marked as done (find-function fails on advised subrs)


From: Emacs bug Tracking System
Subject: bug#789: marked as done (find-function fails on advised subrs)
Date: Sat, 15 Nov 2008 15:45:05 -0800

Your message dated Sat, 15 Nov 2008 18:37:37 -0500
with message-id <rv4p28y30e.fsf@fencepost.gnu.org>
and subject line Re: bug#789: find-function fails on advised subrs
has caused the Emacs bug report #789,
regarding find-function fails on advised subrs
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
789: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=789
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: find-function fails on advised subrs Date: Wed, 27 Aug 2008 03:30:02 -0400
Package: emacs
Version: 23.0.60
Submitter: raman@users.sf.net

(Filing a report for an old FOR-RELEASE item)

http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg00691.html

Summary:

emacs -Q
M-x find-function delete-window
  -> works

(defadvice delete-window (after foo activate)
  ""
  t)

M-x find-function delete-window
  -> fails



--- End Message ---
--- Begin Message --- Subject: Re: bug#789: find-function fails on advised subrs Date: Sat, 15 Nov 2008 18:37:37 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
martin rudalics wrote:

> I think you should install this ASAP, so we can find out whether there
> are any remaining problems.

OK. I gave you a share of the blame:

2008-11-15  Glenn Morris  <rgm@gnu.org>
            Martin Rudalics  <rudalics@gmx.at>

  * emacs-lisp/find-func.el  (find-function-advised-original): New.
  (find-function-C-source, find-function-noselect):
  Use find-function-advised-original to handle advised funcs.  (Bug#789)


--- End Message ---

reply via email to

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