[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Rename `mini-' options
From: |
Juanma Barranquero |
Subject: |
Re: Rename `mini-' options |
Date: |
Sat, 16 May 2009 04:22:24 +0200 |
On Sat, May 16, 2009 at 04:11, Drew Adams <address@hidden> wrote:
> The minibuffer and the echo area share the same screen real
> estate. But it's not a window - "window" means something specific in Emacs.
Why not?
-- Function: window-tree &optional frame
This function returns the window tree for frame FRAME. If FRAME
is omitted, the selected frame is used.
The return value is a list of the form `(ROOT MINI)', where ROOT
represents the window tree of the frame's root window, and MINI is
the frame's minibuffer window.
Or are you saying that "the frame's minibuffer window" does not mean
that it is a window?
ELISP> (window-tree)
(#<window 13 on *ielm*> #<window 4 on *Minibuf-0*>)
ELISP> (windowp (cadr (window-tree)))
t
Juanma
- Rename `mini-' options, Drew Adams, 2009/05/15
- RE: Rename `mini-' options, Davis Herring, 2009/05/15
- RE: Rename `mini-' options, Drew Adams, 2009/05/15
- Re: Rename `mini-' options,
Juanma Barranquero <=
- RE: Rename `mini-' options, Drew Adams, 2009/05/15
- Re: Rename `mini-' options, Juanma Barranquero, 2009/05/15
- RE: Rename `mini-' options, Drew Adams, 2009/05/16
- Re: Rename `mini-' options, Eli Zaretskii, 2009/05/16
- RE: Rename `mini-' options, Drew Adams, 2009/05/16
- Re: Rename `mini-' options, Juanma Barranquero, 2009/05/16
- Re: Rename `mini-' options, Stephen J. Turnbull, 2009/05/16
- Re: Rename `mini-' options, Miles Bader, 2009/05/16
- RE: Rename `mini-' options, Drew Adams, 2009/05/16
- Re: Rename `mini-' options, Miles Bader, 2009/05/16