From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: word-wrap and wrapping before window-width Date: Mon, 29 Dec 2014 22:02:08 +0200 Message-ID: <831tnicji7.fsf@gnu.org> References: <871tnr1gqo.fsf@ferrier.me.uk> <83bnmvowdb.fsf@gnu.org> <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> Reply-To: Eli Zaretskii 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 1419883358 14095 80.91.229.3 (29 Dec 2014 20:02:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Dec 2014 20:02:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ivan Shmakov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 29 21:02:31 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 1Y5gWM-0002Rp-FH for ged-emacs-devel@m.gmane.org; Mon, 29 Dec 2014 21:02:30 +0100 Original-Received: from localhost ([::1]:34660 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5gWL-0005hl-S5 for ged-emacs-devel@m.gmane.org; Mon, 29 Dec 2014 15:02:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5gWI-0005ha-JR for emacs-devel@gnu.org; Mon, 29 Dec 2014 15:02:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y5gWF-0002rE-A5 for emacs-devel@gnu.org; Mon, 29 Dec 2014 15:02:26 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:47881) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5gWF-0002r9-2P for emacs-devel@gnu.org; Mon, 29 Dec 2014 15:02:23 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NHD00D000UY1P00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Mon, 29 Dec 2014 22:02:21 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NHD00CKI0ZXZD50@a-mtaout20.012.net.il>; Mon, 29 Dec 2014 22:02:21 +0200 (IST) In-reply-to: <877fxaa49w.fsf@violet.siamics.net> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:180862 Archived-At: > From: Ivan Shmakov > Date: Mon, 29 Dec 2014 15:01:47 +0000 >=20 > =09There=E2=80=99s an minor issue of how to display word-wrapped li= nes > =09while the window is scrolled horizontally. Currently, > =09horizontal 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 wit= h the same problem, so does it really make sense to have them both at the same time?