emacs-devel
[Top][All Lists]
Advanced

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

Re: default bg color on ttys


From: Miles Bader
Subject: Re: default bg color on ttys
Date: Tue, 31 Oct 2000 23:07:14 +0900 (JST)

Eli Zaretskii <address@hidden> writes:
> Perhaps we need to add a command to set the background mode, if M-x 
> customize is deemed too awkward for this.

That would be adequate; then I could do `emacs -f light-background-mode'
or something.  It would also help for those cases that *are* handleable
in .emacs -- Currently only only good way I can figure out to frob this
is to do:

  (setq frame-background-mode ...)
  (frame-set-background-mode (selected-frame))

-Miles



reply via email to

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