[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] another example of org being slow, with some analysis
From: |
Eric S Fraga |
Subject: |
Re: [O] another example of org being slow, with some analysis |
Date: |
Fri, 19 Jun 2015 10:43:00 +0100 |
On Friday, 19 Jun 2015 at 10:28, Daniel Bausch wrote:
[...]
> If anyone could give me a hint how to reliably set the preferred (or
> internal) encoding I could check wether it might have something to do
> with the system locale.
I have (only) the following encoding related settings in my
initialisation, some of which are very historical and may or may not be
needed...
#+begin_src emacs-lisp
(prefer-coding-system 'utf-8)
(set-charset-priority 'unicode)
(setq default-process-coding-system '(utf-8-unix . utf-8-unix))
#+end_src
I think the first one is the most important.
--
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3beta-1231-ga0a883
- [O] another example of org being slow, with some analysis, Eric S Fraga, 2015/06/18
- Re: [O] another example of org being slow, with some analysis, Nick Dokos, 2015/06/18
- Re: [O] another example of org being slow, with some analysis, Daniel Bausch, 2015/06/19
- Re: [O] another example of org being slow, with some analysis, Daniel Bausch, 2015/06/19
- Re: [O] another example of org being slow, with some analysis, Nicolas Goaziou, 2015/06/19
- Re: [O] another example of org being slow, with some analysis, Eric S Fraga, 2015/06/19
- Re: [O] another example of org being slow, with some analysis, Daniel Bausch, 2015/06/19
- Re: [O] another example of org being slow, with some analysis,
Eric S Fraga <=
- Re: [O] another example of org being slow, with some analysis, Daniel Bausch, 2015/06/22
- Re: [O] another example of org being slow, with some analysis, Eric S Fraga, 2015/06/23
- Re: [O] another example of org being slow, with some analysis, Nick Dokos, 2015/06/19
- Re: [O] another example of org being slow, with some analysis, Eric S Fraga, 2015/06/19
- Re: [O] another example of org being slow, with some analysis, Jacob Nielsen, 2015/06/22
Re: [O] another example of org being slow, with some analysis, Ivan Andrus, 2015/06/18