emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Delayed redisplay problem


From: Jorgen Schaefer
Subject: Re: Delayed redisplay problem
Date: Wed, 14 Jun 2006 22:03:48 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Jorgen Schaefer <address@hidden> writes:

> Hi there!
> Since 2006-06-13, my Emacs behaved weirdly using Circe (an IRC
> client). Text inserted due to network activity causes other text
> to be moved, but the new text is not shown. Hitting any key will
> show the text.

A bit more information:

This is on a tty (urxvt). The problem only shows up when the
problematic window is not selected.


I managed to come up with other weird behavior related to the
redisplay changes:


1) Shell buffer delayed update

In a *shell* buffer, do:

while sleep 1 ; do echo Fnord ; echo Frob ; done

This will redisplay about 6 lines at once, instead of two at once
Remember to have a different window selected.


2) Gnus startup weirdness

Do

(global-set-key (kbd "C-z")
  (lambda ()
    (interactive)
    (message "Fnord!")))

and hit C-z while Gnus is starting up. At least for me, messages
in the minibuffer will cause the group display to be messed up,
mostly by keeping the gnu logo displayed. This fixes itself after
a short time.


All of this is fixed by selecting the problematic window.


Regards,
        -- Jorgen

-- 
((email . "address@hidden") (www . "http://www.forcix.cx/";)
 (gpg   . "1024D/028AF63C")   (irc . "nick forcer on IRCnet"))





reply via email to

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