From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: word-wrap and wrapping before window-width Date: Tue, 30 Dec 2014 12:47:24 -0500 Message-ID: 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: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1419961674 17756 80.91.229.3 (30 Dec 2014 17:47:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Dec 2014 17:47:54 +0000 (UTC) Cc: Ivan Shmakov , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 30 18:47:47 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 1Y60tW-0002Pc-Pt for ged-emacs-devel@m.gmane.org; Tue, 30 Dec 2014 18:47:46 +0100 Original-Received: from localhost ([::1]:37735 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y60tW-0001Pp-2I for ged-emacs-devel@m.gmane.org; Tue, 30 Dec 2014 12:47:46 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y60tI-0001Om-9Z for emacs-devel@gnu.org; Tue, 30 Dec 2014 12:47:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y60tH-0003ty-Fu for emacs-devel@gnu.org; Tue, 30 Dec 2014 12:47:32 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:25588) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y60tC-0003ru-3B; Tue, 30 Dec 2014 12:47:26 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap4PAOwQflRFpY0B/2dsb2JhbABbgweBK4I1UIUKxR0EAgKBJBcBAQEBAQF8hAIBAQEBAgEjMyMFCwsUAQUCGA4CAhQYDSQTiDcJwAaWUwEBAQEGAgEfgSuPRAeCdYFTBYsBpC6BeIQZITCCRwEBAQ X-IPAS-Result: Ap4PAOwQflRFpY0B/2dsb2JhbABbgweBK4I1UIUKxR0EAgKBJBcBAQEBAQF8hAIBAQEBAgEjMyMFCwsUAQUCGA4CAhQYDSQTiDcJwAaWUwEBAQEGAgEfgSuPRAeCdYFTBYsBpC6BeIQZITCCRwEBAQ X-IronPort-AV: E=Sophos;i="5.07,502,1413259200"; d="scan'208";a="104186413" Original-Received: from 69-165-141-1.dsl.teksavvy.com (HELO pastel.home) ([69.165.141.1]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 30 Dec 2014 12:47:25 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 042B1DE3; Tue, 30 Dec 2014 12:47:24 -0500 (EST) 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/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:180892 Archived-At: >>>>> "Eli" =3D=3D Eli Zaretskii writes: >> From: Ivan Shmakov >> Date: Mon, 29 Dec 2014 15:01:47 +0000 >>=20 >> There=E2=80=99s an minor issue of how to display word-wrapped lines >> while the window is scrolled horizontally. Currently, >> horizontal scrolling simply inhibits word-wrap. > What other GUI application does something different in this case? > 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?