[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [emacs-bidi] Re: Callbacks?
From: |
Kenichi Handa |
Subject: |
Re: [emacs-bidi] Re: Callbacks? |
Date: |
Thu, 01 Dec 2005 22:02:39 +0900 |
User-agent: |
SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) |
In article <address@hidden>, Martin Duerst <address@hidden> writes:
>> but there's no way to use
>> text properties to reorder characters for display.
One idea is to use overlay. If you setup an overlay with
before-string and/or after-string property on a certain
region, I think you can reorder character displaying without
modifying Eli's bidi code. In this case, the property value
is such bidi controlling characters as "LRE", "RLE", "PDF".
---
Kenichi Handa
address@hidden