all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Distributing packages with native emacs modules
@ 2020-10-01  8:47 Immanuel Litzroth
  2020-10-01  8:52 ` Robert Pluim
  2020-10-01 13:19 ` Stefan Monnier
  0 siblings, 2 replies; 5+ messages in thread
From: Immanuel Litzroth @ 2020-10-01  8:47 UTC (permalink / raw)
  To: emacs-devel

Gents,
I'm trying to figure out how to distribute a package which has some C++ code
implementing an emacs module. I'm currently not 100% clear on all that:
1) It seems the package repo's only do byte compilation of el files?

2) Are there examples or packages doing compilation of modules?

3) It would be possible to wrap the compilation of the package in an
"(eval-when-compile"
but that would be quite laborious. Is that a route that has been taken
in the past?

4) The other option is to ship the code to the user and tell him/her
to run the compilation
if the binary module isn't there yet (possible providing an elisp
function to do that).

Any thoughts?
Immanuel


-- 
-- Researching the dual problem of finding the function that has a
given point as fixpoint.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-06 21:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-01  8:47 Distributing packages with native emacs modules Immanuel Litzroth
2020-10-01  8:52 ` Robert Pluim
2020-10-01 13:19 ` Stefan Monnier
2020-10-06 21:06   ` Stephen Leake
2020-10-06 21:23     ` Immanuel Litzroth

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.