From: Ricardo Wurmus <rekado@elephly.net>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: Pierre-Antoine Rouby <contact@parouby.fr>, 34371@debbugs.gnu.org
Subject: [bug#34371] [PATCH] gnu: emacs: Add modules support.
Date: Mon, 18 Feb 2019 23:58:11 +0100 [thread overview]
Message-ID: <87zhqsvh4s.fsf@elephly.net> (raw)
In-Reply-To: <87imxkkb1o.fsf@gnu.org>
Ludovic Courtès <ludo@gnu.org> writes:
> Hello Pierre-Antoine,
>
> Pierre-Antoine Rouby <contact@parouby.fr> skribis:
>
>> * gnu/packages/emacs.scm (emacs): Add modules support in configure-flags.
>> ---
>> gnu/packages/emacs.scm | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
>> index 7e8dcadf9..40d280f3e 100644
>> --- a/gnu/packages/emacs.scm
>> +++ b/gnu/packages/emacs.scm
>> @@ -115,6 +115,7 @@
>> (build-system glib-or-gtk-build-system)
>> (arguments
>> `(#:tests? #f ; no check target
>> + #:configure-flags (list "--with-modules")
>
> What effect does it have? (I guess I’m a noob!)
>
> If the Emacsfolks among us are fine with it, then so be it!
This allows one to build and load native C modules. It’s a heavy-weight
extension mechanism (that one could use to extend Emacs with Guile
support, for example).
I don’t object to this change.
--
Ricardo
next prev parent reply other threads:[~2019-02-18 22:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-07 16:43 [bug#34371] [PATCH] gnu: emacs: Add modules support Pierre-Antoine Rouby
2019-02-15 21:16 ` Ludovic Courtès
2019-02-18 22:58 ` Ricardo Wurmus [this message]
2019-02-18 23:05 ` Brett Gilio
2019-03-04 13:40 ` bug#34371: " Ludovic Courtès
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=87zhqsvh4s.fsf@elephly.net \
--to=rekado@elephly.net \
--cc=34371@debbugs.gnu.org \
--cc=contact@parouby.fr \
--cc=ludo@gnu.org \
/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/guix.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.