emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Delay in highlighting current line


From: Juri Linkov
Subject: Re: Delay in highlighting current line
Date: Sun, 12 Mar 2006 00:08:47 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

> 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 <RET>
> * press <RET> a few times to insert some lines
> * M-x goto-line <RET>
> * 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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]