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

Fix meow--keypad-try-execute #688

Merged
merged 1 commit into from
Dec 4, 2024
Merged

Conversation

fuzy112
Copy link
Contributor

@fuzy112 fuzy112 commented Dec 4, 2024

If you start Emacs with the following configuration and type SPC p, an error will occur.

(straight-use-package 'cape)
(keymap-global-set "C-c p" 'cape-prefix-map)

This is because cape-prefix-map is an autoloaded keymap.
(commandp cmd) returns t when cmd is an autoloaded keymap, but
(call-interactively cmd) will raise an error.

(commandp cmd) returns t if cmd is an autoloaded keymap.
@DogLooksGood DogLooksGood merged commit c82a324 into meow-edit:master Dec 4, 2024
2 checks passed
@DogLooksGood
Copy link
Collaborator

Thanks!

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