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: Tick Reduction Date: Fri, 19 Nov 2021 09:24:52 +0200 Message-ID: <83h7c8wqt7.fsf@gnu.org> References: <87bl2hyzca.fsf@gnus.org> <87h7c8y9u3.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4888"; 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 Fri Nov 19 08:40:19 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 1mnyVO-00018R-Af for ged-emacs-devel@m.gmane-mx.org; Fri, 19 Nov 2021 08:40:18 +0100 Original-Received: from localhost ([::1]:56224 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mnyVN-0006bZ-5p for ged-emacs-devel@m.gmane-mx.org; Fri, 19 Nov 2021 02:40:17 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:59392) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mnyGc-0004aX-Mj for emacs-devel@gnu.org; Fri, 19 Nov 2021 02:25:03 -0500 Original-Received: from [2001:470:142:3::e] (port=52702 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 1mnyGc-0006pJ-Dq; Fri, 19 Nov 2021 02:25:02 -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=AYvba1uQod+PESfT/KP6e8uJI6Nxec4H1idoV/7Saos=; b=E8b4DfU7opH7 E9r+ob+sPtmePPUjRsCyDwQZ5+HHIJtoBn2Awd0uhWLB3i5RUB0tHt1e9hty2Jzempi+IoPYPrfU9 pi7z9R3BwoYW+RwI/2ZzSpfPRrt6oSoCVd3AbhH0YNa5DP8T3oeuZKJv3TQY1Ap5aaqSzs8Dlrrea mG2eys2mUxxYkCKzBq4iPBj1BJ/bOKe5F+vV7hIL7yd2VKv2hDSCiTU/kD1UshzjA8Cavq6W17HKQ K2QfDvvquC/RpBGW7vO82GsQo2zttvSdXxoAh0eVbSuvE3r0H9zbZajqxL5xu4Zx+4x3RGwrTkIja 912lpeS3M+wNLDFsSlA30A==; Original-Received: from [87.69.77.57] (port=1978 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 1mnyGc-0002XY-2E; Fri, 19 Nov 2021 02:25:02 -0500 In-Reply-To: <87h7c8y9u3.fsf@gnus.org> (message from Lars Ingebrigtsen on Fri, 19 Nov 2021 06:48:36 +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:279724 Archived-At: > From: Lars Ingebrigtsen > Date: Fri, 19 Nov 2021 06:48:36 +0100 > > Fortunately, we have some pretty good guesses in the filling machinery > for these cases, and we could reuse that code here to identify these > bits and then use `align-to' to align this stuff up. If we want to have good filling with variable-pitch fonts, we should teach fill.el to put (space :width N) display specs on whitespace characters, with N calculated to produce the correct pixel-resolution filling. This is in etc/TODO.