"Neal D. Becker" <nbecker(a)hns.com> writes:
Hi. I run xemacs with reverse video (light bg, dark fg) on X. When
I go home, I want to attach using gnuclient in console (non-X) mode.
This typically works very poorly, since many terminal emulators give
really bad visual results this way.
You can set the face's appearance to be different on TTY consoles.
For example:
(set-face-foreground 'default "white" nil 'tty)
(set-face-foreground 'default "black" nil 'tty)
And so on for all the faces you care about. (Most faces inherit from
the default face.)