[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bidirectional text and URLs
From: |
Richard Stallman |
Subject: |
Re: Bidirectional text and URLs |
Date: |
Sun, 07 Dec 2014 04:20:31 -0500 |
[[[ To any NSA and FBI agents reading my email: please consider ]]]
[[[ whether defending the US Constitution against all enemies, ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]
> > > We already have a better solution for that, I just added yesterday the
> > > infrastructure that enables such a solution.
> >
> > Could you tell me what that solution is? I'm concerned that we
> > may be miscommunicating again.
> I meant this primitive:
> (bidi-find-overridden-directionality FROM TO &optional OBJECT)
> Return position between FROM and TO where directionality was overridden.
This looks like a way to _test_ part of a buffer or string to see if
it has any bidi strangeness. Could you confirm?
If so, the questionis: once you detect the strangeness, what then?
I suppose the next step is either an error message or a query.
In either case, I think we should show the user (1) what the text
looks like and (2) what's actually in it.
With your implementation of context-regeneration, we can show what
the text looks like.
How can we show what it really is?
Perhaps what we want is a suppress-bidi property, or a bidi property
that would specify the direction for certain text. These properties
would override all bidi attributes of the characters themselves.
--
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
Use Ekiga or an ordinary phone call.
- Re: Bidirectional text and URLs, (continued)
- Re: Bidirectional text and URLs, Richard Stallman, 2014/12/02
- Re: Bidirectional text and URLs, Eli Zaretskii, 2014/12/02
- Re: Bidirectional text and URLs, Eli Zaretskii, 2014/12/02
- Re: Bidirectional text and URLs, Richard Stallman, 2014/12/03
- Re: Bidirectional text and URLs, Eli Zaretskii, 2014/12/03
- Re: Bidirectional text and URLs, Richard Stallman, 2014/12/05
- Re: Bidirectional text and URLs, Eli Zaretskii, 2014/12/05
- Re: Bidirectional text and URLs,
Richard Stallman <=
- Re: Bidirectional text and URLs, Eli Zaretskii, 2014/12/07
- Re: Bidirectional text and URLs, Richard Stallman, 2014/12/07
- Re: Bidirectional text and URLs, Eli Zaretskii, 2014/12/08
- Re: Bidirectional text and URLs, Richard Stallman, 2014/12/03
- Re: Bidirectional text and URLs, Richard Stallman, 2014/12/03
Re: Bidirectional text and URLs, Richard Stallman, 2014/12/01