From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Changes in frame/window code Date: Sun, 27 Jul 2014 20:19:31 +0200 Message-ID: <53D542B3.20206@gmx.at> References: <53CE6A44.1010708@gmx.at> <53D4FF76.1060804@gmx.at> <8338dmj1of.fsf@gnu.org> <83wqayhe0o.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1406485210 23436 80.91.229.3 (27 Jul 2014 18:20:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Jul 2014 18:20:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 27 20:20:03 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 1XBT3B-0007Yh-Hz for ged-emacs-devel@m.gmane.org; Sun, 27 Jul 2014 20:20:01 +0200 Original-Received: from localhost ([::1]:35913 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBT3B-0008FV-5Q for ged-emacs-devel@m.gmane.org; Sun, 27 Jul 2014 14:20:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBT31-0008FG-Mt for emacs-devel@gnu.org; Sun, 27 Jul 2014 14:19:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBT2t-0007Bt-Rl for emacs-devel@gnu.org; Sun, 27 Jul 2014 14:19:51 -0400 Original-Received: from mout.gmx.net ([212.227.17.20]:59164) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBT2l-0007AE-NY; Sun, 27 Jul 2014 14:19:35 -0400 Original-Received: from [178.191.141.54] ([178.191.141.54]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0LguAU-1WgJH70EhK-00oGHC; Sun, 27 Jul 2014 20:19:35 +0200 In-Reply-To: <83wqayhe0o.fsf@gnu.org> X-Provags-ID: V03:K0:2ZLRz88eJo1+SDAt1JuqHNJYQ7KTcV9DTIfKLk6YGQTJ1Ngs/KB 1JeiDpso5SyB5gSGIHn+Xbp9ByDicZp3s50nebbG+y+ESVixTMWW7IbG3R7uIa/UFJy6WJN bUBrN1oJ7XMHdrEMTzF58UJPa/wffh/Zyc6cwAguqqZztDn5t0gP2s/APMpagybdpP48hte gwT5dTe1w/ZuGVV4DDvKg== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.20 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:173185 Archived-At: >> The horizontal scrolling behaves strangely/incorrectly and erratically >> with bidirectional text, especially when some paragraphs are L2R and >> others R2L. > > I added something simple to make the issue less painful. Sounds pretty hairy, tho ... With bidi text as above do you have a fixed text width? In which (virtual L2R) column does R2L text start? martin