-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Document that prefix argument does not work with helm-M-x #1206
Comments
Nice catch, there is some inconsistencies with |
Maybe that's a good idea. The nice thing about that is that it doesn't break macros. |
+1 for documenting this. |
Close syl20bnr#1206 Close syl20bnr#1269 Close syl20bnr#1504 Close syl20bnr#1742 Correct syl20bnr#3839
first SPC-SPC then C-u before you run the command |
SPC-u M-x does not work with helm-M-x, it fails with:
Error: Specifying a prefix arg before calling
helm-M-x
This is because
helm-M-x
takes the universal argument in the normal way (C-u) after invocation: emacs-helm/helm#696It might be good to add a sentence or two to this section: https://github.com/syl20bnr/spacemacs/blob/master/doc/DOCUMENTATION.md#universal-argument.
The text was updated successfully, but these errors were encountered: