2

When I run emacs test.ltx, it takes about 5 seconds for the buffer to open. The problem exists even when my init file and test.ltx are empty. M-x emacs-init-time returns 0.1 seconds. *Messages* says Applying style hooks... done. There is no delay when instead I run emacs -Q test.ltx, or when I open non-TeX files.

2
  • If you have a blank empty file named test.ltx, does it still take 5 seconds? If not, have you tried bisecting your test.ltx to find out what sections of code inside test.ltx are causing the delay? If you isolate your problem and still can't resolve it, then post the code within test.ltx that is causing your 5 second delay so other forum participants can duplicate your issue and help you decide whether it's something you can fix or whether a bug report to the AUCTeX team is the best way to handle it.
    – lawlist
    Feb 20, 2015 at 6:47
  • It takes 5 seconds even with an empty test.ltx.
    – zoo
    Feb 20, 2015 at 7:05

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

Browse other questions tagged or ask your own question.