GNU bug report logs -
#34371
[PATCH] gnu: emacs: Add modules support.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 04 Mar 2019 14:40:28 +0100
with message-id <87d0n6sqpf.fsf <at> gnu.org>
and subject line Re: [bug#34371] [PATCH] gnu: emacs: Add modules support.
has caused the debbugs.gnu.org bug report #34371,
regarding [PATCH] gnu: emacs: Add modules support.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
34371: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34371
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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")
#:phases
(modify-phases %standard-phases
(add-before 'configure 'fix-/bin/pwd
--
2.20.1
[Message part 3 (message/rfc822, inline)]
Hi,
Ricardo Wurmus <rekado <at> elephly.net> skribis:
> 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.
Alright, applied.
Thanks Ricardo and Brett for chiming in!
Ludo’.
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.