GNU bug report logs -
#34371
[PATCH] gnu: emacs: Add modules support.
Previous Next
Full log
View this message in rfc822 format
Ricardo Wurmus writes:
> Ludovic Courtès <ludo <at> gnu.org> writes:
>
>> Hello Pierre-Antoine,
>>
>> Pierre-Antoine Rouby <contact <at> 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.
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
This bug report was last modified 6 years and 136 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.