From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Allow compilation-next-error-function to leave code line highlighted until next command is typed Date: Wed, 23 Jun 2004 06:50:30 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <2427-Wed23Jun2004065029+0300-eliz@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1087962931 23559 80.91.224.253 (23 Jun 2004 03:55:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 23 Jun 2004 03:55:31 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jun 23 05:55:23 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bcyr5-0007a8-00 for ; Wed, 23 Jun 2004 05:55:23 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bcyr5-0002hV-00 for ; Wed, 23 Jun 2004 05:55:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BcysQ-0008Js-Kx for emacs-devel@quimby.gnus.org; Tue, 22 Jun 2004 23:56:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BcysA-0008JU-5i for emacs-devel@gnu.org; Tue, 22 Jun 2004 23:56:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bcys7-0008IW-N3 for emacs-devel@gnu.org; Tue, 22 Jun 2004 23:56:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bcys7-0008IT-Kc for emacs-devel@gnu.org; Tue, 22 Jun 2004 23:56:27 -0400 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BcyqO-0000Vt-52 for emacs-devel@gnu.org; Tue, 22 Jun 2004 23:54:40 -0400 Original-Received: from zaretski (pns03-196-36.inter.net.il [80.230.196.36]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id DIK87149; Wed, 23 Jun 2004 06:54:25 +0300 (IDT) Original-To: Francis Litterio X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Francis Litterio on Tue, 22 Jun 2004 15:26:28 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25203 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25203 > Date: Tue, 22 Jun 2004 15:26:28 -0400 > From: Francis Litterio > > +(defcustom compilation-highlight-duration 0.5 > + "*If the value of this variable is a number, it specifies the > +number of seconds that the text highlighted by > +compilation-next-error-function will be highlighted. If the > +value of this variable is not a number (e.g., a symbol, such as > +nil or t), then the text remains highlighted until the next > +command occurs." I think a value of nil should do something more intuitive, like disable highlighting altogether.