From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ivan Shmakov Newsgroups: gmane.emacs.devel Subject: Re: word-wrap and wrapping before window-width Date: Wed, 31 Dec 2014 03:17:14 +0000 Message-ID: <87vbks7bk5.fsf@violet.siamics.net> References: <83ppbanqhe.fsf@gnu.org> <87vbl2xigp.fsf@ferrier.me.uk> <83ioh2nlow.fsf@gnu.org> <87sig6xech.fsf@ferrier.me.uk> <83fvc5ni0u.fsf@gnu.org> <87k31fwwyv.fsf@ferrier.me.uk> <87bnmq9ibf.fsf@ferrier.me.uk> <87lhlrx5fc.fsf@building.gnus.org> <878uhrcr5l.fsf@building.gnus.org> <83sifzjflk.fsf@gnu.org> <87egric2ki.fsf_-_@violet.siamics.net> <877fxaa49w.fsf@violet.siamics.net> <831tnicji7.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: ger.gmane.org 1419995859 26116 80.91.229.3 (31 Dec 2014 03:17:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 31 Dec 2014 03:17:39 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 31 04:17:35 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Y69mw-0006iI-02 for ged-emacs-devel@m.gmane.org; Wed, 31 Dec 2014 04:17:34 +0100 Original-Received: from localhost ([::1]:39035 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y69mv-0007Hw-00 for ged-emacs-devel@m.gmane.org; Tue, 30 Dec 2014 22:17:33 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y69mr-0007Hr-Ds for emacs-devel@gnu.org; Tue, 30 Dec 2014 22:17:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y69mp-0002Fn-K0 for emacs-devel@gnu.org; Tue, 30 Dec 2014 22:17:29 -0500 Original-Received: from fely.am-1.org ([2a01:4f8:d15:1b86::2]:53258) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y69mp-0002FX-Ae for emacs-devel@gnu.org; Tue, 30 Dec 2014 22:17:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=siamics.net; s=a2013295; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:Sender:References:Subject:To:From; bh=/ANP6snofg6PDUW2s4k8ghhXRMuK6HdKRXa68HHWUh8=; b=bIxNlLpq6Bf3tPXdwEiLUipX4nycHHf2+Oa6NH2nkmCxR9BPc4lI1njwmFEuiXTLvmtjSXnAacB3fZ8acT6Mwg4WYn/HZjC7J1h+Qp0Gp+2XAxtueogfSJyeejtDm8Fe8xZJd1+BZ6ucZmqvfhMtOgx5NRB2SM4BKhNm30qHRKA=; Original-Received: from [2a02:2560:6d4:26ca::1:1d] (helo=violet.siamics.net) by fely.am-1.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1Y69mk-0005WS-7M for emacs-devel@gnu.org; Wed, 31 Dec 2014 03:17:22 +0000 Original-Received: from localhost ([::1] helo=violet.siamics.net) by violet.siamics.net with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1Y69md-0005g4-0S for emacs-devel@gnu.org; Wed, 31 Dec 2014 10:17:15 +0700 Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: <831tnicji7.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 29 Dec 2014 22:02:08 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:4f8:d15:1b86::2 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:180898 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable >>>>> Eli Zaretskii writes: >>>>> From: Ivan Shmakov Date: Mon, 29 Dec 2014 15:01:47 +0000 >> There=E2=80=99s an minor issue of how to display word-wrapped lines whi= le >> the window is scrolled horizontally. Currently, horizontal >> scrolling simply inhibits word-wrap. > What other GUI application does something different in this case? Firefox. Provided that the properties are set that way, of course. For one thing,
 elements=E2=80=99 content gets truncated
	unless fits into its respective place (or gets adorned with a
	scrollbar, or otherwise spills over its neighbor) by default,
	while all the rest get folded.

	Please consider the HTML document MIMEd, for instance, =E2=80=93 it
	should show three of these cases.

 > Word wrap and horizontal scrolling are 2 different ways of coping
 > with the same problem, so does it really make sense to have them both
 > at the same time?

	Yes.

--=20
FSF associate member #7257  http://boycottsystemd.org/  =E2=80=A6 3013 B6A0=
 230E 334A

--=-=-=
Content-Type: text/html
Content-Disposition: inline



Folded and truncated lines

This sentence is long enough and will be folded, per the p element default rendering.

This sentence is also long enough, but will not be folded, thanks to an explicit white-space: pre property setting.

This sentence is not much smaller, but will also not be folded, per the pre element default rendering.
--=-=-=--