all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: kgold@watson.ibm.com (kgold)
Subject: Re: .emacs problem
Date: 24 Sep 2002 14:02:40 GMT	[thread overview]
Message-ID: <ampra0$7pg$1@news.btv.ibm.com> (raw)
In-Reply-To: mailman.1032806239.20027.help-gnu-emacs@gnu.org


I think this sample should work.  Set whatever color you like.

(set-face-foreground 'isearch	   "black")
(set-face-background 'isearch	   "green")

This may also work.

(copy-face 'default 'isearch)

Bonus:

(set-face-foreground 'secondary-selection    "antiquewhite1")
(set-face-background 'secondary-selection    "Mediumblue")

In article <mailman.1032806239.20027.help-gnu-emacs@gnu.org>,
 Dinos@IntegratedGenomics.com writes:
> When I do an incremental search the letter that it finds first get
> highlighted with a blue color.  I find this very annoying
> and I prefer it not to be highlighted at all as in old linux distributions.
> How do I disable this?
> I have allready set lazy-face to nil but I think this has to do with
> .Xdefaults!

-- 
-- 
Ken Goldman   kgold@watson.ibm.com   914-784-7646

  parent reply	other threads:[~2002-09-24 14:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1032806239.20027.help-gnu-emacs@gnu.org>
2002-09-23 23:23 ` .emacs problem Jesper Harder
2002-09-24 14:02 ` kgold [this message]
2002-09-23 18:31 Dinos

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='ampra0$7pg$1@news.btv.ibm.com' \
    --to=kgold@watson.ibm.com \
    /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.