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: Carsten Dominik
Subject: Re: colored fonts in batch mode
Date: Fri, 09 May 2008 15:46:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (darwin)

bojohan+news@dd.chalmers.se (Johan Bockgård) writes:

> 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.

Yes.  I ended up doing something in this direction, but differently.
See my other post.

Thanks.

- Carsten


reply via email to

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