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: martin rudalics
Subject: Re: Make window-list return windows for all frames
Date: Sat, 17 Jun 2023 11:39:43 +0200

> 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.

martin



reply via email to

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