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

Guide key bindings with prefix arguments #6

Closed
kai2nenobu opened this issue Nov 9, 2013 · 5 comments
Closed

Guide key bindings with prefix arguments #6

kai2nenobu opened this issue Nov 9, 2013 · 5 comments
Milestone

Comments

@kai2nenobu
Copy link
Owner

No description provided.

@stardiviner
Copy link

Like [C-u] [C-u C-u] ? and [M-2] etc ?

@kai2nenobu
Copy link
Owner Author

Yes, it means both universal-argument (like C-u, C-u C-u) and digit-argument (like C-u 2, M-2).

@kai2nenobu kai2nenobu added this to the SOMEDAY milestone Sep 9, 2014
@whitlockjc
Copy link

I hate to bug you but I've been using guide-key, thanks a lot by the way, and I wanted to enable it for C-u but whenever I do, nothing happens. Is there something special I have to do to get the feature added above? Here is what I have now:

(setq guide-key/guide-key-sequence '("C-x" "C-c" "C-h" "C-u"))

(guide-key-mode 1)

(setq guide-key/recursive-key-sequence-flag t)
(setq guide-key/popup-window-position 'bottom)

If it's not obvious, I use guide-key to better learn Emacs and to help me remember where things are.

@kai2nenobu
Copy link
Owner Author

Maybe, you misunderstand this feature.

This feature doesn't guide key bindings following C-u but enables to guide key bindings following both a normal prefix and a prefix with argument (like C-x and C-u C-x).
So it is meaningless to add C-u to guide-key/guide-key-sequence.

Best regards.

@whitlockjc
Copy link

Ah, that was it. I did misunderstand. Thanks for clarifying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants