emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Assignment of misc packages for emacs


From: Richard Stallman
Subject: Re: Assignment of misc packages for emacs
Date: Thu, 6 Jun 2002 18:45:21 -0600 (MDT)

    How is one supposed to determine the correct frame for the minibuffer?

    Is (window-frame (minibuffer-window)) OK?

(minibuffer-window) will tell you the window that will be used if you
invoke the minibuffer right away.  Likewise, (minibuffer-window) tells
you the window that would be used if you called `message' right now.
However, if you call `minibuffer-window' later on, while the minibuffer
or the echo area message is still visible, you won't necessarily get
the window that it is displayed in.



reply via email to

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