From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Karl Chen Newsgroups: gmane.emacs.devel Subject: Re: window-list Date: Fri, 20 Aug 2004 14:04:39 -0700 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <200408181803.i7II3eo23397@raven.dms.auburn.edu> Reply-To: quarl+dated+1093467834.aef62f@nospam.quarl.org NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1093035912 29716 80.91.224.253 (20 Aug 2004 21:05:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Aug 2004 21:05:12 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 20 23:05:01 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 1ByGZI-0003EM-00 for ; Fri, 20 Aug 2004 23:05:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ByGdc-00032K-Rc for ged-emacs-devel@m.gmane.org; Fri, 20 Aug 2004 17:09:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1ByGdU-00031x-RH for emacs-devel@gnu.org; Fri, 20 Aug 2004 17:09:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1ByGdT-00031h-JI for emacs-devel@gnu.org; Fri, 20 Aug 2004 17:09:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ByGdT-00031d-DV for emacs-devel@gnu.org; Fri, 20 Aug 2004 17:09:19 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ByGZ2-0000XG-NO for emacs-devel@gnu.org; Fri, 20 Aug 2004 17:04:44 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1ByGZ1-0001EU-00 for ; Fri, 20 Aug 2004 23:04:43 +0200 Original-Received: from hkn.eecs.berkeley.edu ([128.32.47.228]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Aug 2004 23:04:43 +0200 Original-Received: from quarl by hkn.eecs.berkeley.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Aug 2004 23:04:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 17 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: hkn.eecs.berkeley.edu X-Quack-Archive: 1 Gmane-From: 1 User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:JPueGPiskY51pJEw3h2xGvJIuM4= 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:26351 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26351 >>>>> "rms" == Richard Stallman writes: rms> >> (window-list frame minibuf (frame-first-window frame)) rms> Would it be an idea to mention that in the manual? rms> rms> I don't think we need to clutter the manual by rms> documenting erroneous behavior that has been fixed. The rms> behavior of the function now agrees with its rms> documentation, so if anyone sees an incorrect use of it, rms> he will know how to fix it. rms> How about cluttering NEWS then? -- Karl 2004-08-20 14:03