[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] updates to TUTORIAL.cn
From: |
Fuqiao Xue |
Subject: |
Re: [PATCH] updates to TUTORIAL.cn |
Date: |
Thu, 20 Apr 2023 08:56:37 +0800 |
On Wed, 19 Apr 2023 at 10:55, Ruijie Yu <ruijie@netyu.xyz> wrote:
> - M-f 向右移动一个词【对中文是移动到下一个标点符号】
> - M-b 向左移动一个词【对中文是移动到上一个标点符号】
> + M-f 向右移动一个词【对中文是移动到下一个空格或标点符号】
> + M-b 向左移动一个词【对中文是移动到上一个空格或标点符号】
Proper Chinese does not use spaces, so I don't think there is a need
to mention the space character (U+0020) here. Or do you mean
ideographic space (U+3000)? I think that is rarely used in Chinese,
except in some special situations like 挪抬[1] or religious classics[2].
> +;; Ruijie Yu <ruijie@netyu.xyz> ; TODO
Thanks for wanting to contribute, and feel free to add your name!
Best,
Fuqiao
Links:
[1] https://zh.wikipedia.org/zh-cn/%E6%8A%AC%E9%A0%AD#%E6%8C%AA%E6%8A%AC
[2] http://www.chinesebibleonline.com/book/Genesis (see the space before 神)
>
> --
> Best,
>
>
> RY
- Re: [PATCH] updates to TUTORIAL.cn, (continued)
- Re: [PATCH] updates to TUTORIAL.cn, Ruijie Yu, 2023/04/20
- Re: [PATCH] updates to TUTORIAL.cn, Ruijie Yu, 2023/04/21
- Re: [PATCH] updates to TUTORIAL.cn, Fuqiao Xue, 2023/04/22
- Re: [PATCH] updates to TUTORIAL.cn, Ruijie Yu, 2023/04/22
- Re: [PATCH] updates to TUTORIAL.cn, Fuqiao Xue, 2023/04/23
- Comments on TUTORIAL (was: [PATCH] updates to TUTORIAL.cn), Ruijie Yu, 2023/04/21
- Re: Comments on TUTORIAL (was: [PATCH] updates to TUTORIAL.cn), Eli Zaretskii, 2023/04/21
- Re: Comments on TUTORIAL (was: [PATCH] updates to TUTORIAL.cn), Ruijie Yu, 2023/04/21
- Re: Comments on TUTORIAL (was: [PATCH] updates to TUTORIAL.cn), Eli Zaretskii, 2023/04/21
- Re: Comments on TUTORIAL (was: [PATCH] updates to TUTORIAL.cn), Ruijie Yu, 2023/04/21
Re: [PATCH] updates to TUTORIAL.cn,
Fuqiao Xue <=