all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: raman <raman@google.com>
Cc: Nicolas Petton <petton.nicolas@gmail.com>,
	Emacs development discussions <emacs-devel@gnu.org>
Subject: Compiling non-Elisp files in ELPA packages (was: Including some functions from dash.el in Emacs?)
Date: Thu, 30 Oct 2014 11:48:01 -0400	[thread overview]
Message-ID: <jwvzjcda7ix.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <87bnot1v3g.fsf@gmail.com> (raman@google.com's message of "Thu, 30 Oct 2014 07:38:11 -0700")

> Sadly Not Yet at least, since elpa doesn't make it easy for me (or at
> least I dont know how) to  bundle the speech server which might need
> compilation (not elisp)

ELPA currently doesn't support such things, indeed, and since this is
something that's needed by several "potential packages", it would be
good to fix this and provide support for it.  So I encourage you to try
and see what would be needed and help us improve package.el in
that direction.

This said, in the mean time, you might get things to work by adding in
the main Elisp file of your package something along the lines of:

    (eval-when-compile (call-process "make"))


-- Stefan



      reply	other threads:[~2014-10-30 15:48 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-29  7:25 Including some functions from dash.el in Emacs? Nicolas Petton
2014-10-29 12:50 ` Stefan Monnier
2014-10-29 13:04   ` Rasmus
2014-10-29 13:16   ` Nicolas Petton
2014-10-29 14:06     ` Stefan Monnier
2014-10-29 14:52       ` Nicolas Petton
2014-10-29 16:35         ` Stefan Monnier
2014-10-30  9:24           ` Nicolas Petton
2014-10-30 13:41             ` Stefan Monnier
2014-10-29 14:09   ` raman
2014-10-29 16:36     ` Stefan Monnier
2014-10-30 14:38       ` raman
2014-10-30 15:48         ` Stefan Monnier [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvzjcda7ix.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=petton.nicolas@gmail.com \
    --cc=raman@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.