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

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

bug#65270: 30.0.50; `describe-function' issue with some methods


From: David Ponce
Subject: bug#65270: 30.0.50; `describe-function' issue with some methods
Date: Tue, 15 Aug 2023 00:04:43 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0

On 14/08/2023 12:41, David Ponce wrote:
On 13/08/2023 12:36, David Ponce wrote:
Hello,

It seems there is an issue with `describe-function' of a method that
calls `cl-call-next-method'.  For a such method `describe-function' says
that the method is "Undocumented" even if a doc string is present.

Also the mentioned signature is weird.  See an illustration below using
a simple recipe, running 'emacs -Q'.

[...]

Hello,

The attached patch fixed for me the doc string issue with `describe-function'
for methods calling `cl-call-next-method'.

It would be nice if someone who better knows the cl-generic library will
double check it (CC Stefan, the author).

Unfortunately, I didn't find a solution for arguments.

Hope it will help.

Thanks

Please forget my previous patch, it doesn't fix the issue in all cases.
Hopefully someone will find the proper fix.

Thanks




reply via email to

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