comparison etc/NEWS @ 39179:d0b29a3ee609

some-window -> get-window-with-predicate.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 07 Sep 2001 11:37:11 +0000
parents 64e39b9789cc
children 34e0c37a5809
comparison
equal deleted inserted replaced
39178:fc01deed8677 39179:d0b29a3ee609
2616 even if it isn't active. MINIBUF nil or omitted means include the 2616 even if it isn't active. MINIBUF nil or omitted means include the
2617 minibuffer window only if it's active. MINIBUF neither nil nor t 2617 minibuffer window only if it's active. MINIBUF neither nil nor t
2618 means never include the minibuffer window. 2618 means never include the minibuffer window.
2619 2619
2620 +++ 2620 +++
2621 ** There's a new function `some-window' defined as follows 2621 ** There's a new function `get-window-with-predicate' defined as follows
2622 2622
2623 - Function: some-window PREDICATE &optional MINIBUF ALL-FRAMES DEFAULT 2623 - Function: get-window-with-predicate PREDICATE &optional MINIBUF ALL-FRAMES DEFAULT
2624 2624
2625 Return a window satisfying PREDICATE. 2625 Return a window satisfying PREDICATE.
2626 2626
2627 This function cycles through all visible windows using `walk-windows', 2627 This function cycles through all visible windows using `walk-windows',
2628 calling PREDICATE on each one. PREDICATE is called with a window as 2628 calling PREDICATE on each one. PREDICATE is called with a window as