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

Marking where point is, does not work #10

Open
ijacquez opened this issue Oct 29, 2019 · 2 comments
Open

Marking where point is, does not work #10

ijacquez opened this issue Oct 29, 2019 · 2 comments

Comments

@ijacquez
Copy link

ijacquez commented Oct 29, 2019

Bug
Write a .cs script with an error:

|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.

Edit

  1. Moving the cursor to the left, leaving one space char "fixes" the issue.
  2. Marking via C-space twice at the original position (in the diagram) "fixes" the issue.
  3. Moving the cursor to the EOL (C-e) "fixes" the issue.
@fmdkdd
Copy link
Member

fmdkdd commented Nov 20, 2019

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.

@ijacquez
Copy link
Author

Thanks for verifying.

Let's hope there's some traction to have this fixed.

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