emacs-devel
[Top][All Lists]
Advanced

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

Re: good examples of Emacs modules?


From: Syohei Yoshida
Subject: Re: good examples of Emacs modules?
Date: Sat, 2 Apr 2016 11:10:21 +0900

Hi,

>
> Syohei, I really like what you did and I would be interested in your
> feedback on what could be improved, what should we add&optimize in the
> module API, etc.
>

I want vector(or list) and hash table API(there are some vector API in
emacs_env).
I know that we can use them via env->funcall, however we need a lot of code for
using them(intern function name, set arguments to emacs_value array,
env->funcall).
I think it is useful if we can handle vector, list, hash table easily.

Regards

-- 
Syohei YOSHIDA(address@hidden)



reply via email to

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