From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Whitespace in mode line of 29.1-rc1 emacsclient frames Date: Thu, 27 Jul 2023 15:42:25 +0300 Message-ID: <833519mspa.fsf@gnu.org> References: <871qgtmw27.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40800"; mail-complaints-to="usenet@ciao.gmane.io" Cc: visuweshm@gmail.com, emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jul 27 15:33:00 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qP16y-000AJJ-7w for ged-emacs-devel@m.gmane-mx.org; Thu, 27 Jul 2023 15:33:00 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qP0JK-00040a-2h; Thu, 27 Jul 2023 08:41:42 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qP0JG-0003zk-30 for emacs-devel@gnu.org; Thu, 27 Jul 2023 08:41:38 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qP0JF-0005V8-Qu; Thu, 27 Jul 2023 08:41:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=LGyFDTxa4G/oK7sYzHUXSRSRnISbFqxkhNVaT5DHA+g=; b=paWsC4zaTNJj arJEs2ud0TCetqTIlmdnTxGFd2G/RnXDSXa8fmCu2L0Pi5Hw4Ftq1iy0T65c1SQyKeSy8J78nY3jC crunoQSz3FTuZJTXNLdczG0MRGhKayYVK4c+90snPzmXPhcsqc0ybY7vhzar/7fjaJwhnzl/ruWuu nio6JFzDzoxMnQFnt9R0uQL/zipwJdK6M7jpFZRdxkE8wrnMJTxympenfAxzLN+Dgm+h9uLB7kYxT jqLW7sLWF+zwULwZcrxA/NxD6800Sh/OvuQYQc7BBAfH1lY8w3nCXqhE2oCcizdO9zHE7Io8jLVSb pXuuIwFxW4D4Dhd7co+zeg==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qP0JF-0005SG-AA; Thu, 27 Jul 2023 08:41:37 -0400 In-Reply-To: (message from Ulrich Mueller on Thu, 27 Jul 2023 13:40:46 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:308152 Archived-At: > From: Ulrich Mueller > 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)))