Issue513

classification
Title C-h f interactive lacks docstring and shows incorrect argument
Type defect Module core documentation
Severity inconvenience Platform N/A
Keywords
explanation
process
These optional controls are only of interest to committers and tracker administrators.
Status closed   Reason fixed
Superseder  
Priority normal   Assigned To
Nosy List adrian  

Created on 2009-04-16.22:07:14 by anonymous, last changed 2009-12-05.13:46:54 by adrian.

Files
File name Uploaded Type Edit Remove
callint-c-Finteractive.patch adrian, 2009-04-24.01:21:21 application/octet-stream
Messages
msg1197 [hidden] ([hidden]) Date: 2009-05-04.09:44:23
  Message-ID: <1241430263.89.0.026998542185.issue513@xemacs.org>
Thanks for the analysis.  How bizarre!

Your patch is not going to hurt anything and helps hyper-describe-function 
in the short run, so feel free to commit.  But this shouldn't cause a 
problem, so the problem really belongs on `hyper-apropos-get-doc' in 
lisp/hyper.el.  Just delete the comment; the issue is documented in new 
issue 521.

Does this manifest on 21.4?

No big hurry on the commit.
msg1186 [hidden] ([hidden]) Date: 2009-04-24.01:21:21
Attached is fix for this problem, marked with a FIXME keyword comment.

I haven't pushed anything into xemacs hg ever, so give me some time if
you want me to commit this fix.

Later,
Adrian
msg1184 [hidden] ([hidden]) Date: 2009-04-20.21:48:51
Oops, I have
(fset 'describe-function 'hyper-describe-function)
in my site-start.el

I can confirm that describe-function is actually correct for me too,
while hyper-describe-function shows the reported problem.

I'll see what I can do about this issue.

Adrian
msg1182 [hidden] ([hidden]) Date: 2009-04-19.15:15:27
  Message-ID: <1240154127.18.0.219731771313.issue513@xemacs.org>
Do you have C-h f rebound? Normally it invokes `describe-function', not hyper-help.

I've reproduced, and also confirmed that `describe-function' provides the right 
info for `interactive', but don't have time to work on it further now.
msg1175 [hidden] ([hidden]) Date: 2009-04-16.22:07:13
Here is all that is displayed in the *Hyper Help* buffer for an
xemacs-beta build from hg sources on the default branch (a1dd514df5c6+ tip).

`interactive' (buffer: *Ibuffer*, mode: Ibuffer by alphabetic)


Built-in function:

  arguments: (zmacs-region-stays t)
History
Date User Action Args
2009-12-05 13:46:54adriansetstatus: done/needs work -> closed
2009-11-26 16:11:18adriansetreason: fixed
2009-05-04 09:44:23stephensetmessages: + msg1197
2009-04-24 01:21:21adriansetstatus: assigned -> done/needs work
files: + callint-c-Finteractive.patch
messages: + msg1186
2009-04-20 21:48:51adriansetmessages: + msg1184
2009-04-19 15:15:27stephensetnosy: - anonymous
messages: + msg1182
2009-04-16 23:19:17adriansetstatus: new -> assigned
assignedto: adrian
nosy: + adrian
2009-04-16 22:07:14anonymouscreate