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

Cursor auto-back to the front of last character of it's forward English word #32

Open
Ynjxsjmh opened this issue May 6, 2019 · 3 comments

Comments

@Ynjxsjmh
Copy link

Ynjxsjmh commented May 6, 2019

I find that when cursor is between an English word and Chinese character or full-width punctuation, there are some strange phenomenon:

  1. If I type a space, the cursor will automatically move back to the front of the last character of that English word.
  2. If I type a English character, the cursor will automatically back to the front of that character.

Here are two gifs I record these problems

Video_2019-05-06_193333

Steps to reproduce:

  1. type test|,(notice the comma is full-width punctuation and | is the cursor's place)
  2. type space

Then you can see the cursor's automatic movement.

Video_2019-05-06_193844

Steps to reproduce:

  1. type test |中文
  2. type an English character

I think these two situation is really common while we write some articles with English and Chinese. Image when you type Artificial 是人工智能 and you forget the spell of intelligence. After you look up the dictionary, you know it's spell. Then you need to move cursor to the front of and type intelligence. But if you type i and hesitate 0.01s you will get something like ntelligencei. And it's really a torture because you should move the cursor once you type an English character(every time you type an English character between English word and Chinese character, the cursor will move back ).

There is a workround by typing two spaces before Chinese character or full-width punctuation, But you need to delete that extra space every time you complete your writing.

@yangsheng6810
Copy link
Contributor

I am not able to reproduce the behavior you experience. Could you try the master branch with vanilla emacs to see the problem persists? To test with vanilla emacs, you can run emacs -q and load pangu-spacing (e.g. open pangu-spacing.el and eval the buffer). It can also be helpful if you can provide your version of emacs.

@Ynjxsjmh
Copy link
Author

Ynjxsjmh commented Aug 28, 2019

@yangsheng6810,Thanks for your reply, after updating to the master branch and test with vanilla emacs, the problems disappear. But using my emacs's config, the second problem still exists.

My emacs version is 26.1 and OS is win7.

@yangsheng6810
Copy link
Contributor

If the problem cannot be reproduced with vanilla Emacs, there is not much we can help. I would suggest you bisect your Emacs config to find out the offending line. We might be able to help you if the problem comes from conflicts with other packages.

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