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: Delay in highlighting current line Date: Sun, 12 Mar 2006 00:08:47 +0200 Organization: JURTA Message-ID: <87r758k5wl.fsf@jurta.org> References: <440E822C.6040503@iue.tuwien.ac.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1142116658 697 80.91.229.2 (11 Mar 2006 22:37:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 11 Mar 2006 22:37:38 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 11 23:37:35 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 1FICiH-0001ku-Po for ged-emacs-devel@m.gmane.org; Sat, 11 Mar 2006 23:37:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FICiH-0002Bb-9V for ged-emacs-devel@m.gmane.org; Sat, 11 Mar 2006 17:37:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FICh7-0001er-Ox for emacs-devel@gnu.org; Sat, 11 Mar 2006 17:36:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FICh5-0001dn-OH for emacs-devel@gnu.org; Sat, 11 Mar 2006 17:36:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FICh5-0001di-Hr for emacs-devel@gnu.org; Sat, 11 Mar 2006 17:36:15 -0500 Original-Received: from [194.126.101.111] (helo=mail.neti.ee) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FICkh-0006a3-7r for emacs-devel@gnu.org; Sat, 11 Mar 2006 17:39:59 -0500 Original-Received: from mail.neti.ee (80-235-46-190-dsl.mus.estpak.ee [80.235.46.190]) by Relayhost2.neti.ee (Postfix) with ESMTP id BA7C7F1E6; Sun, 12 Mar 2006 00:36:13 +0200 (EET) Original-To: Markus Gritsch In-Reply-To: <440E822C.6040503@iue.tuwien.ac.at> (Markus Gritsch's message of "Wed, 08 Mar 2006 08:05:16 +0100") 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:51491 Archived-At: > 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. -- Juri Linkov http://www.jurta.org/emacs/