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

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

Re: Elisp command to disable all tty face output


From: Johan Bockgård
Subject: Re: Elisp command to disable all tty face output
Date: Tue, 25 Mar 2008 11:21:36 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

Andi Kleen <freitag@alancoxonachip.com> writes:

> Is there a quick way to disable color output for all faces in a tty
> (-nw mode) to make emacs output everything like in a non color aware
> terminal?

--color=no

> I often run emacs inside screen and connect to different terminals,
> most of them black but some white. So doing it inside emacs would be a
> big boon.

(set-frame-parameter nil 'tty-color-mode -1)

Zero turns it back on.

-- 
Johan Bockgård


reply via email to

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