From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: window-list Date: Sat, 21 Aug 2004 12:00:03 -0500 (CDT) Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <200408211700.i7LH03J05817@raven.dms.auburn.edu> References: <200408181803.i7II3eo23397@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1093107660 25489 80.91.224.253 (21 Aug 2004 17:01:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Aug 2004 17:01:00 +0000 (UTC) Cc: quarl+dated+1093467834.aef62f@nospam.quarl.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 21 19:00:51 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ByZEZ-00046K-00 for ; Sat, 21 Aug 2004 19:00:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ByZIw-0008Ci-00 for ged-emacs-devel@m.gmane.org; Sat, 21 Aug 2004 13:05:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1ByZIj-0008Cd-S2 for emacs-devel@gnu.org; Sat, 21 Aug 2004 13:05:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1ByZIi-0008CR-Ea for emacs-devel@gnu.org; Sat, 21 Aug 2004 13:05:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ByZIi-0008CO-5K for emacs-devel@gnu.org; Sat, 21 Aug 2004 13:05:08 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ByZED-0000aW-9z; Sat, 21 Aug 2004 13:00:29 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i7LH0SuE015659; Sat, 21 Aug 2004 12:00:28 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i7LH03J05817; Sat, 21 Aug 2004 12:00:03 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Sat, 21 Aug 2004 12:50:05 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26375 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26375 Richard Stallman wrote (in response to Karl Chen): How about cluttering NEWS then? Ok, I guess. Cluttering NEWS with _what_ exactly? The behavior of `window-list' _is_ already documented in the NEWS: ** The new function `window-list' has been defined - Function: window-list &optional FRAME WINDOW MINIBUF Return a list of windows on FRAME, starting with WINDOW. FRAME nil or omitted means use the selected frame. WINDOW nil or omitted means use the selected window. MINIBUF t means include the minibuffer window, even if it isn't active. MINIBUF nil or omitted means include the minibuffer window only if it's active. MINIBUF neither nil nor t means never include the minibuffer window. Sincerely, Luc.