help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Emacs 25 modules


From: Zhang Jun
Subject: Re: Emacs 25 modules
Date: Wed, 2 Nov 2016 15:32:58 +0800

don't know rust and OSx, if your module also load other .so file at
runtime, it may have problem,
then need to change emacs src/dynlib.c, add RTLD_GLOBAL flag to dlopen()

On Thu, Oct 27, 2016 at 1:34 AM, Joey Ezechiels <joey.ezechiels@gmail.com>
wrote:

> Yes, the module code is located here
> <https://github.com/jjpe/spoofax-mode/tree/master/module.rs>, and the
> Elisp
> code that loads the module is located here
> <https://github.com/jjpe/spoofax-mode/blob/master/spoofax.el#L112>.
>
> The module is written in Rust, but an earlier prototype of the module was
> written in C and exhibited the same loading issues under Linux.
>
>
> Best regards / Met vriendelijke groet
> Joey Ezechiƫls
>


reply via email to

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