unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Is emacs module acceptable in ELPA?
@ 2020-10-19  7:14 Jean Louis
  2020-10-19  7:26 ` Immanuel Litzroth
  2020-10-19 14:11 ` Stefan Monnier
  0 siblings, 2 replies; 4+ messages in thread
From: Jean Louis @ 2020-10-19  7:14 UTC (permalink / raw)
  To: emacs-devel

Would Emacs module written in C be acceptable in ELPA if author likes
to provide it?

Is there way to make a package that is then using `make' and creating
module?

Jean





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

* Re: Is emacs module acceptable in ELPA?
  2020-10-19  7:14 Is emacs module acceptable in ELPA? Jean Louis
@ 2020-10-19  7:26 ` Immanuel Litzroth
  2020-10-19  7:57   ` Jean Louis
  2020-10-19 14:11 ` Stefan Monnier
  1 sibling, 1 reply; 4+ messages in thread
From: Immanuel Litzroth @ 2020-10-19  7:26 UTC (permalink / raw)
  To: Jean Louis; +Cc: emacs-devel

Is there way to make a package that is then using `make' and creating
> module?
There are some packages in Melpa that do this. They will compile the binary
when the functionality is loaded in Emacs.
https://github.com/akermu/emacs-libvterm
https://github.com/politza/pdf-tools
I think the package repos just have support for byte compiling .el files.
Immanuel


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



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

* Re: Is emacs module acceptable in ELPA?
  2020-10-19  7:26 ` Immanuel Litzroth
@ 2020-10-19  7:57   ` Jean Louis
  0 siblings, 0 replies; 4+ messages in thread
From: Jean Louis @ 2020-10-19  7:57 UTC (permalink / raw)
  To: Immanuel Litzroth; +Cc: emacs-devel

* Immanuel Litzroth <immanuel.litzroth@gmail.com> [2020-10-19 10:27]:
> Is there way to make a package that is then using `make' and creating
> > module?
> There are some packages in Melpa that do this. They will compile the binary
> when the functionality is loaded in Emacs.
> https://github.com/akermu/emacs-libvterm
> https://github.com/politza/pdf-tools
> I think the package repos just have support for byte compiling .el files.
> Immanuel

Thank you.

By the way I do use emacs-libvterm as that is handling mutt mail
client in best manner. Emacs is missing maildir support, mutt is
handling maildir blazing fast, so I cannot without it. Since I started
using libvterm, term or ansi-term also improved, there were just few
bugs and it was improved, so I will switch back to ansi-term, I hope
it will work.

I did look into code of emacs-libvterm and I can see it tries to
compile the module, it does not succeed really, but it does say that
it was successful erroneously. Though concept inside seem to be good.

Would such module creation be accepted in GNU ELPA if authors agree?
They use cmake, and other build tools?




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

* Re: Is emacs module acceptable in ELPA?
  2020-10-19  7:14 Is emacs module acceptable in ELPA? Jean Louis
  2020-10-19  7:26 ` Immanuel Litzroth
@ 2020-10-19 14:11 ` Stefan Monnier
  1 sibling, 0 replies; 4+ messages in thread
From: Stefan Monnier @ 2020-10-19 14:11 UTC (permalink / raw)
  To: Jean Louis; +Cc: emacs-devel

> Would Emacs module written in C be acceptable in ELPA if author likes
> to provide it?

Yes.  This was discussed here a few weeks/months ago.


        Stefan




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

end of thread, other threads:[~2020-10-19 14:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-19  7:14 Is emacs module acceptable in ELPA? Jean Louis
2020-10-19  7:26 ` Immanuel Litzroth
2020-10-19  7:57   ` Jean Louis
2020-10-19 14:11 ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).