[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Whitespace in mode line of 29.1-rc1 emacsclient frames
From: |
Ulrich Mueller |
Subject: |
Re: Whitespace in mode line of 29.1-rc1 emacsclient frames |
Date: |
Thu, 27 Jul 2023 14:59:18 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
>>>>> On Thu, 27 Jul 2023, Eli Zaretskii wrote:
>> From: Ulrich Mueller <ulm@gentoo.org>
>> Cc: emacs-devel@gnu.org
>> Date: Thu, 27 Jul 2023 13:40:46 +0200
>>
>> Still, min-width should probably apply to the whole U:@--- string, not
>> to individual characters of it?
> Where do you see it applied to individual characters? I see this in
> bindings.el:
> (list
> :propertize
> (list ""
> 'mode-line-mule-info
> 'mode-line-client
> 'mode-line-modified
> 'mode-line-remote)
> 'display '(min-width (5.0)))
Then why does it insert whitespace between mode-line-mule-info and
mode-line-client?