GNU bug report logs -
#52183
29.0.50; Empty space in the mode line if server-mode is active
Previous Next
Reported by: Davide Masserut <dm <at> mssdvd.com>
Date: Mon, 29 Nov 2021 16:00:02 UTC
Severity: normal
Merged with 58183,
62846
Found in versions 29.0.50, 29.0.90
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #35 received at 52183 <at> debbugs.gnu.org (full text, mbox):
> From: Lars Ingebrigtsen <larsi <at> gnus.org>
> Cc: dm <at> mssdvd.com, 52183 <at> debbugs.gnu.org
> Date: Sat, 04 Dec 2021 20:04:52 +0100
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> > Bottom line: I think to make this work as intended, bindings.el should
> > be modified to produce a Lisp string from all those 4 elements, by
> > concatenating them, and then the min-width display spec should be put
> > on the result of the concatenation.
>
> I thought we were going to fix min-width so that that machinery was also
> called on the C strings (that are going to end up having the text
> property added afterwards)?
I still plan on doing that, but I don't see how it would help here.
AFAIU, it will make the result worse.
The main point of what I wrote is that we actually display the whole
5-to-6 character sequence of indicators as 4 separate strings, not as
a single string made of concatenation of those 4. So even if/when the
min-width stuff is fixed as we discussed, you will have 4 strings
displayed one after the other, and each one of them has the min-width
spec, so each one of them will be displayed as at least 5 characters.
And that's not what you want here.
This bug report was last modified 1 year and 296 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.