From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: why does occur depropertize matching lines? Date: Sun, 05 Dec 2004 20:40:16 -0500 Message-ID: References: <87653zkezn.fsf@jurta.org> <87653uqqox.fsf@jurta.org> <874qj04rxm.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1102297512 28866 80.91.229.6 (6 Dec 2004 01:45:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Dec 2004 01:45:12 +0000 (UTC) Cc: drew.adams@oracle.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 06 02:45:08 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cb7w4-0004SH-00 for ; Mon, 06 Dec 2004 02:45:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cb85n-00033w-3t for ged-emacs-devel@m.gmane.org; Sun, 05 Dec 2004 20:55:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cb84V-0002aA-1g for emacs-devel@gnu.org; Sun, 05 Dec 2004 20:53:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cb84T-0002Zb-Tl for emacs-devel@gnu.org; Sun, 05 Dec 2004 20:53:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cb84T-0002Z5-OH for emacs-devel@gnu.org; Sun, 05 Dec 2004 20:53:49 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cb7uW-00069a-6Y for emacs-devel@gnu.org; Sun, 05 Dec 2004 20:43:32 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Cb7rM-00014l-FU; Sun, 05 Dec 2004 20:40:16 -0500 Original-To: Juri Linkov In-reply-to: <874qj04rxm.fsf@jurta.org> (message from Juri Linkov on Sun, 05 Dec 2004 18:43:02 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:30736 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30736 I noticed an apparent confusion in the code that was inverting the meaning of the KEEP-PROPS parameter; so I fixed that. The current code should keep the fontification of ALL the lines from the buffer. It seems there is a need in a new face to display matching strings. Such a face could be used also in other packages: to highlight matches in *grep* buffer and apropos documentation. I don't entirely understand this point. Are you saying that bold isn't sufficient to stand out? If so, we could change the value of list-matching-lines-face.