From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: Underlining in compile.el Date: Wed, 29 Jun 2005 16:15:28 +1200 Message-ID: <17090.8288.964940.286983@farnswood.snap.net.nz> References: <17088.28432.470.506291@farnswood.snap.net.nz> <17089.64620.599304.437766@farnswood.snap.net.nz> <87r7ellujx.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1120018887 14313 80.91.229.2 (29 Jun 2005 04:21:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Jun 2005 04:21:27 +0000 (UTC) Cc: storm@cua.dk, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 29 06:21:26 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DnU4N-00062a-Ez for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2005 06:21:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnUCL-0008TD-Sz for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2005 00:29:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DnU9E-0007RX-4r for emacs-devel@gnu.org; Wed, 29 Jun 2005 00:26:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DnU8z-0007Kg-3P for emacs-devel@gnu.org; Wed, 29 Jun 2005 00:25:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnU8w-0007EV-Oh for emacs-devel@gnu.org; Wed, 29 Jun 2005 00:25:46 -0400 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DnU2W-0001IL-45; Wed, 29 Jun 2005 00:19:08 -0400 Original-Received: from farnswood.snap.net.nz (p250-tnt2.snap.net.nz [202.124.108.250]) by viper.snap.net.nz (Postfix) with ESMTP id 4EF85541223; Wed, 29 Jun 2005 16:14:22 +1200 (NZST) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id B6CD862A99; Wed, 29 Jun 2005 05:15:31 +0100 (BST) Original-To: Juri Linkov In-Reply-To: <87r7ellujx.fsf@jurta.org> X-Mailer: VM 7.19 under Emacs 22.0.50.75 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: news.gmane.org gmane.emacs.devel:39866 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39866 Juri Linkov writes: > > The mouse-face and mouse-1 binding lasts until the end of the first > > match (shown by carets): > > > > newcomment.el:279: (insert cs " hello " ce) > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > > > I think it should be: > > > > newcomment.el:279: (insert cs " hello " ce) > > ^^^^^^^^^^^^^^^^^ > > Have you tried this with the latest CVS? This was fixed two weeks ago. I have (+1200): -rw-r--r-- 1 nickrob nick 23639 Jun 19 09:50 grep.el -rw-r--r-- 1 nickrob nick 20544 Jun 24 01:33 grep.elc and -rwxr-xr-x 2 nickrob nick 17668441 Jun 27 12:31 /home/nick/emacs/src/emacs I've just recompiled the lisp files and I can now see underlining under the filename and line number, but mouse-face and mouse-1 binding extends to the first match as before. Also the phrase "matches found" is underlined, presumably because it has the same face as actual matches. Nick