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: Markus Gritsch
Subject: Re: Delay in highlighting current line
Date: Sun, 12 Mar 2006 15:11:33 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511

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 <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.

Ah, thank you very much.  This solves the problem.

Kind regards,
Markus




reply via email to

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