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: Line wrap reconsidered Date: Tue, 26 May 2020 18:29:17 +0300 Message-ID: <834ks2vho2.fsf@gnu.org> References: <92FF4412-04FB-4521-B6CE-52B08526E4E5@gmail.com> <83r1v7vmwy.fsf@gnu.org> <87imgjpihp.fsf@localhost> <83k10yvjlx.fsf@gnu.org> <871rn67naq.fsf@localhost> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="91840"; mail-complaints-to="usenet@ciao.gmane.io" Cc: casouri@gmail.com, emacs-devel@gnu.org To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue May 26 17:30:14 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 1jdbWw-000Nn4-0q for ged-emacs-devel@m.gmane-mx.org; Tue, 26 May 2020 17:30:14 +0200 Original-Received: from localhost ([::1]:57292 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jdbWv-0000Ug-0r for ged-emacs-devel@m.gmane-mx.org; Tue, 26 May 2020 11:30:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48194) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jdbWF-0008Er-Ef for emacs-devel@gnu.org; Tue, 26 May 2020 11:29:31 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:46143) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jdbWF-0006DY-5L; Tue, 26 May 2020 11:29:31 -0400 Original-Received: from [176.228.60.248] (port=2872 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jdbWD-0000P3-M1; Tue, 26 May 2020 11:29:30 -0400 In-Reply-To: <871rn67naq.fsf@localhost> (message from Ihor Radchenko on Tue, 26 May 2020 23:01:33 +0800) 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:251457 Archived-At: > From: Ihor Radchenko > Cc: casouri@gmail.com, emacs-devel@gnu.org > Date: Tue, 26 May 2020 23:01:33 +0800 > > I imagine 'cannot_wrap text property. Emacs would never wrap text at the > character with 'cannot_wrap property set to non-nil. > > All the text in table can have this 'cannot_wrap property set to t. > Then, all the lines in the table will never be wrapped, even when > truncate-lines is set to nil. I tried to explain why this is impossible: either those lines will be truncated or they will be wrapped (at some character). There's no other possibility.