emacs-bidi
[Top][All Lists]
Advanced

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

Re: [emacs-bidi] debugging visual-to-logical


From: Alex Schroeder
Subject: Re: [emacs-bidi] debugging visual-to-logical
Date: Mon, 19 Nov 2001 12:25:15 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i686-pc-linux-gnu)

"Yair Friedman (Jerusalem)" <address@hidden> writes:

> What does (bidi-visual-to-logical ".02-654-3210 :SI REBMUN YM" 'R2L) eval to?

Strange, it seems to be no problem at all:

(bidi-visual-to-logical ".02-654-3210 :SI REBMUN YM" 'R2L)
"MY NUMBER IS: 02-654-3210."

If you use the version where the string is inverted in R2L
environments, the result is the same:

(bidi-visual-to-logical-test ".02-654-3210 :SI REBMUN YM" 'R2L)
"MY NUMBER IS: 02-654-3210."

> In short words logical without formatting codes to visual mapping is
> many to one mapping.

Yes, this where more work on the visual back to logical transformation
is required, perhaps.  Either we find some extra rules to eliminate
unwanted alternatives, or we provide a nice interface to the problem
solving aids, or we decide to ignore this problem.

Alex.
-- 
http://www.emacswiki.org/



reply via email to

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