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: Fri, 03 Dec 2021 14:23:33 +0200 Message-ID: <8335n998sa.fsf@gnu.org> References: <87ilwft1ph.fsf@gnus.org> <87sfvessx6.fsf@gnus.org> <87wnkp9c3t.fsf@gnus.org> <87ee6wanra.fsf@gnus.org> <83r1awse4k.fsf@gnu.org> <87sfvc8kdw.fsf@gnus.org> <83czmgs7t1.fsf@gnu.org> <87k0go8ios.fsf@gnus.org> <83bl20s2dp.fsf@gnu.org> <87wnkojmny.fsf@gnus.org> <837dcos1oy.fsf@gnu.org> <87o860jm27.fsf@gnus.org> <831r2ws0jf.fsf@gnu.org> <87fsrcjkik.fsf@gnus.org> <83ee6uao67.fsf@gnu.org> <83sfva92vo.fsf@gnu.org> <83czme85xk.fsf@gnu.org> <878rx29k5n.fsf@163.com> <83a6hh9b75.fsf@gnu.org> <87lf119a2g.fsf@163.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39185"; mail-complaints-to="usenet@ciao.gmane.io" Cc: casouri@gmail.com, larsi@gnus.org, emacs-devel@gnu.org To: "Feng Shu" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Dec 03 13:26:11 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 1mt7di-000A2m-Hx for ged-emacs-devel@m.gmane-mx.org; Fri, 03 Dec 2021 13:26:10 +0100 Original-Received: from localhost ([::1]:35728 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mt7dh-00023E-Ho for ged-emacs-devel@m.gmane-mx.org; Fri, 03 Dec 2021 07:26:09 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:45202) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mt7bM-0006kE-1w for emacs-devel@gnu.org; Fri, 03 Dec 2021 07:23:44 -0500 Original-Received: from [2001:470:142:3::e] (port=45146 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 1mt7bL-00077j-N0; Fri, 03 Dec 2021 07:23:43 -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=RvtJpk3NtrCY78rL1bQOAraKH1DbAIf+e0Gwq6l8ji0=; b=ln9kkoatvtjT uocZzup5fJQyOlt5Xohv3qp/tS0f3swQU1bIEzpe1AKwYjdthRNEJFC9j6COV50bxYkvFWXsZwCiU D9bEa9U1d6uPv2/k5TVT94TfUeQADthU4Fea8GWApN8jUj21+3Krnwbuqup0Rhv3FtZWFaFxNGA/B 0nzvLin1oNXLPGGi+ZNjSHdNRnjWas3Oht4ZG89NxJ9iEioF3nRNuHQm28VwSCmFNnZvX8LlzBaD0 7Z0YR7maPq5y0ZfkRt2itBt2x+Qu0Y63k94n53cGwZpSCqUHUu2fbApsf19VGbMIUMN8H+iZSZ2EW 8ZlWLcwm90gWEJlLE2frWQ==; Original-Received: from [87.69.77.57] (port=2913 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 1mt7bL-0000wJ-DW; Fri, 03 Dec 2021 07:23:43 -0500 In-Reply-To: <87lf119a2g.fsf@163.com> (tumashu@163.com) 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:280830 Archived-At: > From: "Feng Shu" > Cc: casouri@gmail.com, larsi@gnus.org, emacs-devel@gnu.org > Date: Fri, 03 Dec 2021 19:55:51 +0800 > > Eli Zaretskii writes: > > > What I can propose instead, as a kind-of "second best", is a similar > > feature that will only affect whitespace characters (SPC and TAB): > > when the proposed feature is turned on, those whitespace characters > > will always end at X coordinate that is an integral multiple of the > > "standard" column width. This way, a word within a text that mixes > > ASCII and non-ASCII characters will always start on an integral column > > boundary, as defined by the ASCII font of the face. > > > > Would this be useful enough to implement? > > If it is not hard implement, I suggest provide this patch, so we can try > it and provide feekback. Lars, WDYT?