[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs Lisp's future
From: |
David Kastrup |
Subject: |
Re: Emacs Lisp's future |
Date: |
Sat, 27 Sep 2014 16:24:11 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
> Could you move on to some other discussion?
> I mean, it's not like this is a problem we need to fix now (if ever).
Uh, Pango was an analogy example. The actual question was whether Emacs
can or should delegate its character encoding/decoding processing (not
really significantly related to Pango but subject to similar
considerations) to GUILE's current mechanisms. Which seem to be
libunistring via libiconv (both GNU libraries it would appear) rather
than the ICU mentioned elsewhere.
> So let's cross this bridge when we get there.
The GUILE bridge is there. Robin Templeton's status of the port is that
it is mostly complete, with strings/buffers being the most notable part
obliterating acceptable performance via thick glue layers between Emacs'
and GUILE's different implementations of similar concepts.
Removing the thick glue layer requires that Emacs and GUILE strings (and
Emacs buffers and GUILE whatever) become exchangeable and offer the same
operations without impacting performance for either.
--
David Kastrup
- Re: Emacs Lisp's future, (continued)
- Re: Emacs Lisp's future, David Kastrup, 2014/09/26
- Re: Emacs Lisp's future, Dmitry Antipov, 2014/09/26
- Re: Emacs Lisp's future, Eli Zaretskii, 2014/09/26
- Re: Emacs Lisp's future, David Kastrup, 2014/09/26
- Re: Emacs Lisp's future, Stephen J. Turnbull, 2014/09/27
- Re: Emacs Lisp's future, Eli Zaretskii, 2014/09/27
- Re: Emacs Lisp's future, Stephen J. Turnbull, 2014/09/27
- Re: Emacs Lisp's future, David Kastrup, 2014/09/27
- Re: Emacs Lisp's future, Eli Zaretskii, 2014/09/27
- Re: Emacs Lisp's future, Stefan Monnier, 2014/09/27
- Re: Emacs Lisp's future,
David Kastrup <=
- Re: Emacs Lisp's future, Stefan Monnier, 2014/09/27
- Re: Emacs Lisp's future, David Kastrup, 2014/09/27
- Re: Emacs Lisp's future, Stefan Monnier, 2014/09/27
- Re: Emacs Lisp's future, David Kastrup, 2014/09/27
- Re: Emacs Lisp's future, Stefan Monnier, 2014/09/27
- Re: Emacs Lisp's future, Richard Stallman, 2014/09/28
- Re: Emacs Lisp's future, Stefan Monnier, 2014/09/28
- Re: Emacs Lisp's future, Richard Stallman, 2014/09/29
- Re: Emacs Lisp's future, Taylan Ulrich Bayirli/Kammer, 2014/09/27
- Re: Emacs Lisp's future, Robin Templeton, 2014/09/27