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: Proportional fonts in the mode line (one month test) Date: Thu, 25 Nov 2021 16:03:43 +0200 Message-ID: <83a6hs5o3k.fsf@gnu.org> References: <87h7c1u0cg.fsf@gnus.org> <87fsrl2ilj.fsf@yahoo.com> <87bl292hlu.fsf@yahoo.com> <87mtlse52y.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6568"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, jporterbugs@gmail.com, emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 25 15:05:22 2021 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 1mqFNJ-0001YF-Nr for ged-emacs-devel@m.gmane-mx.org; Thu, 25 Nov 2021 15:05:21 +0100 Original-Received: from localhost ([::1]:59134 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mqFNI-00051b-Jt for ged-emacs-devel@m.gmane-mx.org; Thu, 25 Nov 2021 09:05:20 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:48630) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mqFLi-0002Jq-JT for emacs-devel@gnu.org; Thu, 25 Nov 2021 09:03:42 -0500 Original-Received: from [2001:470:142:3::e] (port=42704 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mqFLi-00021n-A9; Thu, 25 Nov 2021 09:03:42 -0500 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=PndHHdoTC2hczEfV2wumjlWhZIZgG68dd+39dZ+ybCI=; b=mm5TBsZi9uuT Qmp5br/r52P2NA2etjtOiDnjq9Ve1vjwAC9fITXvaUP67SufEXhnkKGasfYGKnfkxPwGQJrWnTLPa Cv/mxXXM5wvRkRTfW501uyRLhqgibD8C2rE4ZjUnn0ufdqV3Gb1y3kC9bAZTIudm9Vmj4vi2OL61s 7xgseQAkKwWfxjRwx/fsoUqLZ4rjsYLZbNFuJZS1TTHcSKqZQuDSNv/4fVKT+mJGDX6m2hISMGEo5 PJBTwjFiGDbjgTaRph0Xt+6OZt8EtxSTvpiW8cNw2bhT4lS31YzrgDNf+1nUUPmjFfz36xUAFDCCN OtdUCgvE0I5BZiJBBko1Zg==; Original-Received: from [87.69.77.57] (port=1252 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 1mqFLi-0003pM-0u; Thu, 25 Nov 2021 09:03:42 -0500 In-Reply-To: <87mtlse52y.fsf@gnus.org> (message from Lars Ingebrigtsen on Thu, 25 Nov 2021 14:29:41 +0100) 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" Xref: news.gmane.io gmane.emacs.devel:280123 Archived-At: > From: Lars Ingebrigtsen > Date: Thu, 25 Nov 2021 14:29:41 +0100 > Cc: Po Lu , emacs-devel@gnu.org > > Jim Porter writes: > > > Yeah, if nothing else, the U:--- thing (I'm sure it has an actual > > name...) should be fixed-width. See the attached image for how tiny > > the CR/LF toggle is now. It's highlighted with the box just after the > > U. > > Yes, that should be fixed. Hm... We could use m-dashes instead of > hyphens, I guess? It'd be more work to have a different definition on > GUI and TUI, though. Using hyphens might mean Emacs will use a font different from the default one used by variable-pitch, if that default font happens not to support that character (not very probably, but not impossible).