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

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

Re: how to change background color when running emacs -nw


From: Pascal J. Bourguignon
Subject: Re: how to change background color when running emacs -nw
Date: Wed, 14 Aug 2013 11:14:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

Lalit Saraswat <leadinglalit@gmail.com> writes:

> I am running emacs in no window mode. but emacs dont take konsole's
> background color.
> How can i change the background colour to white or whatever used by konsole.

(progn
  (set-background-color "white")
  (set-foreground-color "black")) C-x C-u

works as well in a terminal than in a windowing environment.


> Also how can i access Menu items like file/edit/buffers etc in no window
> mode.

M-`

-- 
__Pascal Bourguignon__
http://www.informatimago.com/




reply via email to

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