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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这可以做到:
Mx set-input-method cyrillic-translit
I think this will do it:
M-x set-input-method cyrillic-translit