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

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

Re: colored fonts in batch mode


From: Johan Bockgård
Subject: Re: colored fonts in batch mode
Date: Thu, 08 May 2008 18:02:51 +0200
User-agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux)

Carsten Dominik <dominik@science.uva.nl> writes:

> This works great in interactive work, when I actually have a window
> system running.  However, in batch mode, Emacs seems to think that it
> is displaying on a black-and-white device, so the fontification is
> much poorer in this case.

The easiest may be to define the faces explicitly:

  (set-face-attribute 'default nil :foreground "white" :background "blue")
  ;; etc.

-- 
Johan Bockgård


reply via email to

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