From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Word wrap for non-whitespace-seperated language Date: Sat, 07 Mar 2020 12:50:54 +0200 Message-ID: <83tv30a169.fsf@gnu.org> References: <838skgvu2l.fsf@gnu.org> <3692AB81-B291-4D14-BEDE-924F020D94ED@gmail.com> <837e00vsk9.fsf@gnu.org> <9737C398-80FC-4377-91BA-C0891BD5A0F5@gmail.com> <835zfjwgyb.fsf@gnu.org> <6DE83788-5296-4C4F-A265-88B33A43DC93@gmail.com> <83v9nga81m.fsf@gnu.org> <87h7z0o8ve.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="110143"; mail-complaints-to="usenet@ciao.gmane.io" Cc: casouri@gmail.com, rms@gnu.org, emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Mar 07 11:51:37 2020 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 1jAX3Q-000SXJ-OB for ged-emacs-devel@m.gmane-mx.org; Sat, 07 Mar 2020 11:51:36 +0100 Original-Received: from localhost ([::1]:47206 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jAX3P-0004Kj-OJ for ged-emacs-devel@m.gmane-mx.org; Sat, 07 Mar 2020 05:51:35 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60397) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jAX2t-0003uv-SX for emacs-devel@gnu.org; Sat, 07 Mar 2020 05:51:04 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37285) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jAX2t-0003MI-Mr; Sat, 07 Mar 2020 05:51:03 -0500 Original-Received: from [176.228.60.248] (port=1978 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jAX2m-0005I4-Dq; Sat, 07 Mar 2020 05:50:56 -0500 In-Reply-To: <87h7z0o8ve.fsf@gnus.org> (message from Lars Ingebrigtsen on Sat, 07 Mar 2020 09:40:53 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:245311 Archived-At: > From: Lars Ingebrigtsen > Cc: rms@gnu.org, casouri@gmail.com, emacs-devel@gnu.org > Date: Sat, 07 Mar 2020 09:40:53 +0100 > > I'm not quite sure it would be generally useful, though -- presumably > people who use variable-width fonts when writing text also set > `word-wrap' to t, because you can't really tell what font you're next > going to use when editing/looking at the text. Well, it should be useful locally, I guess. And perhaps enriched-mode can also record the font (or we could augment it to do so), so that this information could be passed to others.