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

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

bug#50256: thing-at-mouse


From: Eli Zaretskii
Subject: bug#50256: thing-at-mouse
Date: Wed, 01 Sep 2021 18:59:25 +0300

> Cc: juri@linkov.net, larsi@gnus.org, 50256@debbugs.gnu.org
> From: martin rudalics <rudalics@gmx.at>
> Date: Wed, 1 Sep 2021 16:25:20 +0200
> 
> (progn
>    (with-current-buffer "*Messages*"
>      (goto-char (point-min)))
>    (pop-to-buffer "*Messages*")
>    (with-current-buffer "*scratch*"
>      (pos-visible-in-window-p nil nil t)))
> 
> This reports visibility for the position of point in *scratch* and not
> that of the window point of the selected *Messages* window.

But you've switched to *scratch* in the selected window, so why is
that a problem?





reply via email to

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