emacs-devel
[Top][All Lists]
Advanced

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

Re: Make window-list return windows for all frames


From: Eli Zaretskii
Subject: Re: Make window-list return windows for all frames
Date: Sat, 17 Jun 2023 13:42:30 +0300

> Date: Sat, 17 Jun 2023 11:39:43 +0200
> Cc: arthur.miller@live.com, gregory@heytings.org, emacs-devel@gnu.org
> From: martin rudalics <rudalics@gmx.at>
> 
>  > Thanks.  then I guess we can install (on master) the patch which makes
>  > window-list accept t as the FRAME argument.
> 
> I haven't seen the patch but I suppose that all it has to do is to skip
> the
> 
>    if (!EQ (frame, XWINDOW (window)->frame))
>      error ("Window is on a different frame");
> 
> check when FRAME is not a live frame.

That, and a suitable change to the doc string, yes.



reply via email to

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