From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel,gmane.emacs.bidi Subject: Re: Mixed L2R and R2L paragraphs and horizontal scroll Date: Sun, 31 Jan 2010 10:36:36 +0100 Message-ID: <4B654F24.5020603@gmx.at> 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> NNTP-Posting-Host: lo.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 1264930608 17705 80.91.229.12 (31 Jan 2010 09:36:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 31 Jan 2010 09:36:48 +0000 (UTC) Cc: emacs-bidi@gnu.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 31 10:36:46 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 1NbWEX-0007m9-Hf for ged-emacs-devel@m.gmane.org; Sun, 31 Jan 2010 10:36:45 +0100 Original-Received: from localhost ([127.0.0.1]:34299 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbWEW-0004C5-Sa for ged-emacs-devel@m.gmane.org; Sun, 31 Jan 2010 04:36:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NbWES-0004Bv-PY for emacs-devel@gnu.org; Sun, 31 Jan 2010 04:36:40 -0500 Original-Received: from [199.232.76.173] (port=58843 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbWES-0004Bg-Er for emacs-devel@gnu.org; Sun, 31 Jan 2010 04:36:40 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NbWEQ-0000WR-Sb for emacs-devel@gnu.org; Sun, 31 Jan 2010 04:36:40 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:60034) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NbWEQ-0000W1-3e for emacs-devel@gnu.org; Sun, 31 Jan 2010 04:36:38 -0500 Original-Received: (qmail invoked by alias); 31 Jan 2010 09:36:36 -0000 Original-Received: from 62-47-58-129.adsl.highway.telekom.at (EHLO [62.47.58.129]) [62.47.58.129] by mail.gmx.net (mp066) with SMTP; 31 Jan 2010 10:36:36 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19XNHshU4xXAO9VAiUBMdHDp3f4s4G+gp/r/VcS4s 5GZ6IEFRreFl6b User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <83eil7i84h.fsf@gnu.org> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.75 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:120739 gmane.emacs.bidi:478 Archived-At: > Yes, and they were also flushed to the right. This is what the > bidirectional display does. With bidirectional display going to the end of the first line in the first window you earlier proposed to show +---------+---------+-------------------+ |$ijk |abcdefgh$|abcdefghijk | |$HGFEDCBA|$HGFEDCBA| KJIHGFEDCBA| | | | | +---------+---------+-------------------+ Now moving in the first window to the end of the second line do you want to display +---------+---------+-------------------+ |$ijk |abcdefgh$|abcdefghijk | | KJI$|$HGFEDCBA| KJIHGFEDCBA| | | | | +---------+---------+-------------------+ or +---------+---------+-------------------+ |abcdefgh$|abcdefgh$|abcdefghijk | | KJI$|$HGFEDCBA| KJIHGFEDCBA| | | | | +---------+---------+-------------------+ or something else? martin