emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs-26.0.91: switch-to-buffer-other-window runs too slowly (about


From: Eli Zaretskii
Subject: Re: Emacs-26.0.91: switch-to-buffer-other-window runs too slowly (about 0.1s)
Date: Tue, 27 Mar 2018 05:45:50 +0300

> From: Stefan Monnier <address@hidden>
> Cc: Eli Zaretskii <address@hidden>, address@hidden
> Date: Mon, 26 Mar 2018 16:09:07 -0400
> 
> IOW I think that in window--maybe-raise-frame
> 
>               ;; Assume the selected frame is already visible enough.
>             (eq frame (selected-frame))
> 
> should apply not just to raise-frame but also to make-frame-visible.

Is it impossible to make , say, iconified frame the selected one?

In any case, I think the basic problem here is that with some window
managers it takes time for a frame to actually become visible on the
screen, and the waiting loop in question is meant to make sure the
frame is really visible.



reply via email to

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