emacs -nw -q
or emacs -nw -Q
takes more than 10 seconds to start in terminal, but the result of M-x emacs-init-time
is 0.0 seconds, and the emacs
takes shorter time (still more than 5s) than emacs -nw -q
or emacs -nw -Q
and the result M-x emacs-init-time
is 3.5 seconds, this is really weird.
Does anyone know what is going on?
FYI:
CentOS 6.5 32-bit
GNU Emacs 24.4.2 (compiled from the source code at the official gnu website)
emacs
from the CentOS repos does not have this problem? What flags did you build with? – PythonNut Mar 31 '15 at 04:41./configure ; make ; sudo make install
– CodyChan Mar 31 '15 at 07:45emacs
as packaged for CentOS exhibit the same problem? – Mar 31 '15 at 11:59