From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: isearch face question Date: Thu, 08 Jun 2023 07:53:19 +0300 Message-ID: <83r0qm3680.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7250"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jun 08 06:53:56 2023 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q77el-0001go-Jj for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 08 Jun 2023 06:53:55 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q77e7-0004Dn-AW; Thu, 08 Jun 2023 00:53:15 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q77e6-0004Df-Gt for help-gnu-emacs@gnu.org; Thu, 08 Jun 2023 00:53:14 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q77e6-0005qp-63 for help-gnu-emacs@gnu.org; Thu, 08 Jun 2023 00:53:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=wX/tHugYI8nyJmyOue11IosKC7te0vVqVlaqD4OLXt8=; b=VkHmX0QmQkUY +aEciNnv0uUJWkOIxNIWjEOFd0iyXFHW51rZ5cajKT4y8ZzeuzQrFnr5IpGre1F2hkxKv9xI1BBip VpQCzLQJSQvkgrryjtnErgGkI2uTUDMpgic0JKdB+fSPmQ4aYvxQ2ASK07Q2q4EwdbF7yltrPrX93 tozhBEw+0Jo8og6q6H7HLpKWZdyWj1k9HeDEexDesDupq2OrOmwyWt2EhGtU3Rbx34kI+swUoCbYh IJ94JPMyMxgNdhk7bb6xxjW494ysiYIxJmkGp8kimoGPeR/YOwx1JVyRHRzvIm+JZUfot4KX8HzQ/ sp24fX/rTEAQjc6W7SQdag==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q77e5-0008Rt-LT for help-gnu-emacs@gnu.org; Thu, 08 Jun 2023 00:53:13 -0400 In-Reply-To: (message from Christopher Howard on Wed, 7 Jun 2023 10:21:12 -0800) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:143885 Archived-At: > Date: Wed, 7 Jun 2023 10:21:12 -0800 > From: Christopher Howard > > Hi, I'm trying to customize the appearance of the incremental search highlighting. I found that I can change the appearance of the current search result by adjusting the isearch face, as per the documentation. However, isearch also highlights the non-current search results (other matches you haven't focused on yet) in the buffer, but these seem to just use the default color and style. I wanted to adjust their color/style also, but I'm not sure how to do this. It wasn't obvious to me, even after looking at isearch.el. Can somebody clear this up for me? It's a different face, called lazy-highlight.