guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#34371] [PATCH] gnu: emacs: Add modules support.


From: Brett Gilio
Subject: [bug#34371] [PATCH] gnu: emacs: Add modules support.
Date: Mon, 18 Feb 2019 17:05:41 -0600
User-agent: mu4e 1.0; emacs 26.1

Ricardo Wurmus writes:

> Ludovic Courtès <address@hidden> writes:
>
>> Hello Pierre-Antoine,
>>
>> Pierre-Antoine Rouby <address@hidden> 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.

Agreed with Ricardo,

I think this change is great, it is something I have been doing in my
own recipe for Emacs. Move it upstream, for sure.

Brett Gilio





reply via email to

[Prev in Thread] Current Thread [Next in Thread]