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

bug: drag-left cursor at word[0], drags left neighbour word #29

Open
rhoit opened this issue Jan 7, 2018 · 1 comment
Open

bug: drag-left cursor at word[0], drags left neighbour word #29

rhoit opened this issue Jan 7, 2018 · 1 comment

Comments

@rhoit
Copy link

rhoit commented Jan 7, 2018

When you try to drag word when cursor at first char of a word, it drags the left neighbour word

illustration: (assuming bold face is the place where cursor is.

word1 word2 word3 word4
after M-<left>
word2 word1 word3 word4

@duianto
Copy link

duianto commented Mar 2, 2021

Confirmed.

cursor = []
M-<left> (drag-stuff-left)

Before: word1 word2 [w]ord3 word4
After: [w]ord2 word1 word3 word4
Expected: word1 [w]ord3 word2 word4

It works as expected from the second to the last character in a word.
For example:

Before: word1 word2 w[o]rd3 word4
After: word1 w[o]rd3 word2 word4

System Info

drag-stuff-20161108.749
GNU Emacs 27.1 (build 1, x86_64-w64-mingw32) of 2020-08-21
Windows 10 Version 2004 (OS Build 19041.804)

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