help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: text properties in tex mode


From: martin rudalics
Subject: Re: text properties in tex mode
Date: Tue, 07 Oct 2008 07:33:35 +0200
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

> The only mode in which it doesn't work is TeX/LaTeX mode, and that's
> what I am having problems with.  Sorry for not making this clear
> earlier.

Could you please either try the recipe I posted earlier, namely putting
the following form into your .emacs

(add-hook 'latex-mode-hook
          (lambda ()
            (set (make-local-variable 'facemenu-add-face-function) nil)))

or file a bug report (because this is a bug, albeit a minor one).

martin





reply via email to

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