emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#6998: closed (24.0.50; bidi: lines starting with


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6998: closed (24.0.50; bidi: lines starting with neutral types have the wrong base direction?)
Date: Fri, 10 Sep 2010 22:34:01 +0000

Your message dated Sat, 11 Sep 2010 01:29:44 +0300
with message-id <address@hidden>
and subject line Re: 24.0.50; bidi: lines starting with neutral types have the 
wrong base direction?
has caused the GNU bug report #6998,
regarding 24.0.50; bidi: lines starting with neutral types have the wrong base 
direction?
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
6998: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6998
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.50; bidi: lines starting with neutral types have the wrong base direction? Date: Wed, 8 Sep 2010 11:39:06 +0300
While investigating a crash I came across this problem.

By default in Emacs, lines starting with Other Neutral types (in this
case `*') seem to be following the direction of the line before them,
and perhaps not being considered as separate paragraphs. This makes
Emacs display files differently than the output of fribidi (gedit,
etc).

For example, I have a file with the following content:

* ARABIC
* abcdef

I'd expect to see:

                             CIBARA *
* abcdef                             

But in Emacs it's shown as:

                             CIBARA *
                             abcdef *

Another example is:

* First
[BLANK_LINE]
ARABIC
* Second

What I expect:

* First
[BLANK_LINE]
                               CIBARA
* Second

What is shown in Emacs:

* First
[BLANK_LINE]
                               CIBARA
                             Second *

This seems like a bug to me.

Tests were done using -Q --eval "(setq-default bidi-display-reordering t)".
In GNU Emacs 24.0.50.6 (i686-pc-linux-gnu, GTK+ Version 2.20.1)
 of 2010-09-07

Thanks.

--
Thamer



--- End Message ---
--- Begin Message --- Subject: Re: 24.0.50; bidi: lines starting with neutral types have the wrong base direction? Date: Sat, 11 Sep 2010 01:29:44 +0300
I did some testing, and I found out that the differences between Emacs
and other apps (fribidi, gedit, kwrite, etc) are explained by the other
apps' use of "line-based reordering", while Emacs uses
"paragraph-based reordering" (perhaps to avoid filled paragraphs
having more than one direction). So I guess this is not a bug per se.

However, I still see inconsistent rendering of the second example
given above. But I'll file a more specific bug for that.

Closing.

-- 
Thamer




--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]