Is it possible to alternate two input methods in Emacs?
emacs
Solution
If I type `C-u C-\` to select one input method, and once again to select another, I find that every subsequent invocation uses the previous input method as the default input, so switching to the other input method boils down to `C-u C-\ RET`.
Problem
I know that there is "C-\" to switch input methods, but that allows only one additional input method - for example, by default I have english qwerty layout, and I can alternate between it and dvorak. But is there some way to do alternation between two other languages with the same ease? For example, if I want to alternate english-dvorak and my native language layout?