emacs-devel
[Top][All Lists]
Advanced

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

[Unicode-2] C-h f doesn't work


From: Katsumi Yamaoka
Subject: [Unicode-2] C-h f doesn't work
Date: Tue, 16 Oct 2007 17:55:11 +0900
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

Hi,

Debugger entered--Lisp error: (invalid-function ad-get-advice-info)
  ad-get-advice-info(find-file)
  describe-function-1(find-file)
  describe-function(find-file)
  call-interactively(describe-function)

Because `describe-function-1' is compiled w/o loading advice and
funcalls the macro.  Here's a workaround:

*** help-fns.el~        Mon Oct 15 07:02:46 2007
--- help-fns.el Tue Oct 16 08:53:55 2007
***************
*** 253,255 ****
  (defun describe-function-1 (function)
!   (let* ((advised (and (featurep 'advice) (ad-get-advice-info function)))
         ;; If the function is advised, get the symbol that has the
--- 253,256 ----
  (defun describe-function-1 (function)
!   (let* ((advised (and (featurep 'advice)
!                      (eval '(ad-get-advice-info function))))
         ;; If the function is advised, get the symbol that has the





reply via email to

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