ESS & SuSE Linux (auctex)

Rich Heiberger rmh at surfer.sbm.temple.edu
Mon Nov 27 22:35:19 CET 2000


ESS turns on font-lock-mode, but only for itself.  We do so in ess-site.el
with 3 lines of the form
      (add-hook 'ess-mode-hook 'turn-on-font-lock t)

It's not obvious why font-lock should spill over to other modes.  My first
attempt at a fix would be to change font-lock-global-modes to prevent font-lock
in tex files.  Add the following line to your .emacs
   (custom-set-variables '(font-lock-global-modes '(not tex-mode latex-mode)))

Rich
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
ess-help mailing list -- To (un)subscribe, send
subscribe	or	unsubscribe
(in the "body", not the subject !)  To: ess-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the ESS-help mailing list