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: Variable pitch text filling Date: Mon, 29 Nov 2021 16:14:34 +0200 Message-ID: <83pmqjujzp.fsf@gnu.org> References: <87ilwft1ph.fsf@gnus.org> <837dcv2c2c.fsf@gnu.org> <875ysft0l3.fsf@gnus.org> <835yse3n01.fsf@gnu.org> <87lf1ars0f.fsf@gnus.org> <83czmm11t0.fsf@gnu.org> <87h7byrplm.fsf@gnus.org> <83a6hq0zey.fsf@gnu.org> <87lf19r7uv.fsf@gnus.org> <83tufxy7f0.fsf@gnu.org> <87zgpn13ce.fsf@gnus.org> <83v90buklw.fsf@gnu.org> <87v90byrxs.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20034"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Nov 29 15:29:47 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 1mrhf9-00051Q-B2 for ged-emacs-devel@m.gmane-mx.org; Mon, 29 Nov 2021 15:29:47 +0100 Original-Received: from localhost ([::1]:56728 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mrhf8-0007Tj-BT for ged-emacs-devel@m.gmane-mx.org; Mon, 29 Nov 2021 09:29:46 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:58144) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mrhQE-0008VT-P8 for emacs-devel@gnu.org; Mon, 29 Nov 2021 09:14:22 -0500 Original-Received: from [2001:470:142:3::e] (port=44156 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 1mrhQE-0007kJ-FO; Mon, 29 Nov 2021 09:14:22 -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=z5R4OLT0b4NhXdH4plHag0Ul2VDWMiERzb1iQZRnkLg=; b=NDUcLYO5JUp/ RBi5jD9cznmOHnu1+zTsZFgFrJQZGYMtd9GDCK/sT4I+ubznG3PHdUKc4Ix8oJ8RyLDn0C56yeHjm t7+4nx0OE8wtkipL1J8FbEWujbqHGFvWWD7rfOUb03FXzWZsV61Y0+biFWOi1yPvb/FF6A1c9+6yU LmqhWfmmyNBmbITArjRW6GWBciOjXnRVV3Cy/uVLGgUXqtv9Gew5vFAsHhv0Lngy1rWkcsT+YdwT9 NBquJZcbZjHaEVQfuOWXuyU9xnFnrI3Z2EGg6mazbv3/2KU9zeSHo9XReTLxCiyBtJFo97/GUNxmo y73QBTZaFer/v3nCkuiHOA==; Original-Received: from [87.69.77.57] (port=3196 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 1mrhQD-00066E-Qx; Mon, 29 Nov 2021 09:14:22 -0500 In-Reply-To: <87v90byrxs.fsf@gnus.org> (message from Lars Ingebrigtsen on Mon, 29 Nov 2021 15:09:19 +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:280485 Archived-At: > From: Lars Ingebrigtsen > Cc: emacs-devel@gnu.org > Date: Mon, 29 Nov 2021 15:09:19 +0100 > > Eli Zaretskii writes: > > > It is also unnecessary, because having 2 pixels to the right of each > > character is practically indistinguishable from having one pixel on > > the left and 1 pixel on the right: you still end up with 2 pixels > > between any two characters. > > The difference is with the characters above and below. When doing a > monospaced "grid" display, the Roman characters will form a reliable > grid while the CJK will be put to the left in their allotted space. But the same happens on TTY frames, so how can this be a problem on GUI frames?