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-g' should cancel long keybinding in progress (if any). #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

okia
Copy link
Contributor

@okia okia commented Nov 18, 2016

Quick fix for issue #30.
Known issues:

  1. Generally, 'Ctrl+g' should be pressed twice. This is connected with curios
    current behavior [of vscode-emacs extension]: whenever there is an active
    selection, pressing 'Ctrl+g' for the first time clears up the selection, but
    extension does not receive neither 'C-g', nor 'Type' command. Pressing 'Ctrl+g'
    for the second time results in [extension] receiving 'C-g' command.
  2. Unlike Emacs, extension does not preserve current selection on pressing 'Ctrl+g'.
    TODO:
    Investigate the situation with 'C-g' behavior in more details.

Quick fix for issue hiro-sun#30.
Known issues:
1. Generally, 'C-g' should be pressed twice. This is connected with curios
current behavior: whenever there is an active selection, pressing 'Ctrl+g'
for the first time clears up the selection, but extension does not receive
neither 'C-g', nor 'Type' command. Pressing 'Ctrl+g' for the second time
generates 'C-g' command.
2. Unlike Emacs, this extension does not preserve current selection on
pressing 'Ctrl+g'.
TODO:
Investigate this situation in more details. Is it VSCode designed behavior?
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

Successfully merging this pull request may close these issues.

1 participant