A fix for the slowdown (was Re: [OS X TeX] Slowdown in mac-emacs?)

Mark Guzdial guzdial at cc.gatech.edu
Tue Mar 5 09:20:39 EST 2002



I played with Enrico's loadup.el and got my mac-emacs working well 
again.  The problem seems to be the BibCite package.  When I tested 
the new mac-emacs Sunday, I didn't edit anything with a large 
bibliography.  When I did yesterday, I found the slowdown.

I played with commenting out various lines in the LaTeX hooks until I 
found a minimal set that gave me fast response.  Here's what I have:

(add-hook 'LaTeX-mode-hook
	  (function (lambda ()
		      (require 'font-latex)
		      (require 'reftex)
		      ;mjg (require 'bib-cite)
		      ;mjg (bib-cite-minor-mode 1)
		      (turn-on-reftex)
		      (setf reftex-plug-into-AUCTeX t)
		      ;mjg (setq bib-cite-use-reftex-view-crossref t)
		      ;(outline-minor-mode 1)
		      ;(diminish 'outline-minor-mode)
		      (diminish 'reftex-mode)
		      ;mjg (diminish 'bib-cite-minor-mode)
		      ;(ispell-hl-minor-mode)
		      (paren-toggle-matching-quoted-paren 1)
		      (paren-toggle-matching-paired-delimiter 1)
		      )))

-- 
--------------------------
Mark Guzdial : Georgia Tech : College of Computing : Atlanta, GA 30332-0280
Associate Professor - Learning Sciences & Technologies.
Collaborative Software Lab - http://coweb.cc.gatech.edu/csl/
(404) 894-5618 : Fax (404) 894-0673 : guzdial at cc.gatech.edu
http://www.cc.gatech.edu/gvu/people/Faculty/Mark.Guzdial.html

-----------------------------------------------------------------
To UNSUBSCRIBE, send email to <info at email.esm.psu.edu> with
"unsubscribe macosx-tex" (no quotes) in the body.
For additional HELP, send email to <info at email.esm.psu.edu> with
"help" (no quotes) in the body.
This list is not moderated, and I am not responsible for
messages posted by third parties.
-----------------------------------------------------------------




More information about the MacOSX-TeX mailing list