We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug Write a .cs script with an error:
.cs
|XvoidX Foo() { ^ \___ Cursor is |. Wait until flycheck-popup-tip shows up indicating an error and press C-space then C-e to highlight line
The end result is that the cursor moves to the end of the line (due to C-e), but doesn't mark. Disabling flycheck-popup-tip fixes this problem.
C-e
flycheck-popup-tip
Edit
C-space
The text was updated successfully, but these errors were encountered:
Sorry for the delay, and thanks for the precise bug report. I can reproduce.
Actually, the mark is set, so kill commands work as expected on the region, but indeed there is no highlighting when in transient mark mode.
cc @Simplify.
Sorry, something went wrong.
Thanks for verifying.
Let's hope there's some traction to have this fixed.
No branches or pull requests
Bug
Write a
.cs
script with an error:The end result is that the cursor moves to the end of the line (due to
C-e
), but doesn't mark. Disablingflycheck-popup-tip
fixes this problem.Edit
C-space
twice at the original position (in the diagram) "fixes" the issue.C-e
) "fixes" the issue.The text was updated successfully, but these errors were encountered: