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

org-cliplink function inserts result after the current position of the cursor #22

Open
rexim opened this issue Feb 23, 2015 · 0 comments · May be fixed by #127
Open

org-cliplink function inserts result after the current position of the cursor #22

rexim opened this issue Feb 23, 2015 · 0 comments · May be fixed by #127
Assignees
Labels

Comments

@rexim
Copy link
Owner

rexim commented Feb 23, 2015

Any platform and Emacs version.

Steps to reproduce:

  1. Copy a URL to the clipboard
  2. Make M-x org-cliplink
  3. Before the request is finished move the cursor somewhere

Observed: an org-mode link is inserted right after the current position of the cursor
Expected: the org-mode link should be inserted right after the position from where the org-cliplink function was invoked

I believe that the expected behaviour gives more benefits from the asynchronous nature of the org-cliplink function. It allows us to cliplink a heavy request and continue to work on something else moving the cursor around.

Also, fixing this bug may cause some compatibility problems with the code that depends on the incorrect behaviour, but I hope there is not so much of such code in the user configs. 😜

@rexim rexim added the bug label Feb 23, 2015
@rexim rexim self-assigned this Feb 23, 2015
@rexim rexim removed the enhancement label Aug 7, 2015
@rexim rexim mentioned this issue Aug 11, 2015
@Miciah Miciah linked a pull request May 21, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant