[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.
- Re: Emacs-26.0.91: switch-to-buffer-other-window runs too slowly (about 0.1s), (continued)
- Re: Emacs-26.0.91: switch-to-buffer-other-window runs too slowly (about 0.1s), Eli Zaretskii, 2018/03/26
- Re: Emacs-26.0.91: switch-to-buffer-other-window runs too slowly (about 0.1s), martin rudalics, 2018/03/26
- Re: Emacs-26.0.91: switch-to-buffer-other-window runs too slowly (about 0.1s), Eli Zaretskii, 2018/03/26
- Re: Emacs-26.0.91: switch-to-buffer-other-window runs too slowly (about 0.1s), martin rudalics, 2018/03/27
- Re: Emacs-26.0.91: switch-to-buffer-other-window runs too slowly (about 0.1s), Eli Zaretskii, 2018/03/29
- Re: Emacs-26.0.91: switch-to-buffer-other-window runs too slowly (about 0.1s), Noam Postavsky, 2018/03/29
- Re: Emacs-26.0.91: switch-to-buffer-other-window runs too slowly (about 0.1s), Noam Postavsky, 2018/03/29
- Re: Emacs-26.0.91: switch-to-buffer-other-window runs too slowly (about 0.1s), Eli Zaretskii, 2018/03/30
- Re: Emacs-26.0.91: switch-to-buffer-other-window runs too slowly (about 0.1s), Stefan Monnier, 2018/03/26
- Re: Emacs-26.0.91: switch-to-buffer-other-window runs too slowly (about 0.1s), martin rudalics, 2018/03/26
- Re: Emacs-26.0.91: switch-to-buffer-other-window runs too slowly (about 0.1s),
Eli Zaretskii <=
- Re: Emacs-26.0.91: switch-to-buffer-other-window runs too slowly (about 0.1s), Stefan Monnier, 2018/03/26
- Re: Emacs-26.0.91: switch-to-buffer-other-window runs too slowly (about 0.1s), martin rudalics, 2018/03/27
- Re: Emacs-26.0.91: switch-to-buffer-other-window runs too slowly (about 0.1s), Stefan Monnier, 2018/03/27
- Re: Emacs-26.0.91: switch-to-buffer-other-window runs too slowly (about 0.1s), Eli Zaretskii, 2018/03/29
- Re: Emacs-26.0.91: switch-to-buffer-other-window runs too slowly (about 0.1s), martin rudalics, 2018/03/26