all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: harven <harven@free.fr>
To: help-gnu-emacs@gnu.org
Subject: Re: text properties in tex mode
Date: Sun, 05 Oct 2008 19:57:52 +0200	[thread overview]
Message-ID: <m2iqs6orfj.fsf@free.fr> (raw)
In-Reply-To: mailman.292.1223226411.25473.help-gnu-emacs@gnu.org

Kostas Oikonomou <k.oikonomou@att.net> writes:

> Harven,

> I have indeed disabled font-lock mode everywhere by
>
> (global-font-lock-mode -1)
>
> in my init.el file.  I don't mind losing font-lock coloring in my
> Latex buffer.
> But when I then do Edit -> Text Properties -> Background color, I get
> the error I posted.
> Are you saying above that this should not be happening?

If I disable font-lock-mode, I get back the yellow face in the
Background color menu, and it works. Do you get the error when you
click on the Background color button ? Does it give you the menu with
entries yellow/other ?

Maybe you can try to redefine the yellow face in TeX mode, by putting
in your .emacs:
(add-hook 'tex-mode-hook (lambda ()
    (make-face 'yellow)
    (set-face-background 'yellow "yellow")))

Hope that helps


       reply	other threads:[~2008-10-05 17:57 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.292.1223226411.25473.help-gnu-emacs@gnu.org>
2008-10-05 17:57 ` harven [this message]
2008-10-07  5:33 text properties in tex mode martin rudalics
2008-10-07 12:56 ` Kostas Oikonomou
2008-10-07 13:03   ` Allan Gottlieb
2008-10-07 13:31   ` martin rudalics
2008-10-07 13:42     ` Kostas Oikonomou
2008-10-07 14:00       ` martin rudalics
  -- strict thread matches above, loose matches on Subject: below --
2008-10-07  1:16 Kostas Oikonomou
     [not found] <mailman.320.1223253849.25473.help-gnu-emacs@gnu.org>
2008-10-06  7:14 ` harven
2008-10-06  0:44 Kostas Oikonomou
2008-10-05 15:11 Kostas Oikonomou
2008-10-05 17:53 ` Drew Adams
     [not found] <mailman.225.1223135509.25473.help-gnu-emacs@gnu.org>
2008-10-04 17:44 ` harven
2008-10-04 17:02 martin rudalics
2008-10-04 15:40 Kostas Oikonomou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2iqs6orfj.fsf@free.fr \
    --to=harven@free.fr \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.