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

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

bug#2212: (23.0.90; excessive redisplay


From: Marshall, Simon
Subject: bug#2212: (23.0.90; excessive redisplay
Date: Tue, 10 Mar 2009 10:59:27 -0000

This still occurs in 23.0.91 and I've finally got some time to put
together a simple test case.

Replace your ~/.emacs with:

(setq inhibit-startup-screen t)
(setq default-frame-alist '((minibuffer . nil)))
(setq initial-frame-alist '((minibuffer . nil)))
(setq minibuffer-frame-alist '((reverse . t)))

And start emacs.  You will see a frame with *scratch* and a (probably
large) reverse-video minibuffer frame.

In *scratch*, type C-x d.  I see repeated redrawing of parts of the
current and minibuffer frames and their cursors, as if the focus is
being repeatedly switched between the two frames, before the Dired
prompt comes up.  (This repeated redrawing also occurs if I just switch
focus between the 2 frames by moving my mouse between them - my WM has
focus-follows-mouse.)

Type the prefix of a directory name in the current directory, eg, "ema",
and then hit TAB to complete it to, eg, "emacs-23.0.91".  Again there is
a delay before completion while focus is repeatedly switched between the
two frames.

This effect is more noticeable (and unfortunately very annoying) if
there are multiple frames open.  C-g out of Dired and type C-x 5 2 a few
times to create a stack of frames.  In one of them, type C-x d again.  I
see repeated redrawing of all of the frames, in turn, before the prompt
appears in the minibuffer.

Simon.


"Misys" is the trade name for Misys plc (registered in England and Wales). 
Registration Number: 01360027. Registered office: One Kingdom Street, London W2 
6BL, United Kingdom. For a list of Misys group operating companies please go to 
http://www.misys.com/corp/About_Us/misys_operating_companies.html. This email 
and any attachments have been scanned for known viruses using multiple 
scanners. This email message is intended for the named recipient only. It may 
be privileged and/or confidential. If you are not the named recipient of this 
email please notify us immediately and do not copy it or use it for any 
purpose, nor disclose its contents to any other person. This email does not 
constitute the commencement of legal relations between you and Misys plc. 
Please refer to the executed contract between you and the relevant member of 
the Misys group for the identity of the contracting party with which you are 
dealing. 






reply via email to

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