[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Make window-list return windows for all frames
From: |
Po Lu |
Subject: |
Re: Make window-list return windows for all frames |
Date: |
Thu, 15 Jun 2023 21:50:32 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Arthur Miller <arthur.miller@live.com> writes:
> @var{frame}. If @var{frame} is omitted or @code{nil}, it defaults to
> -the selected frame (@pxref{Input Focus}).
> +the selected frame (@pxref{Input Focus}). If @var{frame} is @code{t},
> +the list of windows for all frames is returned.
``If FRAME is T, return a list of live windows on all frames.''
> - doc: /* Return a list of windows on FRAME, starting with WINDOW.
> +DEFUN ("window-list", Fwindow_list, Swindow_list, 0, 3, 0, doc
> + : /* Return a list of windows on FRAME, starting with WINDOW.
> FRAME nil or omitted means use the selected frame.
Don't wrap `doc' like this. It probably interferes with make-docfile.
Thanks for working on Emacs.
Re: Make window-list return windows for all frames, Gregory Heytings, 2023/06/15
Re: Make window-list return windows for all frames,
Po Lu <=