From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: window-list Date: Wed, 18 Aug 2004 14:47:51 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1092854916 901 80.91.224.253 (18 Aug 2004 18:48:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 Aug 2004 18:48:36 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 18 20:48:30 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 1BxVU5-0005wn-00 for ; Wed, 18 Aug 2004 20:48:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BxVYJ-0006OS-3G for ged-emacs-devel@m.gmane.org; Wed, 18 Aug 2004 14:52:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BxVYC-0006ON-Fn for emacs-devel@gnu.org; Wed, 18 Aug 2004 14:52:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BxVYC-0006OB-13 for emacs-devel@gnu.org; Wed, 18 Aug 2004 14:52:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BxVYB-0006O8-TC for emacs-devel@gnu.org; Wed, 18 Aug 2004 14:52:43 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BxVTT-0002sX-M1 for emacs-devel@gnu.org; Wed, 18 Aug 2004 14:47:51 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1BxVTT-0005vF-79; Wed, 18 Aug 2004 14:47:51 -0400 Original-To: quarl+dated+1093194046.34955e@nospam.quarl.org In-reply-to: (message from Karl Chen on Tue, 17 Aug 2004 10:25:20 -0700) 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:26307 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26307 There's been a change in window-list that removes available functionality: What you were using was a bug. getting the list of windows in canonical order, starting with the first window. When you say "the first window", do you mean the one at the top left? If so, (window-list nil nil (frame-first-window)) should do what you want. There is no need for a new feature, and I don't want to add one.