GNU bug report logs - #43997
26.3; Be able to have a mode-line for a standalone minibuffer frame

Previous Next

Package: emacs;

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

Date: Wed, 14 Oct 2020 21:20:02 UTC

Severity: wishlist

Found in version 26.3

To reply to this bug, email your comments to 43997 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#43997; Package emacs. (Wed, 14 Oct 2020 21:20:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Drew Adams <drew.adams <at> oracle.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 14 Oct 2020 21:20:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 26.3; Be able to have a mode-line for a standalone minibuffer frame
Date: Wed, 14 Oct 2020 14:19:33 -0700 (PDT)
Be able to have a mode-line for a standalone minibuffer frame.

Presumably this should be covered by the (undocumented) frame parameter
`modeline'.  But it seems that if you set its value to t for a
minibuffer-only frame, the parameter value ends up nil anyway.

You can set lots of frame parameters for a standalone minibuffer frame,
but apparently not this one.  Not even if you set it from the outset,
for `minibuffer-frame-alist'.


In GNU Emacs 26.3 (build 1, x86_64-w64-mingw32)
 of 2019-08-29
Repository revision: 96dd0196c28bc36779584e47fffcca433c9309cd
Windowing system distributor `Microsoft Corp.', version 10.0.18362
Configured using:
 `configure --without-dbus --host=x86_64-w64-mingw32
 --without-compress-install 'CFLAGS=-O2 -static -g3''




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#43997; Package emacs. (Thu, 15 Oct 2020 13:48:02 GMT) Full text and rfc822 format available.

Message #8 received at 43997 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 43997 <at> debbugs.gnu.org
Subject: Re: bug#43997: 26.3;
 Be able to have a mode-line for a standalone minibuffer frame
Date: Thu, 15 Oct 2020 16:47:11 +0300
> Date: Wed, 14 Oct 2020 14:19:33 -0700 (PDT)
> From: Drew Adams <drew.adams <at> oracle.com>
> 
> Presumably this should be covered by the (undocumented) frame parameter
> `modeline'.  But it seems that if you set its value to t for a
> minibuffer-only frame, the parameter value ends up nil anyway.

Yes, you cannot set that parameter, because it doesn't really exist.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#43997; Package emacs. (Thu, 15 Oct 2020 15:29:01 GMT) Full text and rfc822 format available.

Message #11 received at 43997 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Eli Zaretskii <eliz <at> gnu.org>, Drew Adams <drew.adams <at> oracle.com>
Cc: 43997 <at> debbugs.gnu.org
Subject: RE: bug#43997: 26.3; Be able to have a mode-line for a standalone
 minibuffer frame
Date: Thu, 15 Oct 2020 08:25:39 -0700 (PDT)
> > Presumably this should be covered by the (undocumented) frame parameter
> > `modeline'.  But it seems that if you set its value to t for a
> > minibuffer-only frame, the parameter value ends up nil anyway.
> 
> Yes, you cannot set that parameter, because it doesn't really exist.

Aside from the parameter, which misleads, the enhancement
request remains: to be able to have a mode-line for a
standalone minibuffer frame.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#43997; Package emacs. (Sun, 06 Jun 2021 10:46:01 GMT) Full text and rfc822 format available.

Message #14 received at 43997 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 43997 <at> debbugs.gnu.org
Subject: Re: bug#43997: 26.3; Be able to have a mode-line for a standalone
 minibuffer frame
Date: Sun, 06 Jun 2021 12:45:27 +0200
Drew Adams <drew.adams <at> oracle.com> writes:

> Be able to have a mode-line for a standalone minibuffer frame.

I'm not sure I understand the utility of this -- putting a mode line on
a standalone minibuffer frame doesn't seem very useful.  Can you explain
why you'd like to see this?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sun, 06 Jun 2021 10:46:01 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#43997; Package emacs. (Sun, 06 Jun 2021 15:36:01 GMT) Full text and rfc822 format available.

Message #19 received at 43997 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: "43997 <at> debbugs.gnu.org" <43997 <at> debbugs.gnu.org>
Subject: RE: [External] : Re: bug#43997: 26.3; Be able to have a mode-line for
 a standalone minibuffer frame
Date: Sun, 6 Jun 2021 15:35:06 +0000
> > Be able to have a mode-line for a standalone minibuffer frame.
> 
> I'm not sure I understand the utility of this -- putting a mode line on
> a standalone minibuffer frame doesn't seem very useful.  Can you explain
> why you'd like to see this?

Be able to use that mode-line for whatever info one
wants.  In particular, info that's relevant to the
current state of the minibuffer.  (And no, things
like `minibuffer-message' are no substitute.)

There are plenty of (standard, predefined) frame
parameters that this or that user might never use
or see used.  I don't show the fringe or the tool
bar, for example, and innumerable users don't show
the menu-bar.  

Why should users of a standalone minibuffer frame
not be able to use this potential information area?

You don't use a standalone minibuffer frame, I
assume.  Perhaps you don't understand the utility
of that either.  Why not take the word of someone
who does use it and does understand its utility?
Letting it be able to show a mode-line would
increase its utility.




Removed tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 05 Jul 2021 15:19:02 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 345 days ago.

Previous Next


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