[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#41732: New ’package-with-emacs-next’ procedure
From: |
Maxim Cournoyer |
Subject: |
bug#41732: New ’package-with-emacs-next’ procedure |
Date: |
Sat, 26 Sep 2020 23:45:09 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Hi Nicolas,
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
> Hello,
>
> zimoun <zimon.toutoune@gmail.com> writes:
>
>> I withdraw the patch proposal since the patch set #43578 [1] fulfills
>> the request. Now, for recompiling all the Emacs packages of one
>> manifest.scm file with the emacs-next package (changing the Emacs VM),
>> it is as easy as:
>>
>> --8<---------------cut here---------------start------------->8---
>> guix build -m manifest.scm --with-input=emacs-minimal=emacs-next
>> --8<---------------cut here---------------end--------------->8---
>
> Some Emacs packages rely on emacs package, not on emacs-minimal. IIUC,
> the command above could give surprising results in this case. Maybe the
> documentation/cookbook could warn about this caveat.
Perhaps then,
--8<---------------cut here---------------start------------->8---
guix build -m manifest.scm --with-input=emacs-minimal=emacs-next \
--with-input=emacs=emacs-next
--8<---------------cut here---------------end--------------->8---
I haven't tried myself.
Maxim