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

False positive with key sequence such as "\C-c\C-ia" #239

Open
kobarity opened this issue Jan 2, 2023 · 0 comments
Open

False positive with key sequence such as "\C-c\C-ia" #239

kobarity opened this issue Jan 2, 2023 · 0 comments

Comments

@kobarity
Copy link

kobarity commented Jan 2, 2023

Key sequences such as "\C-c\C-ia" are reported as an error. This can be tested as follows:

(package-lint-test--run "(define-key map \"\C-c\C-ia\" #'something)")

This seems to happen because read-kbd-macro (and its callees kbd and key-parse) used in package-lint--extract-key-sequence skips "\C-i".

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

1 participant