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: Kostas Oikonomou
Subject: Re: text properties in tex mode
Date: Tue, 07 Oct 2008 08:56:29 -0400
User-agent: Thunderbird 2.0.0.14 (X11/20080505)

Martin,

Yes, I tried that, it does not help. So this is a bug in TeX/LaTeX mode? I have never filed an Emacs bug report before, how do you go about it?

                                                Kostas

martin rudalics wrote:
 > 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]