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

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

[debbugs-tracker] bug#22955: closed (25.1.50; *Help* xref for generic me


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#22955: closed (25.1.50; *Help* xref for generic methods broken)
Date: Fri, 17 Feb 2017 20:37:02 +0000

Your message dated Fri, 17 Feb 2017 12:36:13 -0800
with message-id <address@hidden>
and subject line Re: bug#22955: Acknowledgement (25.1.50; *Help* xref for 
generic methods broken)
has caused the debbugs.gnu.org bug report #22955,
regarding 25.1.50; *Help* xref for generic methods broken
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
22955: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22955
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.1.50; *Help* xref for generic methods broken Date: Wed, 09 Mar 2016 12:16:56 +0800 User-agent: Notmuch/0.21 (http://notmuchmail.org) Emacs/25.1.50.17 (x86_64-unknown-linux-gnu)
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:

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)

Basically, when `help-button-action' does this:

(help-do-xref nil
                (button-get button 'help-function)
                (button-get button 'help-args))

There are three 'help-args (the first arg is the specializer --
actually, maybe there as many args as there are specializers? don't
know), but the 'help-function only takes two args.

Hope that's enough to get it there!

In GNU Emacs 25.1.50.17 (x86_64-unknown-linux-gnu, GTK+ Version 3.18.8)
 of 2016-03-08 built on clem
Repository revision: 59c7a5d71145d88933a535e222bdf30105e7d382
Windowing system distributor 'The X.Org Foundation', version 11.0.11801000
Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS
NOTIFY ACL GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB
TOOLKIT_SCROLL_BARS GTK3 X11

Important settings:
  value of $LC_CTYPE: zh_CN.UTF-8
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Emacs-Lisp

Minor modes in effect:
  magit-auto-revert-mode: t
  global-git-commit-mode: t
  paredit-mode: t
  diff-auto-refine-mode: t
  recentf-mode: t
  dired-async-mode: t
  ace-pinyin-global-mode: t
  ace-pinyin-mode: t
  helm-mode: t
  async-bytecomp-package-mode: t
  shell-dirtrack-mode: t
  helm-adaptive-mode: t
  projectile-global-mode: t
  projectile-mode: t
  company-flx-mode: t
  global-company-mode: t
  company-mode: t
  display-time-mode: t
  show-paren-mode: t
  savehist-mode: t
  url-handler-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t



--- End Message ---
--- Begin Message --- Subject: Re: bug#22955: Acknowledgement (25.1.50; *Help* xref for generic methods broken) Date: Fri, 17 Feb 2017 12:36:13 -0800 User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/26.0.50 (gnu/linux)
This was not a bug. Will it let me close it?


--- End Message ---

reply via email to

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