Skip to content

Fix warnings and a typo #737

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

Merged
merged 1 commit into from
May 31, 2025
Merged

Fix warnings and a typo #737

merged 1 commit into from
May 31, 2025

Conversation

matsl
Copy link
Collaborator

@matsl matsl commented May 27, 2025

What

Fix some warnings and a typo.

Why

Always try to keep warnings to a minimum.

Note

These warnings still remains:

In hsys-consult-selected-candidate:

hsys-consult.el:220:26: Warning: Unused lexical argument ‘lambda’
hsys-consult.el:220:34: Warning: Unused lexical variable ‘state-function’
hsys-consult.el:220:34: Warning: Unused lexical variable ‘`’
hsys-consult.el:220:34: Warning: Unused lexical variable ‘,’
hsys-consult.el:221:30: Warning: Unused lexical variable ‘state-function’
hsys-consult.el:221:48: Warning: Unused lexical variable ‘cand’

Looks strange to get these warnings but it is beyond me to figure out
what the problem is. At least without a lot more investigation. Can
there be a problem here?

In end of data:

hsys-www.el:144:48: Warning: the function ‘url-encode-string’ is not known to be defined.

I can't find where url-encode-string is defined? All our supported
versions of emacs warn for this. Can it be base64url-encode-string
that is meant to be used?

@matsl matsl requested a review from rswgnu May 27, 2025 22:24
@matsl matsl force-pushed the fix_warnings_and_spelling branch from ea78423 to 06fdfce Compare May 28, 2025 21:45
@matsl matsl force-pushed the fix_warnings_and_spelling branch from 06fdfce to b85cb7b Compare May 31, 2025 20:40
@matsl matsl merged commit e6ec885 into master May 31, 2025
4 checks passed
@matsl matsl deleted the fix_warnings_and_spelling branch May 31, 2025 20:42
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

Successfully merging this pull request may close these issues.

2 participants