all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#5920: 24.0.50; bidi: problem using 'display' text property
@ 2010-04-10  7:46 Ari Roponen
  2010-04-10  8:48 ` Eli Zaretskii
  2010-04-23 15:13 ` Eli Zaretskii
  0 siblings, 2 replies; 3+ messages in thread
From: Ari Roponen @ 2010-04-10  7:46 UTC (permalink / raw)
  To: 5920

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







^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#5920: 24.0.50; bidi: problem using 'display' text property
  2010-04-10  7:46 bug#5920: 24.0.50; bidi: problem using 'display' text property Ari Roponen
@ 2010-04-10  8:48 ` Eli Zaretskii
  2010-04-23 15:13 ` Eli Zaretskii
  1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2010-04-10  8:48 UTC (permalink / raw)
  To: Ari Roponen; +Cc: 5920

> From: Ari Roponen <ari.roponen@gmail.com>
> Date: Sat, 10 Apr 2010 10:46:42 +0300
> Cc: 
> 
> there seems to be a problem handling 'display' text property in
> bidi.

That's right: `display' properties were not yet made bidi-aware.  It's
on my TODO list.  Patches welcome to fix it.

Thanks.






^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#5920: 24.0.50; bidi: problem using 'display' text property
  2010-04-10  7:46 bug#5920: 24.0.50; bidi: problem using 'display' text property Ari Roponen
  2010-04-10  8:48 ` Eli Zaretskii
@ 2010-04-23 15:13 ` Eli Zaretskii
  1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2010-04-23 15:13 UTC (permalink / raw)
  To: Ari Roponen; +Cc: 5920-done

Thanks.  This is fixed by revno 100005.






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-04-23 15:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-10  7:46 bug#5920: 24.0.50; bidi: problem using 'display' text property Ari Roponen
2010-04-10  8:48 ` Eli Zaretskii
2010-04-23 15:13 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.