Questions tagged [localization]
5 questions
6
votes
2 answers
How to make the natural language for Emacs be English?
My computer's default language is Portuguese, and I don't want to change that. But, for some usages (especially programming) it's better to have English output, for example to copy/paste an error message on a search engine.
I would like to have…

Nicolas
- 63
- 4
2
votes
0 answers
Key bindings are not recognized with non-Latin keyboard layouts on Ubuntu
A lot of times I have to change the input language of the keyboard (from English to a different one) causing the problem of the Emacs commands to not be recognized.
Normally when you press Ctrl+A you move to the beginning of the line. When I have a…

Adam
- 2,407
- 2
- 21
- 38
1
vote
1 answer
Org (and org-capture) uses English for calendar dates, no matter what I do
The problem:
When I use org-capture to write on my journal, it writes the month as April and the day as Friday. But everything in my system is in Portuguese, so it should be "abril" for the month, and "sexta-feira" for the day.
Org-agenda uses the…
0
votes
1 answer
Confused by what Paul Graham says about locality in his book "On Lisp"
https://sep.yimg.com/ty/cdn/paulgraham/onlisp.pdf On page 36 Paul writes the following:
The conditions above do not guarantee the perfect locality you get
with purely functional code, though they do improve things somewhat.
For example, suppose…

John DeBord
- 550
- 3
- 13
0
votes
0 answers
How to set English as the default input method?
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…