[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Make window-list return windows for all frames
From: |
Arthur Miller |
Subject: |
Re: Make window-list return windows for all frames |
Date: |
Sun, 18 Jun 2023 15:36:11 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Eli Zaretskii <eliz@gnu.org> writes:
>> 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.
That was basically what patch did, minus that I seem to messed up with some
formatting as pointed by Po (thanks Po).
I have got idea to make a few ert tests too, so I'll resend patch when done.
Thanks for the input from all, it was cool to hear a bit of history from Martin,
and I learned quite about window function by Gregory :).
- Re: Make window-list return windows for all frames, (continued)
- Re: Make window-list return windows for all frames, Arthur Miller, 2023/06/15
- Re: Make window-list return windows for all frames, Eli Zaretskii, 2023/06/15
- Re: Make window-list return windows for all frames, Arthur Miller, 2023/06/16
- Re: Make window-list return windows for all frames, Gregory Heytings, 2023/06/16
- Re: Make window-list return windows for all frames, Arthur Miller, 2023/06/16
- Re: Make window-list return windows for all frames, Eli Zaretskii, 2023/06/16
- Re: Make window-list return windows for all frames, martin rudalics, 2023/06/16
- Re: Make window-list return windows for all frames, Eli Zaretskii, 2023/06/17
- Re: Make window-list return windows for all frames, martin rudalics, 2023/06/17
- Re: Make window-list return windows for all frames, Eli Zaretskii, 2023/06/17
- Re: Make window-list return windows for all frames,
Arthur Miller <=
- Re: Make window-list return windows for all frames, Arthur Miller, 2023/06/19
- Re: Make window-list return windows for all frames, martin rudalics, 2023/06/20
- Re: Make window-list return windows for all frames, Arthur Miller, 2023/06/27
- RE: [External] : Re: Make window-list return windows for all frames, Drew Adams, 2023/06/15
- Re: [External] : Re: Make window-list return windows for all frames, Arthur Miller, 2023/06/16
- Re: Make window-list return windows for all frames, Gregory Heytings, 2023/06/15