Skip to content
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

Byte compile warnings #339

Open
Forge36 opened this issue Feb 20, 2024 · 3 comments
Open

Byte compile warnings #339

Forge36 opened this issue Feb 20, 2024 · 3 comments

Comments

@Forge36
Copy link

Forge36 commented Feb 20, 2024

■ Warning (comp): helpful.el:615:33: Warning: ‘elisp-eldoc-documentation-function’ is an obsolete function (as of 28.1); use ElDoc’s interfaces instead.
■ Warning (comp): helpful.el:1693:2: Warning: docstring has wrong usage of unescaped single quotes (use = or different quoting)
■ Warning (comp): helpful.el:1921:10: Warning: ‘help-fns--autoloaded-p’ called with 2 arguments, but accepts only 1
■ Warning (comp): helpful.el:1292:9: Warning: the function ‘shortdoc-function-groups’ is not known to be defined.

@pierre-rouleau
Copy link

AS of helpful-20240607.1518/helpful.el I get the same warnings.

@faiyaz-islam
Copy link

2025, still at helpful-20240613.1523, get the same warnings when I use them. Using the compiled emacs 29 from snap.

@faiyaz-islam
Copy link

faiyaz-islam commented Jan 4, 2025

Found a patch, adding the following code to your init takes care of it. Code is self-explanatory.
(setq warning-minimum-level :error)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants