[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What's the best way to write complex emacs extension
From: |
Stephen Leake |
Subject: |
Re: What's the best way to write complex emacs extension |
Date: |
Sun, 02 Nov 2014 06:52:42 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.94 (windows-nt) |
"scopeview ." <address@hidden> writes:
> So my complex extension is elisp + c++ code and I make elisp as simple
> as possible. We can link c code to emacs binary, but I don't think it's a
> good solution. In xemacs, we can extend elisp by writing c/c++ shared
> library and load it dynamicly. If emacs has this feature, my complex emacs
> extension can be much simpler.
This is being worked on, in the branch at
https://github.com/aaptel/emacs-dynamic-module
Note that Emacs is transitioning to use git for the main repository
soon, so this branch will change to use that soon.
--
-- Stephe