unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: goncholden via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Stephen Berman <stephen.berman@gmx.net>
Cc: 53776@debbugs.gnu.org
Subject: bug#53776: Modeline indicator when using define-minor-mode
Date: Fri, 04 Feb 2022 14:43:14 +0000	[thread overview]
Message-ID: <8ZWYvwRHq37Prq6xw9c2S3yRPI9kbbpDYb3W7qU0nVFICvGWS2w_fivt55PgrbYQQaMUerAb-nHh1Frsa9auUPOVNrzKyDRyKiDmDMgQqPo=@protonmail.com> (raw)
In-Reply-To: <87mtj6n1cw.fsf@rub.de>


------- Original Message -------

On Friday, February 4th, 2022 at 2:38 PM, Stephen Berman <stephen.berman@gmx.net> wrote:

> On Fri, 04 Feb 2022 14:05:58 +0000 goncholden goncholden@protonmail.com wrote:
> > ------- Original Message -------
> >
> > On Friday, February 4th, 2022 at 1:35 PM, Stephen Berman
> > stephen.berman@gmx.net wrote:
> >
> > > On Fri, 04 Feb 2022 13:22:08 +0000 goncholden goncholden@protonmail.com wrote:
> > > > ------- Original Message -------
> > > >
> > > > On Friday, February 4th, 2022 at 1:02 PM, Stephen Berman
> > > > stephen.berman@gmx.net wrote:
> > > > > On Fri, 04 Feb 2022 11:55:45 +0000 goncholden via "Bug reports for GNU
> > > > > Emacs, the Swiss army knife of text editors" bug-gnu-emacs@gnu.org wrote:
> > > > >
> > > > > > Have been using define-minor-mode and noticed that when setting the
> > > > > > modeline indicator, the text is appended with no space between other
> > > > > > modeline indicators. Is this how :lighter is supposed to work?
> > > > >
> > > > > Yes, the lack of a space is in the definition of `mode-line-modes':`
> > > > > (:propertize ("" minor-mode-alist)
> > > > > I guess the reason is that you can have multiple minor mode lighters and
> > > > > providing a space between each would complicate the definition of
> > > > > `mode-line-modes', so that's the job of the minor mode definition
> > > > > itself:
> > > > >
> > > > > > (define-minor-mode rich-minor-mode
> > > > > > "This is the docstring."
> > > > > > :lighter "rich"

> > > > > So you should do this: :lighter " rich"
> > > > >
> > > > > Steve Berman
> > > >
> > > > Because one can easily add minor-modes that exceed the mode-line mini-buffer,
> > > > is there any capability of making a hierarchical modeline indicator.
> > > >
> > > > e.g.
> > > >
> > > > Emacs-Lisp
> > > > company
> > > > Outl
> > > > Gon -> rich
> > > > -> gudin
> > > > -> cholden
> > >
> > > That would appear to require a multiline mode line, which is not
> > > possible with the current implementation. An alternative, which might
> > > be easier to implement (for someone who knows how, not me), would be to
> > > make the mode line horizontally scrollable. But maybe that's not so
> > > easy, since it seems so obviously useful, yet hasn't been implemented.
> >
> > > Steve Berman
> >
> > Much useful. Would we be able to include such proposition for emacs?
>
> It could certainly be a feature request. In fact, maybe this bug report
> can be repurposed as such as request, since the lack of a space in the
> minor mode lighter isn't a bug per se.
>
> Steve Berman

Anything I need to do on my part?







  reply	other threads:[~2022-02-04 14:43 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-04 11:55 bug#53776: Modeline indicator when using define-minor-mode goncholden via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-04 13:02 ` Stephen Berman
2022-02-04 13:22   ` goncholden via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-04 13:35     ` Stephen Berman
2022-02-04 14:05       ` goncholden via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-04 14:38         ` Stephen Berman
2022-02-04 14:43           ` goncholden via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2022-02-04 14:49             ` Stephen Berman
2022-02-05  6:45               ` Lars Ingebrigtsen
2022-02-06  3:39       ` Michael Heerdegen
2022-02-06 12:52         ` Stephen Berman
2022-02-06 21:52           ` Michael Heerdegen
2022-02-06 23:13             ` Stephen Berman
2022-02-06 23:59               ` Michael Heerdegen
2022-02-07  0:28                 ` Stephen Berman
2022-02-07  0:51                   ` Michael Heerdegen
2022-02-07 22:40                     ` Stephen Berman
2022-02-06 17:12         ` goncholden via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-05  0:12     ` Phil Sainty

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='8ZWYvwRHq37Prq6xw9c2S3yRPI9kbbpDYb3W7qU0nVFICvGWS2w_fivt55PgrbYQQaMUerAb-nHh1Frsa9auUPOVNrzKyDRyKiDmDMgQqPo=@protonmail.com' \
    --to=bug-gnu-emacs@gnu.org \
    --cc=53776@debbugs.gnu.org \
    --cc=goncholden@protonmail.com \
    --cc=stephen.berman@gmx.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).