diff -r 93bcfa82cb34 -r bb5f3306e2a8 .emacs-my --- a/.emacs-my Mon Feb 22 00:30:21 2016 +0200 +++ b/.emacs-my Mon Feb 22 00:31:46 2016 +0200 @@ -819,9 +819,9 @@ ((eq arg 3) (activate-input-method my-ukranian-input-method)) ((eq arg 4) - (activate-input-method my-ipa-input-method)) + (activate-input-method 'greek)) ((eq arg 5) - (activate-input-method 'greek)) + (activate-input-method my-ipa-input-method)) ((eq arg 6) (activate-input-method 'TeX)) ) (toggle-input-method arg)) )