all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Customization question
@ 2017-06-26 10:18 Klaus Jantzen
  2017-06-26 10:45 ` Emanuel Berg
  2017-06-26 10:51 ` Yuri Khan
  0 siblings, 2 replies; 7+ messages in thread
From: Klaus Jantzen @ 2017-06-26 10:18 UTC (permalink / raw)
  To: emacs-list

Hi,

which of the thousands of customization screws I have to turn in order 
to change the background color of the submenus?

I am using Emacs 24 und Debian Wheezy.

Thank you for a hint.
-- 

K.D.J




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Customization question
  2017-06-26 10:18 Customization question Klaus Jantzen
@ 2017-06-26 10:45 ` Emanuel Berg
  2017-06-26 10:51 ` Yuri Khan
  1 sibling, 0 replies; 7+ messages in thread
From: Emanuel Berg @ 2017-06-26 10:45 UTC (permalink / raw)
  To: help-gnu-emacs

Klaus Jantzen wrote:

> which of the thousands of customization
> screws I have to turn in order to change the
> background color of the submenus?

Good question - you can do

    M-x describe-face TAB

then go to the *Completions* buffer and make
a search.

There is a face called `menu', you can always
try setting the background color of that and
see what happens...

-- 
underground experts united
http://user.it.uu.se/~embe8573




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Customization question
  2017-06-26 10:18 Customization question Klaus Jantzen
  2017-06-26 10:45 ` Emanuel Berg
@ 2017-06-26 10:51 ` Yuri Khan
  2017-06-26 11:29   ` Emanuel Berg
  2017-06-26 15:15   ` Eli Zaretskii
  1 sibling, 2 replies; 7+ messages in thread
From: Yuri Khan @ 2017-06-26 10:51 UTC (permalink / raw)
  To: Klaus Jantzen; +Cc: emacs-list

On Mon, Jun 26, 2017 at 5:18 PM, Klaus Jantzen <k.d.jantzen@mailbox.org> wrote:

> which of the thousands of customization screws I have to turn in order to
> change the background color of the submenus?
>
> I am using Emacs 24 und Debian Wheezy.

If you are using the GTK+ build (which is what is distributed in the
default ‘emacs24’ Debian package), then the screws are in your GTK+
theme. If your build uses GTK+3 and your GTK+3 theme has dark and
light subtheme support, it may be a matter of choosing the right
subtheme. Try:

    $ GTK_THEME=Adwaita emacs -Q

and:

    $ GTK_THEME=Adwaita:dark emacs -Q


On the other hand, if you are using Emacs in terminal (using the
‘emacs24-nox’ package or the -nw switch) or the Lucid toolkit build
(‘emacs24-lucid’ package), then M-x customize-face RET menu RET should
help you.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Customization question
  2017-06-26 10:51 ` Yuri Khan
@ 2017-06-26 11:29   ` Emanuel Berg
  2017-06-26 11:36     ` Emanuel Berg
  2017-06-26 15:15   ` Eli Zaretskii
  1 sibling, 1 reply; 7+ messages in thread
From: Emanuel Berg @ 2017-06-26 11:29 UTC (permalink / raw)
  To: help-gnu-emacs

Yuri Khan wrote:

> On the other hand, if you are using Emacs in
> terminal (using the ‘emacs24-nox’ package or
> the -nw switch) or the Lucid toolkit build
> (‘emacs24-lucid’ package), then M-x
> customize-face RET menu RET should help you.

Good answer, probably it will help the OP -
beware, this is an OT note - but since
I returned to this list/group this terminal vs.
GUI Emacs has been brought up I think a dozen
times by me and others!

Perhaps we should start thinking in other lines
as well before we end up parodies of each
other :)

Because there *are* others aspects to
Emacs, right?

Eheh?

-- 
underground experts united
http://user.it.uu.se/~embe8573




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Customization question
  2017-06-26 11:29   ` Emanuel Berg
@ 2017-06-26 11:36     ` Emanuel Berg
  2017-06-26 13:06       ` Krishnakant
  0 siblings, 1 reply; 7+ messages in thread
From: Emanuel Berg @ 2017-06-26 11:36 UTC (permalink / raw)
  To: help-gnu-emacs

Emanuel Berg wrote:

> Good answer, probably it will help the OP -
> beware, this is an OT note - but since
> I returned to this list/group this terminal
> vs. GUI Emacs has been brought up I think
> a dozen times by me and others!
>
> Perhaps we should start thinking in other
> lines as well before we end up parodies of
> each other :)
>
> Because there *are* others aspects to
> Emacs, right?
>
> Eheh?

Seriously, in another thread I mentioned the
small tty-keys tutorial I wrote. It is only
182 lines (or 4839 chars) long but its got
a lot of facts packed in. Perhaps we could put
together a similar text file, if there isn't
one already, which broadly explains the
principles behind the two versions and why the
differ, as well as some touchdowns when it
actually differs to the users and where
configuration has to be done accordingly?

-- 
underground experts united
http://user.it.uu.se/~embe8573




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Customization question
  2017-06-26 11:36     ` Emanuel Berg
@ 2017-06-26 13:06       ` Krishnakant
  0 siblings, 0 replies; 7+ messages in thread
From: Krishnakant @ 2017-06-26 13:06 UTC (permalink / raw)
  To: help-gnu-emacs



On Monday 26 June 2017 05:06 PM, Emanuel Berg wrote:
> Emanuel Berg wrote:
>
>> Good answer, probably it will help the OP -
>> beware, this is an OT note - but since
>> I returned to this list/group this terminal
>> vs. GUI Emacs has been brought up I think
>> a dozen times by me and others!
>>
>> Perhaps we should start thinking in other
>> lines as well before we end up parodies of
>> each other :)
>>
>> Because there *are* others aspects to
>> Emacs, right?
>>
>> Eheh?
> Seriously, in another thread I mentioned the
> small tty-keys tutorial I wrote. It is only
> 182 lines (or 4839 chars) long but its got
> a lot of facts packed in. Perhaps we could put
> together a similar text file, if there isn't
> one already, which broadly explains the
> principles behind the two versions and why the
> differ, as well as some touchdowns when it
> actually differs to the users and where
> configuration has to be done accordingly?

> I have been watching this thread and seriously the last part above is some thing which tempted me to finally respond.
This is a brillient idea such a document aught to be made.
Happy hacking.
Krishnakant.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Customization question
  2017-06-26 10:51 ` Yuri Khan
  2017-06-26 11:29   ` Emanuel Berg
@ 2017-06-26 15:15   ` Eli Zaretskii
  1 sibling, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2017-06-26 15:15 UTC (permalink / raw)
  To: help-gnu-emacs

> From: Yuri Khan <yuri.v.khan@gmail.com>
> Date: Mon, 26 Jun 2017 17:51:16 +0700
> Cc: emacs-list <help-gnu-emacs@gnu.org>
> 
> On the other hand, if you are using Emacs in terminal (using the
> ‘emacs24-nox’ package or the -nw switch) or the Lucid toolkit build
> (‘emacs24-lucid’ package), then M-x customize-face RET menu RET should
> help you.

I'd instead suggest

  M-x customize-face RET tty-menu TAB

to see the names of faces used for menus on TTY frames.  The 'menu'
face is AFAIK used only for the menu bar itself.



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-06-26 15:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-26 10:18 Customization question Klaus Jantzen
2017-06-26 10:45 ` Emanuel Berg
2017-06-26 10:51 ` Yuri Khan
2017-06-26 11:29   ` Emanuel Berg
2017-06-26 11:36     ` Emanuel Berg
2017-06-26 13:06       ` Krishnakant
2017-06-26 15:15   ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.