Emacs 音译?
有没有什么方法可以让音译在 Emacs 中工作,就像现在在 Gmail 中一样?我对让它以西里尔字母工作特别感兴趣。
作为参考,Gmail 执行类似以下操作: 我可以输入 svoboda
,它将输出 свобода
。这使得像我这样会说俄语但不会打字的人可以轻松输入西里尔字符。在 Gmail 中,这适用于其他语言,但我真正担心的是西里尔字母。
Is there some way to get transliteration to work in Emacs, sort of like it does in Gmail now? I am particularly interested in getting it to work in Cyrillic.
For reference, Gmail does something like the following:
I can type svoboda
and it will output свобода
. This allows somebody like me who speaks Russian but cannot type to easily input Cyrillic characters. In Gmail this works with other languages, but I am only really worried about Cyrillic.
我认为这可以做到:
Mx set-input-method cyrillic-translit
I think this will do it:
M-x set-input-method cyrillic-translit