bug-auctex
[Top][All Lists]
Advanced

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

[Bug-AUCTeX] fon-lock messes up


From: Baranas
Subject: [Bug-AUCTeX] fon-lock messes up
Date: Wed, 14 Nov 2012 18:02:02 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hello, I am using Emacs+Auctex-11.86  and I need additional highlighting schemes
for my latex documents. However if I create my own face and add 

  (add-hook 'TeX-mode-hook
    (lambda ()
        (font-lock-add-keywords nil
            '(("\\\\alpha" 0 my-face t)))))

to my .emacs  file, font-lock after each occurrence of \alpha switches off for
some part of the text. However if i use  predefined face like
font-lock-warning-face it works (unfortunately not in subscripts). I am looking
for a way to highlight some commands in math-mode.




reply via email to

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