GNU bug report logs -
#64597
mode-line tool inaccessible when window width is small
Previous Next
Reported by: uzibalqa <uzibalqa <at> proton.me>
Date: Thu, 13 Jul 2023 15:17:02 UTC
Severity: normal
Tags: notabug, wontfix
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64597 in the body.
You can then email your comments to 64597 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#64597
; Package
emacs
.
(Thu, 13 Jul 2023 15:17:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
uzibalqa <uzibalqa <at> proton.me>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Thu, 13 Jul 2023 15:17:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
When a window is reduced in size I find no way to be able to use the mode-line tools.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#64597
; Package
emacs
.
(Thu, 13 Jul 2023 15:57:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 64597 <at> debbugs.gnu.org (full text, mbox):
> Date: Thu, 13 Jul 2023 15:15:58 +0000
> From: uzibalqa via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>
>
> When a window is reduced in size I find no way to be able to use the mode-line tools.
What do you mean by "mode-line tools", and how short does the
mode-line have to be in order to see the problems you see?
IOW, please provide a complete recipe to reproduce this problem,
starting from "emacs -Q", so that the problem and the way to reproduce
it will be clear.
Thanks.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#64597
; Package
emacs
.
(Fri, 14 Jul 2023 21:26:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 64597 <at> debbugs.gnu.org (full text, mbox):
------- Original Message -------
On Friday, July 14th, 2023 at 3:56 AM, Eli Zaretskii <eliz <at> gnu.org> wrote:
> > Date: Thu, 13 Jul 2023 15:15:58 +0000
> > From: uzibalqa via "Bug reports for GNU Emacs,
> > the Swiss army knife of text editors" bug-gnu-emacs <at> gnu.org
> >
> > When a window is reduced in size I find no way to be able to use the mode-line tools.
>
>
> What do you mean by "mode-line tools", and how short does the
> mode-line have to be in order to see the problems you see?
>
> IOW, please provide a complete recipe to reproduce this problem,
> starting from "emacs -Q", so that the problem and the way to reproduce
> it will be clear.
>
> Thanks.
Suppose I have a bunch of self-defined minor modes displayed in the modeline,
where the lighters have the capability of showing menus (e.g. Outl).
Now, consider I need an accessible modeline (i.e. one with big font and bold weight).
Reducing the frame or window width makes the lighters at the far end of the modeline
inaccessible for use.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#64597
; Package
emacs
.
(Sat, 15 Jul 2023 06:01:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 64597 <at> debbugs.gnu.org (full text, mbox):
tags 64597 notabug wontfix
thanks
> Date: Fri, 14 Jul 2023 21:25:29 +0000
> From: uzibalqa <uzibalqa <at> proton.me>
> Cc: 64597 <at> debbugs.gnu.org
>
> > > When a window is reduced in size I find no way to be able to use the mode-line tools.
> >
> >
> > What do you mean by "mode-line tools", and how short does the
> > mode-line have to be in order to see the problems you see?
> >
> > IOW, please provide a complete recipe to reproduce this problem,
> > starting from "emacs -Q", so that the problem and the way to reproduce
> > it will be clear.
> >
> > Thanks.
>
> Suppose I have a bunch of self-defined minor modes displayed in the modeline,
> where the lighters have the capability of showing menus (e.g. Outl).
>
> Now, consider I need an accessible modeline (i.e. one with big font and bold weight).
> Reducing the frame or window width makes the lighters at the far end of the modeline
> inaccessible for use.
You can try setting mode-line-compact non-nil. If even that doesn't
solve your problem because you make your frames too narrow, or have
too many minor mode lighters active at the same time, then there's
nothing else Emacs can do: the fact that the mode line is a single
screen line is currently a hard restriction in the design of the Emacs
display, and so extra mode-line elements are truncated on display.
Added tag(s) wontfix and notabug.
Request was from
Eli Zaretskii <eliz <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Sat, 15 Jul 2023 06:01:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#64597
; Package
emacs
.
(Sat, 15 Jul 2023 11:24:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 64597 <at> debbugs.gnu.org (full text, mbox):
------- Original Message -------
On Saturday, July 15th, 2023 at 6:00 PM, Eli Zaretskii <eliz <at> gnu.org> wrote:
> tags 64597 notabug wontfix
> thanks
>
> > Date: Fri, 14 Jul 2023 21:25:29 +0000
> > From: uzibalqa uzibalqa <at> proton.me
> > Cc: 64597 <at> debbugs.gnu.org
> >
> > > > When a window is reduced in size I find no way to be able to use the mode-line tools.
> > >
> > > What do you mean by "mode-line tools", and how short does the
> > > mode-line have to be in order to see the problems you see?
> > >
> > > IOW, please provide a complete recipe to reproduce this problem,
> > > starting from "emacs -Q", so that the problem and the way to reproduce
> > > it will be clear.
> > >
> > > Thanks.
> >
> > Suppose I have a bunch of self-defined minor modes displayed in the modeline,
> > where the lighters have the capability of showing menus (e.g. Outl).
> >
> > Now, consider I need an accessible modeline (i.e. one with big font and bold weight).
> > Reducing the frame or window width makes the lighters at the far end of the modeline
> > inaccessible for use.
>
>
> You can try setting mode-line-compact non-nil. If even that doesn't
> solve your problem because you make your frames too narrow, or have
> too many minor mode lighters active at the same time, then there's
> nothing else Emacs can do: the fact that the mode line is a single
> screen line is currently a hard restriction in the design of the Emacs
> display, and so extra mode-line elements are truncated on display.
The compact setting replaces multiple spaces with a single space. It does
not really solve the problem.
Wontfix is not a good decision. Changes window sizes is a very common
occurrence. Having a hard restriction on the mode-line is quite bad design
to continue working with. Especially when package-defined and self-defined
minor modes are becoming quite common.
Reply sent
to
Eli Zaretskii <eliz <at> gnu.org>
:
You have taken responsibility.
(Sat, 15 Jul 2023 11:38:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
uzibalqa <uzibalqa <at> proton.me>
:
bug acknowledged by developer.
(Sat, 15 Jul 2023 11:38:02 GMT)
Full text and
rfc822 format available.
Message #24 received at 64597-done <at> debbugs.gnu.org (full text, mbox):
> Date: Sat, 15 Jul 2023 11:23:40 +0000
> From: uzibalqa <uzibalqa <at> proton.me>
> Cc: 64597 <at> debbugs.gnu.org
>
> > You can try setting mode-line-compact non-nil. If even that doesn't
> > solve your problem because you make your frames too narrow, or have
> > too many minor mode lighters active at the same time, then there's
> > nothing else Emacs can do: the fact that the mode line is a single
> > screen line is currently a hard restriction in the design of the Emacs
> > display, and so extra mode-line elements are truncated on display.
>
> The compact setting replaces multiple spaces with a single space. It does
> not really solve the problem.
>
> Wontfix is not a good decision. Changes window sizes is a very common
> occurrence. Having a hard restriction on the mode-line is quite bad design
> to continue working with. Especially when package-defined and self-defined
> minor modes are becoming quite common.
Thanks, noted.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#64597
; Package
emacs
.
(Sat, 15 Jul 2023 11:43:02 GMT)
Full text and
rfc822 format available.
Message #27 received at 64597 <at> debbugs.gnu.org (full text, mbox):
------- Original Message -------
On Saturday, July 15th, 2023 at 11:23 PM, uzibalqa via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org> wrote:
> ------- Original Message -------
> On Saturday, July 15th, 2023 at 6:00 PM, Eli Zaretskii eliz <at> gnu.org wrote:
>
>
>
> > tags 64597 notabug wontfix
> > thanks
> >
> > > Date: Fri, 14 Jul 2023 21:25:29 +0000
> > > From: uzibalqa uzibalqa <at> proton.me
> > > Cc: 64597 <at> debbugs.gnu.org
> > >
> > > > > When a window is reduced in size I find no way to be able to use the mode-line tools.
> > > >
> > > > What do you mean by "mode-line tools", and how short does the
> > > > mode-line have to be in order to see the problems you see?
> > > >
> > > > IOW, please provide a complete recipe to reproduce this problem,
> > > > starting from "emacs -Q", so that the problem and the way to reproduce
> > > > it will be clear.
> > > >
> > > > Thanks.
> > >
> > > Suppose I have a bunch of self-defined minor modes displayed in the modeline,
> > > where the lighters have the capability of showing menus (e.g. Outl).
> > >
> > > Now, consider I need an accessible modeline (i.e. one with big font and bold weight).
> > > Reducing the frame or window width makes the lighters at the far end of the modeline
> > > inaccessible for use.
> >
> > You can try setting mode-line-compact non-nil. If even that doesn't
> > solve your problem because you make your frames too narrow, or have
> > too many minor mode lighters active at the same time, then there's
> > nothing else Emacs can do: the fact that the mode line is a single
> > screen line is currently a hard restriction in the design of the Emacs
> > display, and so extra mode-line elements are truncated on display.
>
>
> The compact setting replaces multiple spaces with a single space. It does
> not really solve the problem.
>
> Wontfix is not a good decision. Changes window sizes is a very common
> occurrence. Having a hard restriction on the mode-line is quite bad design
> to continue working with. Especially when package-defined and self-defined
> minor modes are becoming quite common.
Could there be a way to move the lighters around ?
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#64597
; Package
emacs
.
(Sat, 15 Jul 2023 12:53:02 GMT)
Full text and
rfc822 format available.
Message #30 received at 64597 <at> debbugs.gnu.org (full text, mbox):
> Date: Sat, 15 Jul 2023 11:41:59 +0000
> From: uzibalqa <uzibalqa <at> proton.me>
> Cc: Eli Zaretskii <eliz <at> gnu.org>, 64597 <at> debbugs.gnu.org
>
> Could there be a way to move the lighters around ?
There already is: you can change mode-line-format to show the minor
modes at the beginning of the mode line.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#64597
; Package
emacs
.
(Sat, 15 Jul 2023 14:11:02 GMT)
Full text and
rfc822 format available.
Message #33 received at 64597 <at> debbugs.gnu.org (full text, mbox):
------- Original Message -------
On Sunday, July 16th, 2023 at 12:52 AM, Eli Zaretskii <eliz <at> gnu.org> wrote:
> > Date: Sat, 15 Jul 2023 11:41:59 +0000
> > From: uzibalqa uzibalqa <at> proton.me
> > Cc: Eli Zaretskii eliz <at> gnu.org, 64597 <at> debbugs.gnu.org
> >
> > Could there be a way to move the lighters around ?
>
>
> There already is: you can change mode-line-format to show the minor
> modes at the beginning of the mode line.
I do not think one has control on the order of the minor modes because
they are run-time dependent. Perhaps the list of lighters could be used
to allow user to change the order. Although I used mode-line-format
playing with it is not a speedy task.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#64597
; Package
emacs
.
(Sat, 15 Jul 2023 14:45:02 GMT)
Full text and
rfc822 format available.
Message #36 received at 64597 <at> debbugs.gnu.org (full text, mbox):
> Date: Sat, 15 Jul 2023 14:10:38 +0000
> From: uzibalqa <uzibalqa <at> proton.me>
> Cc: 64597 <at> debbugs.gnu.org
>
>
> ------- Original Message -------
> On Sunday, July 16th, 2023 at 12:52 AM, Eli Zaretskii <eliz <at> gnu.org> wrote:
>
>
> > > Date: Sat, 15 Jul 2023 11:41:59 +0000
> > > From: uzibalqa uzibalqa <at> proton.me
> > > Cc: Eli Zaretskii eliz <at> gnu.org, 64597 <at> debbugs.gnu.org
> > >
> > > Could there be a way to move the lighters around ?
> >
> >
> > There already is: you can change mode-line-format to show the minor
> > modes at the beginning of the mode line.
>
>
> I do not think one has control on the order of the minor modes because
> they are run-time dependent.
I didn't mean to change the order of the modes, I meant to move the
entire block of the minor modes more to the left.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#64597
; Package
emacs
.
(Sat, 15 Jul 2023 14:49:01 GMT)
Full text and
rfc822 format available.
Message #39 received at 64597 <at> debbugs.gnu.org (full text, mbox):
------- Original Message -------
On Sunday, July 16th, 2023 at 2:44 AM, Eli Zaretskii <eliz <at> gnu.org> wrote:
> > Date: Sat, 15 Jul 2023 14:10:38 +0000
> > From: uzibalqa uzibalqa <at> proton.me
> > Cc: 64597 <at> debbugs.gnu.org
> >
> > ------- Original Message -------
> > On Sunday, July 16th, 2023 at 12:52 AM, Eli Zaretskii eliz <at> gnu.org wrote:
> >
> > > > Date: Sat, 15 Jul 2023 11:41:59 +0000
> > > > From: uzibalqa uzibalqa <at> proton.me
> > > > Cc: Eli Zaretskii eliz <at> gnu.org, 64597 <at> debbugs.gnu.org
> > > >
> > > > Could there be a way to move the lighters around ?
> > >
> > > There already is: you can change mode-line-format to show the minor
> > > modes at the beginning of the mode line.
> >
> > I do not think one has control on the order of the minor modes because
> > they are run-time dependent.
>
>
> I didn't mean to change the order of the modes, I meant to move the
> entire block of the minor modes more to the left.
That's all one can do. The result is that one is still unable to access
the lighters on the far right side.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 13 Aug 2023 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 361 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.