-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
there are some bugs in package "helpful" #140
Comments
Thanks for the report, this likely has more to do with the helpful package, but can you please post the error message you are seeing? Emacs usually puts this in a stack trace, if you could please post that here for the errors you are seeing, it will be easier for us to help you. |
Hmm... not much to go on. What version of Emacs are you using, and what version of Helpful do you have installed? |
Thanks! The answer is your version of Emacs has a breaking change in one of the dependencies used by helpful. There is a fix for the helpful package, see this pull request However, this fix is not in helpful 0.18. This is not a surprise as Emacs 29.0.50 is the development version of Emacs. so I would not expect the You can use the MELPA version of helpful by following steps from either of these processes:
This should resolve your problem. You may need to restart Emacs. Does this help you? |
Oh my god!! It works. Appreciate you:) |
Glad that helped!! May we close this issue as resolved? |
Sure :)
|
C-h f will throw error helpful--autoloaded-p: wrong number of arguments.
C-h v : elisp-refs-read-all buffer-forms: unexpected error whilst reading /usr/share/emacs/........
but I perform describe-function, descirbe-variable(not "helpful" provide) via M-x, they work well.
The text was updated successfully, but these errors were encountered: