[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Dynamic loading progress
From: |
Stephen Leake |
Subject: |
Re: Dynamic loading progress |
Date: |
Tue, 24 Mar 2015 16:08:32 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (windows-nt) |
Stephen Leake <address@hidden> writes:
> Aurélien Aptel <address@hidden> writes:
>
>> I've tried to implement modules using Daniel's plan. It turned out to
>> be pretty easy, mostly because I'm more familiar with the Emacs
>> codebase now and because it's a lot less intrusive than my previous
>> attempt.
>>
>> It's not finished but I have a basic module working on linux. It's a
>> proof of concept, basically.
>
> I've implemented a test module that calls two Ada mode parser actions
> (see below).
I've now translated that test module into Ada, and that version also
works on both Windows and Debian.
It is far easier to import this emacs_module.h into Ada than the subset
of lisp.h in the other dynamic modules approach. It will also be easier
for other module implementation languages to use.
So I suggest we adopt this approach as the way forward.
--
-- Stephe
- Re: Dynamic loading progress, (continued)
Re: Dynamic loading progress, Stephen Leake, 2015/03/16
Re: Dynamic loading progress, Stephen Leake, 2015/03/17
Re: Dynamic loading progress,
Stephen Leake <=