emacs-devel
[Top][All Lists]
Advanced

[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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]