GNU bug report logs -
#16923
24.3.50; reression: `set-frame-size' loses mode line
Previous Next
Reported by: Drew Adams <drew.adams <at> oracle.com>
Date: Sun, 2 Mar 2014 20:06:02 UTC
Severity: normal
Tags: moreinfo
Found in version 24.3.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #47 received at 16923 <at> debbugs.gnu.org (full text, mbox):
On Wed, Mar 5, 2014 at 4:43 PM, Drew Adams <drew.adams <at> oracle.com> wrote:
> I tried to give the (single-window) frame a minibuffer but was
> unsuccessful. I tried both
> M-: (set-frame-parameter nil 'minibuffer t) and
> M-: (modify-frame-parameters nil '((minibuffer . t))).
>
> Neither had any effect: the value of parameter `minibuffer' remained
> nil. (Am I missing something here? Is that another bug?)
AFAIK, you cannot change a frame's minibuffer state once it has been
created. It's not very clearly documented, or I couldn't find it, but
at least info node "(elisp)Minibuffers and Frames" tells
However, you can also create a frame with no minibuffer. Such a
frame must use the minibuffer window of some other frame. When you
create the frame, you can explicitly specify the minibuffer window to
use (in some other frame). If you don't, then the minibuffer is found
in the frame which is the value of the variable
`default-minibuffer-frame'. Its value should be a frame that does have
a minibuffer.
and no reference is done to changing it afterwards.
This bug report was last modified 5 years and 340 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.