emacs-devel
[Top][All Lists]
Advanced

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

Re: window-list


From: Luc Teirlinck
Subject: Re: window-list
Date: Wed, 18 Aug 2004 12:41:18 -0500 (CDT)

Karl Chen wrote:

   There's been a change in window-list that removes available
   functionality: getting the list of windows in canonical order,
   starting with the first window.  This is important functionality
   that I depend on; I don't see any way to get it now through only
   ELisp.

What about:

(window-list frame minibuf (frame-first-window frame))

If FRAME is the selected frame this can be simplified to:

(window-list nil minibuf (frame-first-window))

Or am I misunderstanding the problem?

Sincerely,

Luc.




reply via email to

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