Mercurial > hg > xemacs-beta
comparison man/lispref/frames.texi @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 05472e90ae02 |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
606 | 606 |
607 Normally, each frame has its own minibuffer window at the bottom, which | 607 Normally, each frame has its own minibuffer window at the bottom, which |
608 is used whenever that frame is selected. If the frame has a minibuffer, | 608 is used whenever that frame is selected. If the frame has a minibuffer, |
609 you can get it with @code{minibuffer-window} (@pxref{Minibuffer Misc}). | 609 you can get it with @code{minibuffer-window} (@pxref{Minibuffer Misc}). |
610 | 610 |
611 However, you can also create a frame with no minibuffer (this is not | 611 However, you can also create a frame with no minibuffer. Such a frame |
612 implemented as of 19.13, but will be in 19.14). Such a frame must use | 612 must use the minibuffer window of some other frame. When you create the |
613 the minibuffer window of some other frame. When you create the frame, | 613 frame, you can specify explicitly the minibuffer window to use (in some |
614 you can specify explicitly the minibuffer window to use (in some other | 614 other frame). If you don't, then the minibuffer is found in the frame |
615 frame). If you don't, then the minibuffer is found in the frame which is | 615 which is the value of the variable @code{default-minibuffer-frame}. Its |
616 the value of the variable @code{default-minibuffer-frame}. Its value | 616 value should be a frame which does have a minibuffer. |
617 should be a frame which does have a minibuffer. | |
618 | 617 |
619 @ignore Not yet in XEmacs | 618 @ignore Not yet in XEmacs |
620 If you use a minibuffer-only frame, you might want that frame to raise | 619 If you use a minibuffer-only frame, you might want that frame to raise |
621 when you enter the minibuffer. If so, set the variable | 620 when you enter the minibuffer. If so, set the variable |
622 @code{minibuffer-auto-raise} to @code{t}. @xref{Raising and Lowering}. | 621 @code{minibuffer-auto-raise} to @code{t}. @xref{Raising and Lowering}. |