GNU bug report logs -
#22955
25.1.50; *Help* xref for generic methods broken
Previous Next
Reported by: Eric Abrahamsen <eric <at> ericabrahamsen.net>
Date: Wed, 9 Mar 2016 04:18:01 UTC
Severity: normal
Found in version 25.1.50
Done: Eric Abrahamsen <eric <at> ericabrahamsen.net>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 22955 <at> debbugs.gnu.org (full text, mbox):
On 03/09/2016 06:16 AM, Eric Abrahamsen wrote:
>
> If you `describe-function' on a generic method, the resulting *Help*
> buffer shows the various implementations correctly. However,
> clicking/RET on the implementation links fails with:
Have you tried it with a build from emacs-25?
It seems to work fine here, at least for xref-backend-definitions and
xref-backend-apropos.
> Debugger entered--Lisp error: (wrong-number-of-arguments (lambda (fun file) (require (quote find-func)) (if (eq file (quote C-source)) (progn (setq file (help-C-file-name (indirect-function fun) (quote fun))))) (let ((location (find-function-search-for-symbol fun nil file))) (my-find-symbol-switch-to-buffer (car location)) (if (cdr location) (goto-char (cdr location)) (message "Unable to find location in file")))) 3)
> help-do-xref(nil (lambda (fun file) (require (quote find-func)) (if (eq file (quote C-source)) (progn (setq file (help-C-file-name (indirect-function fun) (quote fun))))) (let ((location (find-function-search-for-symbol fun nil file))) (my-find-symbol-switch-to-buffer (car location)) (if (cdr location) (goto-char (cdr location)) (message "Unable to find location in file")))) ((bbdb-db-load bbdb-db) "/home/eric/.emacs.d/bbdb/lisp/bbdb.el" cl-defmethod))
> help-button-action(#<marker (moves after insertion) at 276 in *Help*>)
> button-activate(#<marker (moves after insertion) at 276 in *Help*> nil)
> push-button(276)
> funcall-interactively(push-button 276)
> call-interactively(push-button nil nil)
> command-execute(push-button)
What's that my-find-symbol-switch-to-buffer in the backtrace?
This bug report was last modified 8 years and 96 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.