[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Internationalize Emacs's messages (swahili)
From: |
Zhu Zihao |
Subject: |
Re: Internationalize Emacs's messages (swahili) |
Date: |
Mon, 28 Dec 2020 16:05:28 +0800 |
User-agent: |
mu4e 1.4.13; emacs 27.1 |
Richard Stallman writes:
> To fully adopt Fluent along with gettext as the GNU method of handling
> this, we need to make it work in C programs. The only simple, clean
> and general way is to implement it in C.
>
> Maintainers will never adopt this if their programs need to link
> with Emacs or with Rust.
Rust is able to generate C dynamic library, so we can link with it.
The dynamic library generated by Rust often statically link with its
Rust dependencies(unless that dependency is a C lib wrapper). So
it's not difficult for user to get it.
I can ask upstream whether they have interest in maintain a stable C
inteface, if they can help, we don't need to reinvent wheels.
You can take a look at librsvg[1] (from project GNOME). A SVG renderer
powered by Rust(and it's also used by Emacs currently)
[1]: https://gitlab.gnome.org/GNOME/librsvg
--
Retrieve my PGP public key:
gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F
Zihao
signature.asc
Description: PGP signature
- Re: Internationalize Emacs's messages (swahili), (continued)
- Re: Internationalize Emacs's messages (swahili), Juri Linkov, 2020/12/27
- Re: Internationalize Emacs's messages (swahili), Richard Stallman, 2020/12/26
- Re: Internationalize Emacs's messages (swahili), Daniel Brooks, 2020/12/26
- Re: Internationalize Emacs's messages (swahili), Richard Stallman, 2020/12/27
- Re: Internationalize Emacs's messages (swahili), Daniel Brooks, 2020/12/27
- Re: Internationalize Emacs's messages (swahili), Richard Stallman, 2020/12/28
- Re: making gettext more like fluent, Daniel Brooks, 2020/12/28
- Re: making gettext more like fluent, Richard Stallman, 2020/12/29
- Re: making gettext more like fluent, Daniel Brooks, 2020/12/29
- Re: making gettext more like fluent, Richard Stallman, 2020/12/30
- Re: Internationalize Emacs's messages (swahili),
Zhu Zihao <=
- Re: Internationalize Emacs's messages (swahili), Richard Stallman, 2020/12/29
- Re: Internationalize Emacs's messages (swahili), Daniel Brooks, 2020/12/29
- Re: Internationalize Emacs's messages (swahili), Zhu Zihao, 2020/12/29
- The posibility to use Rust libraries with GNU Project softwares(e.g. link with Rust library), Zhu Zihao, 2020/12/30
- Re: Internationalize Emacs's messages (swahili), Andy Moreton, 2020/12/30
- Rust trademark problems - Re: Internationalize Emacs's messages (swahili), Jean Louis, 2020/12/30
- Re: Emacs Survey: Toolbars, Eli Zaretskii, 2020/12/21
- Re: Emacs Survey: Toolbars, Christopher Dimech, 2020/12/21
- Re: Emacs Survey: Toolbars, Gregory Heytings, 2020/12/22
- Re: Emacs Survey: Toolbars, Daniel MartÃn, 2020/12/22