GNU bug report logs -
#36066
27.0.50; Error for C-h f in help-fns--first-release
Previous Next
Full log
View this message in rfc822 format
Hello,
for some functions I can't show *Help* with C-h f because I get an error
like this:
Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil)
add-text-properties(nil nil (button (t) category #:help-news-button help-args nil) nil)
make-text-button(nil nil type help-news help-args nil)
help-fns--first-release(my-edebug-setup-hook-fun)
help-fns--mention-first-release(my-edebug-setup-hook-fun)
run-hook-with-args(help-fns--mention-first-release my-edebug-setup-hook-fun)
describe-function-1(my-edebug-setup-hook-fun)
describe-function(my-edebug-setup-hook-fun)
Seems the variable "first" is never set and ends up nil, thus the error.
It often happens to functions in my init file FWIW.
BTW, the calculation/heuristic also seems not very clever in some cases.
E.g. in emacs -Q I define
(defun f () nil)
C-h f f
f is a Lisp closure.
(f)
Probably introduced at or before Emacs version 1.6.
(defun test () nil)
C-h f test
test is a Lisp closure.
(test)
Probably introduced at or before Emacs version 15.
Etc. Shouldn't it be obvious to Emacs that I defined the functions?
TIA,
Michael
This bug report was last modified 5 years and 350 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.