From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel,gmane.emacs.bidi Subject: Re: Mixed L2R and R2L paragraphs and horizontal scroll Date: Mon, 01 Feb 2010 16:05:06 -0500 Message-ID: References: <83tyu3iu6b.fsf@gnu.org> <4B645FF4.30205@gmx.at> <83ockbil1v.fsf@gnu.org> <4B646AD3.1010102@gmx.at> <83mxzviio5.fsf@gnu.org> <4B647AE5.5090001@gmx.at> <83ljffif09.fsf@gnu.org> <4B648C6E.8080905@gmx.at> <83eil7i84h.fsf@gnu.org> <4B654F24.5020603@gmx.at> <83aavui23z.fsf@gnu.org> <4B65E199.6070100@gmx.at> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1265058335 28617 80.91.229.12 (1 Feb 2010 21:05:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Feb 2010 21:05:35 +0000 (UTC) Cc: eliz@gnu.org, emacs-bidi@gnu.org, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 01 22:05:31 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Nc3Sc-0007oj-OF for ged-emacs-devel@m.gmane.org; Mon, 01 Feb 2010 22:05:31 +0100 Original-Received: from localhost ([127.0.0.1]:33951 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nc3Sc-0008Rr-9u for ged-emacs-devel@m.gmane.org; Mon, 01 Feb 2010 16:05:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nc3SN-0008Mu-KM for emacs-devel@gnu.org; Mon, 01 Feb 2010 16:05:15 -0500 Original-Received: from [199.232.76.173] (port=50944 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nc3SN-0008Mh-BL for emacs-devel@gnu.org; Mon, 01 Feb 2010 16:05:15 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nc3SM-0002Os-F2 for emacs-devel@gnu.org; Mon, 01 Feb 2010 16:05:14 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:54774) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nc3SE-0002MU-Ql; Mon, 01 Feb 2010 16:05:06 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1Nc3SE-00069F-CB; Mon, 01 Feb 2010 16:05:06 -0500 In-reply-to: <4B65E199.6070100@gmx.at> (message from martin rudalics on Sun, 31 Jan 2010 21:01:29 +0100) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:120793 gmane.emacs.bidi:494 Archived-At: There is one thing I conceptually don't understand yet: When I currently shrink the width of a window Emacs doesn't hide text at the left side of the window but text at the right side may get truncated when the window becomes too small. Will this behavior be reverted for R2L text in the sense that text at the left side is truncated? Since R2L text lines start from the right margin, that will remain true after changes in window width. This is true independent of how hscroll works.