For some reason I cannot set english, only british as the input method.
I am writing a function to switch language from spanish-postfix to english, but english is not working, only british.
I have tried (set-input-method nil)
instead (set-input-method english)
but it doesn't work. Only (set-input-method british)
works but the #
is replaced with £
and you have to press it two times to get #
: that's not good at all.
Any advice how to be able to switch to default US keyboard? Because nil is not working when jumping from spanish or other language to nil.