views:

60

answers:

1

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.

+3  A: 

I think this will do it:

M-x set-input-method cyrillic-translit

ataylor
Ooh, exactly what I was looking for. I didn't think it would be included by default--Emacs never ceases to surprise me.
Tikhon Jelvis
Oh yeah, some more useful info: ucs seems to be the standard US keyboard, for reverting it, and the `set-input-method` command can also be accessed via C-x RET C-\.
Tikhon Jelvis
If you wish to transliterate back to latin characters, you can use the command `standard-display-cyrillic-translit`.
Jérôme Radix