Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have changed Emacs input layout into Hebrew. Now, when I try to return it into English, I get the devorak layout and not the qwerty layout. I tried other layouts such as UTF-8 or ascii without any change. How do I return it then?

Edit:
I have used C-x RET C-\ to change the layout

share|improve this question
What method did you use to change it into Hebrew and back, to begin with? C-x RET C-\? – Dolda2000 Dec 31 '12 at 6:07
@Dolda2000 yes, I have used this method. I have edited my question – Yotam Dec 31 '12 at 6:12

1 Answer

up vote 3 down vote accepted

Switching to another layout with C-x RET C-\ actually enters a special mode wherein an alternate layout is active, and therefore the "normal" layout isn't available in that mode. Turn the mode off, instead, using just C-\. You should see the modeline changing.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.