all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: gerlach <jack@aiai.de>
To: help-gnu-emacs@gnu.org
Subject: Re: set the highlight color when searching
Date: Tue, 14 May 2013 17:55:21 +0200	[thread overview]
Message-ID: <avf539FrdorU1@mid.individual.net> (raw)
In-Reply-To: <mailman.25733.1368540794.855.help-gnu-emacs@gnu.org>

Am 14.05.2013 16:13, schrieb Drew Adams:
>>> when searching for text the actual highlighted text in
>>> emacs 23.3 in ubuntu 12.04 is lightblue with pink background
>>> - a horrible combination, I often can't read it. How can I
>>> change lightblue to e.g. white?
>>
>> Customize the face 'isearch'.
>
> How to find this yourself:
>
> M-x customize-apropos-faces RET isearch RET
>
> You will see these matches:
>
> Isearch face: (sample) [Show Face]
>     State: HIDDEN, invoke "Show" in the previous line to show.
>     Face for highlighting Isearch matches.
>
> Isearch Fail face: (sample) [Show Face]
>     State: HIDDEN, invoke "Show" in the previous line to show.
>     Face for highlighting failed part in Isearch echo-area message.
>
> Isearch Lazy Highlight Face:(sample) [Show Face]
>     State: HIDDEN, invoke "Show" in the previous line to show.
>     isearch-lazy-highlight-face is an alias for the face `lazy-highlight'. [More]
>
> You can customize any of these from the same buffer (it is a Customize buffer).
> Start by clicking `[Show Face]' (or the small triangle in Emacs 24+).
>
> If you generally use the default Emacs settings, and you think the default
> appearance for face `isearch' should be changed, file an enhancement request for
> that using `M-x report-emacs-bug'.
>
>
thx a lot!

Isearch face: (sample) [Hide Face]
    [State]: SAVED and set.
    Face for highlighting Isearch matches.
Groups: [Isearch] [Basic Faces]
See also [Manual] and [isearch].
Choice: [Value Menu]
  Attributes: [ ] Font Family: *
              [ ] Font Foundry: *
              [ ] Width: *
              [ ] Height: *
              [ ] Weight: *
              [ ] Slant: *
              [ ] Underline: *
              [ ] Overline: *
              [ ] Strike-through: *
              [ ] Box around text: *
              [ ] Inverse-video: *
 >>  *)       [X] Foreground: white      (sample)
              [X] Background: magenta4   (sample)
              [ ] Stipple: *
              [ ] Inherit: *


*) I changed to "white" and emacs wrote to my ~/.emacs:

(custom-set-variables )
(custom-set-faces
  '(isearch ((((class color) (min-colors 8)) (:background "magenta4" 
:foreground "white")))))

BTW: I deleted remarks

But: nothing changed! restarting emacs the same "old" background color 
lightblue (cyan1 ?) appears. And: looking again in 
customize-apropos-faces RET isearch RET   I see

....
[X] Foreground: white      (sample)
....

where "sample" is blue colored! The "white" didn't take effekt. Why?

Eckard


  parent reply	other threads:[~2013-05-14 15:55 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-14  9:56 set the highlight color when searching gerlach
2013-05-14 13:51 ` Eli Zaretskii
2013-05-14 14:13   ` Drew Adams
     [not found]   ` <mailman.25733.1368540794.855.help-gnu-emacs@gnu.org>
2013-05-14 15:55     ` gerlach [this message]
2013-05-14 19:23       ` gerlach
2013-05-14 19:57         ` gerlach
2013-05-14 20:26         ` Drew Adams
2013-05-14 20:04       ` Peter Dyballa
2013-05-14 20:06         ` Jai Dayal
2013-05-15 18:45           ` Mark Skilbeck
     [not found]             ` <CAMJ-YiSxyccTZtNumqin-cSZgRUnG0WQkjgf0rJLE9tnqdNiqg@mail.gmail.com>
2013-05-15 21:17               ` Peter Dyballa
     [not found]                 ` <CAMJ-YiRHw9C6PSqbvpqSDuzckMYdDaJveGrOgp-6Nu0tA+Ua1g@mail.gmail.com>
2013-05-15 21:24                   ` Mark Skilbeck
2013-05-16  1:16                 ` Hongxu Chen
2013-05-16  1:18                   ` Jai Dayal
2013-05-14 20:34       ` Peter Dyballa
     [not found]       ` <mailman.25781.1368561912.855.help-gnu-emacs@gnu.org>
2013-05-15  0:07         ` gerlach
2013-05-15  6:20           ` Yuri Khan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=avf539FrdorU1@mid.individual.net \
    --to=jack@aiai.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.