From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Markus Gritsch Newsgroups: gmane.emacs.devel Subject: Re: Delay in highlighting current line Date: Sun, 12 Mar 2006 15:11:33 +0100 Message-ID: <44142C15.6090502@iue.tuwien.ac.at> References: <440E822C.6040503@iue.tuwien.ac.at> <87r758k5wl.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1142172722 3427 80.91.229.2 (12 Mar 2006 14:12:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Mar 2006 14:12:02 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 12 15:11:59 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FIRIT-0008Je-Tz for ged-emacs-devel@m.gmane.org; Sun, 12 Mar 2006 15:11:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FIRIT-0002WQ-Ba for ged-emacs-devel@m.gmane.org; Sun, 12 Mar 2006 09:11:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FIRIE-0002WB-UW for emacs-devel@gnu.org; Sun, 12 Mar 2006 09:11:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FIRIC-0002Vy-TZ for emacs-devel@gnu.org; Sun, 12 Mar 2006 09:11:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FIRIC-0002Vv-Qq for emacs-devel@gnu.org; Sun, 12 Mar 2006 09:11:32 -0500 Original-Received: from [195.3.96.93] (helo=email.aon.at) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FIRLx-0006Et-Iq for emacs-devel@gnu.org; Sun, 12 Mar 2006 09:15:25 -0500 Original-Received: (qmail 30881 invoked from network); 12 Mar 2006 14:11:31 -0000 Original-Received: from m341p031.adsl.highway.telekom.at (HELO [10.0.0.5]) ([62.47.210.159]) (envelope-sender ) by smarthub74.highway.telekom.at (qmail-ldap-1.03) with SMTP for ; 12 Mar 2006 14:11:31 -0000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 X-Accept-Language: en-us, en Original-To: Juri Linkov In-Reply-To: <87r758k5wl.fsf@jurta.org> 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:51522 Archived-At: Juri Linkov wrote: >>Using goto-line in global-hl-line-mode does not immediately highlight the >>line jumped to, but it takes about two seconds before the line >>gets highlighted. Is this a bug or can I customize something to make the >>line highlighted immediately? >> >>Steps to reproduce: >>* start Emacs with -D -Q >>* M-x global-hl-line-mode >>* press a few times to insert some lines >>* M-x goto-line >>* 3 >>-> The cursor jumps to that line, but the line highlighting takes >>2 seconds to appear. > > > This delay is caused by the message: > > You can run the command `goto-line' with M-g g > > whose duration is controlled by `suggest-key-bindings'. When it is 0, > there is no delay. Ah, thank you very much. This solves the problem. Kind regards, Markus