emacs-devel
[Top][All Lists]
Advanced

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

Re: Questions about isearch


From: Eli Zaretskii
Subject: Re: Questions about isearch
Date: Fri, 27 Nov 2015 09:43:35 +0200

> From: Marcin Borkowski <address@hidden>
> Cc: Per Starbäck <address@hidden>, address@hidden, address@hidden,
>  address@hidden
> Date: Thu, 26 Nov 2015 22:35:10 +0100
> 
> OTOH, my feeling is that a solution which would be correct 85% of the
> time is better than no solution.

That could well be so, yes.  But even for such a partial solution, we
still need gobs of infrastructure we don't have.  For example, people
mentioned language-dependent character folding: to be able to do that
we need a large language-dependent database of collation data.  That
probably means import or access the Unicode CLRD
(http://cldr.unicode.org/).  (We could instead rely on the underlying
libc to provide that, but then it would only work on glibc-based
systems, and will require to switch locales each time we need another
language, which is IMO cumbersome, inefficient, and inelegant.)  We
cannot seriously speak about language-dependent processing before we
have that data and functions to use it.

Having that infrastructure is also necessary for more sophisticated
language-sensitive processing that I think we should eventually have,
so patches to add such a functionality are welcome.




reply via email to

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