coldnew / pangu-spacing

emacs minor-mode to add space between Chinese/Japanese/Korean and English characters.
144 stars 16 forks source link

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

Open Ynjxsjmh opened 5 years ago

Ynjxsjmh commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

@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 commented 5 years ago

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.