मैं स्थापित auctex
और emacs
दो Xubuntu 14.04 कंप्यूटर, जो दोनों के ठीक काम कर रहा है पर संकुल। Emacs स्वयं दोनों पर ठीक काम करता है, लेकिन अब auctex
इंस्टॉल किए गए पैकेज के साथ , जब मैं एक TeX फ़ाइल लोड करता हूं (यहां तक कि सिर्फ एक खाली भी) मेरे पास छह सेकंड का लोडिंग समय है auctex
, जिसके लिए मुझे हर बार जब मैं TeX फाइल लोड करता हूं, तो मुझे जाना पड़ता है।
क्या यह सामान्य है?
यदि नहीं, तो इस समय को कम करने के लिए मैं क्या कर सकता हूं?
मैंने इंटरनेट खोजा है और कुछ भी नहीं हुआ है, केवल यह तथ्य कि फ़ाइल पार्सिंग में एक लंबा समय लग सकता है, लेकिन ऐसा नहीं है कि मैंने पार्स फ़ाइलों को सहेजने और लोड करने के लिए सुविधा को सक्षम किया है।
मैं AUCTeX 11.87 के साथ Emacs 24 का उपयोग कर रहा हूं
संपादित करें: *messages*
बफ़र का आउटपुट नए खुले TeX फ़ाइल के लिए ऐसा दिखता है:
("emacs" "hi.tex")
Loading 00debian-vars...done
Loading /etc/emacs/site-start.d/50auctex.el (source)...
Loading /usr/share/emacs/site-lisp/auctex.el (source)...done
Loading /usr/share/emacs/site-lisp/preview-latex.el (source)...done
Loading /etc/emacs/site-start.d/50auctex.el (source)...done
Loading /etc/emacs/site-start.d/50autoconf.el (source)...done
Loading /etc/emacs/site-start.d/50cmake-data.el (source)...done
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...
Error while loading 50dictionaries-common: Symbol's value as variable is void: debian-aspell-only-dictionary-alist
Loading /etc/emacs/site-start.d/50latex-cjk-common.el (source)...
Loading cjk-enc...done
Loading /etc/emacs/site-start.d/50latex-cjk-common.el (source)...done
Loading /etc/emacs/site-start.d/50latex-cjk-thai.el (source)...done
For information about GNU Emacs and the GNU system, type C-h C-a.
(New file)
Applying style hooks... done
exchange-point-and-mark: No mark set in this buffer [6 times]
exchange-point-and-mark: No mark set in this buffer
*Messages*
बफर और पोस्ट की जांच कर सकते हैं यदि प्रक्रिया के दौरान कोई संदेश हैं? एक और विकल्प हैM-x toggle-debug-on-quit RET
, और जबकि Emacs अपना मीठा समय ले रहा है, Cg को हिट करें। फिर आपके द्वारा प्राप्त स्टैक ट्रेस पोस्ट करें।