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

C-v key binding should not be bound when cua-mode key bindings are disabled #2

Closed
tuhdo opened this issue Nov 6, 2013 · 2 comments
Closed

Comments

@tuhdo
Copy link

tuhdo commented Nov 6, 2013

Some people may not use cua-mode with its key bindings but
rectangular features (like myself). C-v is bound with a yank
command even if cua-mode key bindings are not enabled. This
change fixes this issue.

This line:

(when cua-mode....

Should be replaced with:

(when (and cua-mode cua-enable-cua-keys) ....

@sabof
Copy link
Owner

sabof commented Nov 6, 2013

Try the latest commit

@tuhdo
Copy link
Author

tuhdo commented Nov 7, 2013

It is fixed. Thanks.

@sabof sabof closed this as completed Nov 10, 2013
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

2 participants