emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: turn off super/subscripts in `tex-mode'


From: Joe Corneli
Subject: Re: turn off super/subscripts in `tex-mode'
Date: Tue, 19 Oct 2004 05:28:46 -0500

   > These new super/sub scripts are cute, but what is the best way to
   > turn them off?

   Those are in `tex-font-lock-keywords-3'.  Setting the decoration
   level to 2 (or lower) in tex-mode should disable it:

   (setq font-lock-maximum-decoration '((tex-mode . 2) (t . t)))

Actually, that didn't work, though after reading the docstring
for `font-lock-maximum-decoration' I would agree that it should.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]