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

Allow detection of one char after the C-* is detected #2

Open
seekshiva opened this issue Mar 24, 2011 · 0 comments
Open

Allow detection of one char after the C-* is detected #2

seekshiva opened this issue Mar 24, 2011 · 0 comments

Comments

@seekshiva
Copy link
Owner

While detecting the C-* shortcuts, the first character after detecting an invalid shortcut must be detected as a part of the shortcut sequence and checked against the list fo available shortcuts. For example when the user types the following sequence of characters:

a s d f C-X b o y

the characters must be detected as

a s d f [C-X b] o y

and the [C-X b] shortcut must be acted upon. but when the user types the following sequence:

a s d f C-X C-B b o y

the characters must be detected as

a s d f [C-X C-B] b o y

and not

a s d f [C-X C-B b] o y

i.e., emacs must stop detection of the shortcut (and adding it to the minibuffer) once a valid shortcut sequence(in this case, C-X C-B) is detected.

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

1 participant