all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Luc Teirlinck <teirllm@dms.auburn.edu>
Cc: emacs-devel@gnu.org
Subject: Re: window-list
Date: Wed, 18 Aug 2004 12:41:18 -0500 (CDT)	[thread overview]
Message-ID: <200408181741.i7IHfIq23226@raven.dms.auburn.edu> (raw)
In-Reply-To: <quack.20040817T1025.j5hdr1k77j@hkn.eecs.berkeley.edu> (message from Karl Chen on Tue, 17 Aug 2004 10:25:20 -0700)

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.

  parent reply	other threads:[~2004-08-18 17:41 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-17 17:25 window-list Karl Chen
2004-08-18 10:39 ` window-list Kim F. Storm
2004-08-18 18:03   ` window-list Luc Teirlinck
2004-08-19  9:50     ` window-list Kim F. Storm
2004-08-20  4:49       ` window-list Richard Stallman
2004-08-20 21:04         ` window-list Karl Chen
2004-08-21 16:50           ` window-list Richard Stallman
2004-08-21 17:00             ` window-list Luc Teirlinck
2004-08-18 17:41 ` Luc Teirlinck [this message]
2004-08-18 20:18   ` window-list Karl Chen
2004-08-18 18:47 ` window-list Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200408181741.i7IHfIq23226@raven.dms.auburn.edu \
    --to=teirllm@dms.auburn.edu \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.