[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: |
Thu, 15 Jun 2023 16:04:53 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Gregory Heytings <gregory@heytings.org> writes:
>>
>> I was a bit surprised to discover there is no built-in option in window-list
>> or elsewhere as far as I can see to get all windows for all frames,
>>
>
> Doesn't (window-list-1 nil nil t) do what you want?
Indeed it does, I was a bit blind there. I usually consider those functions
with names ending in -1 as internal to implementation, so I haven't even looked
there, so I missed that one is actually exposed to lisp.
Now question is, as pointed in answer to Eli, why should window-list not have
same semantics as the rest, since both get-buffer-window, and window-list-1, it
makes the API a bit assymetric and arcane, when its already there and costs
basically nothing.
- Re: Make window-list return windows for all frames, (continued)
- 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, 2023/06/18
- 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: [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
- Re: Make window-list return windows for all frames,
Arthur Miller <=
Re: Make window-list return windows for all frames, Po Lu, 2023/06/15