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

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

[Emacs-bug-tracker] bug#5920: closed (24.0.50; bidi: problem using 'disp


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#5920: closed (24.0.50; bidi: problem using 'display' text property)
Date: Fri, 23 Apr 2010 15:14:02 +0000

Your message dated Fri, 23 Apr 2010 18:13:37 +0300
with message-id <address@hidden>
and subject line Re: bug#5920: 24.0.50; bidi: problem using 'display' text 
property
has caused the GNU bug report #5920,
regarding 24.0.50; bidi: problem using 'display' text property
to be marked as done.

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


-- 
5920: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5920
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.50; bidi: problem using 'display' text property Date: Sat, 10 Apr 2010 10:46:42 +0300
Hi,

there seems to be a problem handling 'display' text property in
bidi. The bug can be reproduced with this:

  (progn
    (switch-to-buffer "*tmp*")
    (setq bidi-display-reordering t)
    (insert "first\nsecond\n" (propertize "III" 'display "third") "\nfourth"))

After evaluating the form the buffer looks like this:
('|' represents the cursor):

-------------
first
second
third
II
fourth|
-------------

The extra line showing "II" disappears when disabling bidi.


In GNU Emacs 24.0.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 2.19.7)
 of 2010-04-09 on arirop
Windowing system distributor `Fedora Project', version 11.0.10799901

-- 
Ari Roponen




--- End Message ---
--- Begin Message --- Subject: Re: bug#5920: 24.0.50; bidi: problem using 'display' text property Date: Fri, 23 Apr 2010 18:13:37 +0300
Thanks.  This is fixed by revno 100005.


--- End Message ---

reply via email to

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