GNU bug report logs -
#1077
23.0.60; x-create-frame: (wrong-type-argument number-or-marker-p nil)
Previous Next
Reported by: "Drew Adams" <drew.adams <at> oracle.com>
Date: Fri, 3 Oct 2008 17:30:02 UTC
Severity: normal
Tags: moreinfo
Merged with 670
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #192 received at 1077 <at> debbugs.gnu.org (full text, mbox):
Resending. This reply of mine bounced for some reason.
-----Original Message-----
From: Drew Adams Sent: Tuesday, November 30, 2010 11:20 AM
To: 'Eli Zaretskii' Cc: rudalics <at> gmx.at; 1077 <at> debbugs.gnu.org
Subject: RE: bug#1077: 23.0.60; x-create-frame: (wrong-type-argument
number-or-marker-p nil)
> It's not the design. Simply, no one bothered to solve the
> difficulties that are related to having menu bars in minibuffer-only
> frames. The function set_menu_bar_lines, which handles changes in the
> menu-bar-lines frame parameter, has this fragment right at its
> beginning:
>
> /* Right now, menu bars don't work properly in minibuf-only frames;
> most of the commands try to apply themselves to the minibuffer
> frame itself, and get an error because you can't switch buffers
> in or split the minibuffer window. */
> if (FRAME_MINIBUF_ONLY_P (f))
> return;
>
> So it simply punts for minibuffer-only frames.
OK, so it sounds like a bug or missing feature, rather than a design
limitation/choice. Can we please add fixing this to the TODO list? (I'm
assuming it will not be fixed as part of the fix for this bug.)
This bug report was last modified 14 years and 225 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.