From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Underlining in compile.el Date: Wed, 29 Jun 2005 06:33:42 +0300 Organization: JURTA Message-ID: <87r7ellujx.fsf@jurta.org> References: <17088.28432.470.506291@farnswood.snap.net.nz> <17089.64620.599304.437766@farnswood.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1120017372 11604 80.91.229.2 (29 Jun 2005 03:56:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Jun 2005 03:56:12 +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 05:56:02 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DnTg4-0002sw-7s for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2005 05:55:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnTo2-0000Cf-1l for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2005 00:04:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DnTjz-0006v5-FR for emacs-devel@gnu.org; Tue, 28 Jun 2005 23:59:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DnTjx-0006ty-IP for emacs-devel@gnu.org; Tue, 28 Jun 2005 23:59:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnTiW-00060K-Bs for emacs-devel@gnu.org; Tue, 28 Jun 2005 23:58:28 -0400 Original-Received: from [194.126.101.98] (helo=mail.neti.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DnTSZ-0006lL-QL; Tue, 28 Jun 2005 23:42:00 -0400 Original-Received: from mail.neti.ee (80-235-32-121-dsl.mus.estpak.ee [80.235.32.121]) by Relayhost1.neti.ee (Postfix) with ESMTP id DC8A72F35; Wed, 29 Jun 2005 06:37:15 +0300 (EEST) Original-To: Nick Roberts In-Reply-To: <17089.64620.599304.437766@farnswood.snap.net.nz> (Nick Roberts's message of "Wed, 29 Jun 2005 13:42:04 +1200") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee 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:39853 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39853 > 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. -- Juri Linkov http://www.jurta.org/emacs/