Replies: 1 comment 2 replies
-
I don't know the actual reason for this problem, but it happens inside |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If the following is set:
(setq read-extended-command-predicate #'command-completion-default-include-p)
Then everything is fine until Magit is invoked for the first time. Once Magit has been invoked in my Emacs session, every time I press M-x, the prompt message shows an error:
read-extended-command-predicate: transient:magit-bisect:--no-checkout: Symbol’s function definition is void: transient--suffix-only
The completions are still shown in the mini-buffer, but the prompt line is polluted with the above error message. It looks like this:
Beta Was this translation helpful? Give feedback.
All reactions