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: Thorsten Jolitz
Subject: Re: how to change background color when running emacs -nw
Date: Wed, 14 Aug 2013 10:35:21 +0200
User-agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.3 (gnu/linux)

Lalit Saraswat <leadinglalit@gmail.com> writes:

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

doesn't something like

,--------------------------------
| $ emacs -nw -fg wheat -bg black
`--------------------------------

work?

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

maybe with

,----------------------------------------------------------------------------
| <f10> runs the command menu-bar-open, which is an interactive compiled Lisp
| function in `menu-bar.el'.
|
| It is bound to <f10>.
|
| (menu-bar-open &optional FRAME)
|
| Start key navigation of the menu bar in FRAME.
|
| This function decides which method to use to access the menu
| depending on FRAME's terminal device.  On X displays, it calls
| `x-menu-bar-open'; on Windows, `w32-menu-bar-open' otherwise it
| calls `tmm-menubar'.
|
| If FRAME is nil or not given, use the selected frame.
`----------------------------------------------------------------------------


--
cheers,
Thorsten




reply via email to

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