[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pop-to-buffer does not change input focus
From: |
Lars Hansen |
Subject: |
Re: pop-to-buffer does not change input focus |
Date: |
Sat, 22 Apr 2006 00:51:17 +0200 |
User-agent: |
Debian Thunderbird 1.0.2 (X11/20051002) |
Stefan Monnier wrote:
>I think this is all OK: display-buffer is not supposed to select the
>corresponding window/frame.
>But in Fpop_to_buffer, we call Fselect_window on the window just displayed
>by Fdisplay_buffer and *that* should cause the input focus to be set.
>
>
Ok, I was on a wrong track.
My test verifies that Fselect_window does not set the input focus.