GNU bug report logs - #14616
24.3.50; Excessive cursor movement on non-X Emacs

Previous Next

Package: emacs;

Reported by: Lars Magne Ingebrigtsen <larsi <at> gnus.org>

Date: Fri, 14 Jun 2013 08:02:02 UTC

Severity: normal

Found in version 24.3.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Cc: 14616 <at> debbugs.gnu.org
Subject: bug#14616: 24.3.50; Excessive cursor movement on non-X Emacs
Date: Tue, 30 Jul 2013 19:44:44 +0300
> From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
> Cc: 14616 <at> debbugs.gnu.org
> Date: Tue, 30 Jul 2013 16:47:08 +0200
> 
> Hm...  I've just tried running it under xterm instead of the complicated
> cell phone/ssh thing, and the same excessive thing seems to happen
> there, but here I can see something being updated.  The cursor seems
> like it's being constantly redrawn -- it's "shimmering".

The cursor is not redrawn on a TTY.  What you see is, I believe, an
indication of Emacs constantly redrawing portions of the screen.  That
includes turning cursor off and on and moving it.

> Here's some of the output:
> 
> Breakpoint 3, update_frame_line (f=f <at> entry=0xb7fbe0, vpos=vpos <at> entry=23)
>     at dispnew.c:4755
> 4755	{
> $4554 = 23
> 
> Breakpoint 3, update_frame_line (f=f <at> entry=0xb7fbe0, vpos=24) at dispnew.c:4755
> 4755	{
> $4555 = 24

This says that we are constantly redrawing screen lines 23 and 24
(zero-based), counting from top of the frame.  Can you tell what is
(or was) displayed on those lines?  In particular, are these by chance
the mode line and the echo area, or are those in the text area of some
window?




This bug report was last modified 11 years and 294 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.