GNU bug report logs - #3276
23.0.93; doc for minibuffer-frame-alist

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Wed, 13 May 2009 22:15:07 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 3276 <at> debbugs.gnu.org, <emacs-pretest-bug <at> gnu.org>
Subject: bug#3276: 23.0.93; doc for minibuffer-frame-alist
Date: Sun, 17 May 2009 15:13:46 -0400
>  Alist of parameters for initial minibuffer frame.
>  You can set this in your init file; for example,
 
>   (setq minibuffer-frame-alist
>         '((top . 1) (left . 1) (width . 80) (height . 2)))
 
>  Parameters specified here supersede the values given in
>  `default-frame-alist', for a minibuffer frame.
 
> But this option is *only* for a standalone minibuffer frame, and such
> a frame must have this frame parameter: (minibuffer . only).  So that
> example is a bad one.

No: the (minibuffer . only) part will be added automatically.
 
> What does "if such a frame is needed" mean here?

If the current terminal doesn't have any minibuffer (all the frame are
minibuffer-less). then a minibuffer-only frame is automatically created
(using the settings in minibuffer-frame-alist).


        Stefan




This bug report was last modified 16 years and 9 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.