GNU bug report logs - #71903
Add update emacs packages

Previous Next

Package: guix-patches;

Reported by: Thanos Apollo <public <at> thanosapollo.org>

Date: Tue, 2 Jul 2024 15:31:01 UTC

Severity: normal

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71903 in the body.
You can then email your comments to 71903 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#71903; Package guix-patches. (Tue, 02 Jul 2024 15:31:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Thanos Apollo <public <at> thanosapollo.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 02 Jul 2024 15:31:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Thanos Apollo <public <at> thanosapollo.org>
To: guix-patches <at> gnu.org
Subject: Add update emacs packages
Date: Tue, 02 Jul 2024 18:30:03 +0300
[Message part 1 (text/plain, inline)]
Hello,

Attaching patches below.


[0001-gnu-Add-emacs-eshell-git-prompt.patch (text/x-patch, attachment)]
[0002-gnu-Add-emacs-gnosis.patch (text/x-patch, attachment)]
[0003-gnu-emacs-jabber-Update.patch (text/x-patch, attachment)]
[Message part 5 (text/plain, inline)]

-- 

Thanos Apollo
 
https://thanosapollo.org

62B7 58D0 F671 9938 BC09 CECA 339F 736C 3A72 0928

Information forwarded to guix-patches <at> gnu.org:
bug#71903; Package guix-patches. (Tue, 02 Jul 2024 16:52:02 GMT) Full text and rfc822 format available.

Message #8 received at 71903 <at> debbugs.gnu.org (full text, mbox):

From: Thanos Apollo <public <at> thanosapollo.org>
To: 71903 <at> debbugs.gnu.org
Cc: Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Andrew Tropin <andrew <at> trop.in>
Subject: [FIX] Fix git commits & typos
Date: Tue, 02 Jul 2024 19:51:35 +0300
[Message part 1 (text/plain, inline)]
I've fixed the previous patches, had a couple typos and incorrectly
formatted git commits.  Any input is appreciated, new to guix packaging
& workflow.

[0001-gnu-Add-emacs-eshell-git-prompt.patch (text/x-patch, attachment)]
[0002-gnu-Add-emacs-gnosis.patch (text/x-patch, attachment)]
[0003-gnu-emacs-jabber-Update-to-0.8.92-1-0b6msd.patch (text/x-patch, attachment)]
[Message part 5 (text/plain, inline)]
-- 

Thanos Apollo
 
https://thanosapollo.org

62B7 58D0 F671 9938 BC09 CECA 339F 736C 3A72 0928

Information forwarded to guix-patches <at> gnu.org:
bug#71903; Package guix-patches. (Tue, 02 Jul 2024 17:04:02 GMT) Full text and rfc822 format available.

Message #11 received at 71903 <at> debbugs.gnu.org (full text, mbox):

From: Thanos Apollo <public <at> thanosapollo.org>
To: 71903 <at> debbugs.gnu.org
Subject: [Fix] emacs-gnosis: Use proper desc & alph order of inputs
Date: Tue, 02 Jul 2024 20:03:58 +0300
[Message part 1 (text/plain, inline)]
Fixing the patch for adding gnosis by having proper description & order
of inputs alphabetically.

[0001-gnu-Add-emacs-gnosis.patch (text/x-patch, attachment)]
[Message part 3 (text/plain, inline)]

-- 

Thanos Apollo
 
https://thanosapollo.org

62B7 58D0 F671 9938 BC09 CECA 339F 736C 3A72 0928

Information forwarded to guix-patches <at> gnu.org:
bug#71903; Package guix-patches. (Tue, 02 Jul 2024 18:12:02 GMT) Full text and rfc822 format available.

Message #14 received at 71903 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Thanos Apollo <public <at> thanosapollo.org>, 71903 <at> debbugs.gnu.org
Cc: Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Andrew Tropin <andrew <at> trop.in>
Subject: Re: [FIX] Fix git commits & typos
Date: Tue, 02 Jul 2024 20:10:06 +0200
Hello,

Am Dienstag, dem 02.07.2024 um 19:51 +0300 schrieb Thanos Apollo:
> I've fixed the previous patches, had a couple typos and incorrectly
> formatted git commits.  Any input is appreciated, new to guix
> packaging & workflow.
It would be nice if you could format your patches using git format-
patch or send them directly via git send-email.  We also have a wrapper
called mumi, which takes care of these things for you.

Use the --reroll-count to version your patches, so that folks can
easily fetch the latest one.

Cheers




Information forwarded to guix-patches <at> gnu.org:
bug#71903; Package guix-patches. (Thu, 04 Jul 2024 16:19:01 GMT) Full text and rfc822 format available.

Message #17 received at 71903 <at> debbugs.gnu.org (full text, mbox):

From: Thanos Apollo <public <at> thanosapollo.org>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: 71903 <at> debbugs.gnu.org, Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Andrew Tropin <andrew <at> trop.in>
Subject: Re: [FIX] Fix git commits & typos
Date: Thu, 04 Jul 2024 19:17:56 +0300
Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:

> Hello,
>
> Am Dienstag, dem 02.07.2024 um 19:51 +0300 schrieb Thanos Apollo:
>> I've fixed the previous patches, had a couple typos and incorrectly
>> formatted git commits.  Any input is appreciated, new to guix
>> packaging & workflow.

Thanks, gnosis does not work properly with the current packaged version
of emacsql.  This thread/issue should be closed & the patches discarded.

emacs-eshell-git-prompt patch can be found here
<https://issues.guix.gnu.org/71910>


-- 

Thanos Apollo
 
https://thanosapollo.org

62B7 58D0 F671 9938 BC09 CECA 339F 736C 3A72 0928




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Mon, 08 Jul 2024 08:30:02 GMT) Full text and rfc822 format available.

Notification sent to Thanos Apollo <public <at> thanosapollo.org>:
bug acknowledged by developer. (Mon, 08 Jul 2024 08:30:02 GMT) Full text and rfc822 format available.

Message #22 received at 71903-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Thanos Apollo <public <at> thanosapollo.org>
Cc: 71903-done <at> debbugs.gnu.org
Subject: Re: [bug#71903] [Fix] emacs-gnosis: Use proper desc & alph order of
 inputs
Date: Mon, 08 Jul 2024 10:29:21 +0200
Hello,

Thanos Apollo <public <at> thanosapollo.org> writes:

> Fixing the patch for adding gnosis by having proper description & order
> of inputs alphabetically.

I applied the two missing patches (Liliana already had applied the
first one).

I used the tag for Gnosis, instead of a raw commit. For emacs-jabber,
there was a mistake in the commit hash, so I used the last one to date
from upstream.

Thank you!

Regards,
-- 
Nicolas Goaziou






Information forwarded to guix-patches <at> gnu.org:
bug#71903; Package guix-patches. (Mon, 08 Jul 2024 16:25:02 GMT) Full text and rfc822 format available.

Message #25 received at 71903-done <at> debbugs.gnu.org (full text, mbox):

From: Thanos Apollo <public <at> thanosapollo.org>
To: 71903-done <at> debbugs.gnu.org
Subject: Re: [bug#71903] [Fix] emacs-gnosis: Use proper desc & alph order of
 inputs
Date: Mon, 08 Jul 2024 19:24:09 +0300
Nicolas Goaziou <mail <at> nicolasgoaziou.fr> writes:


[...]

> I used the tag for Gnosis, instead of a raw commit.

Thanks.  Although gnosis builds successfully, it relies on
'emacsql-sqlite-open[1] which is not available in the current version of
emacsql packaged for Guix.

To ensure it works properly, we need to update emacs-emacsql.  This
update would also benefit many newer versions of other emacs packages.

/Newer versions of emacsql take advantage of the built-in support for sqlite./


[1] https://github.com/magit/emacsql/issues/113

-- 

Thanos Apollo
 
https://thanosapollo.org

62B7 58D0 F671 9938 BC09 CECA 339F 736C 3A72 0928




Information forwarded to guix-patches <at> gnu.org:
bug#71903; Package guix-patches. (Mon, 08 Jul 2024 16:39:01 GMT) Full text and rfc822 format available.

Message #28 received at 71903-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Thanos Apollo <public <at> thanosapollo.org>
Cc: 71903-done <at> debbugs.gnu.org
Subject: Re: [bug#71903] [Fix] emacs-gnosis: Use proper desc & alph order of
 inputs
Date: Mon, 08 Jul 2024 18:37:26 +0200
Hello,

Thanos Apollo <public <at> thanosapollo.org> writes:

> Thanks.  Although gnosis builds successfully, it relies on
> 'emacsql-sqlite-open[1] which is not available in the current version of
> emacsql packaged for Guix.
>
> To ensure it works properly, we need to update emacs-emacsql.  This
> update would also benefit many newer versions of other emacs packages.

OK. Would you want to prepare a patch for that?

Regards,
-- 
Nicolas Goaziou






Information forwarded to guix-patches <at> gnu.org:
bug#71903; Package guix-patches. (Mon, 08 Jul 2024 17:55:02 GMT) Full text and rfc822 format available.

Message #31 received at 71903-done <at> debbugs.gnu.org (full text, mbox):

From: Thanos Apollo <public <at> thanosapollo.org>
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: 71903-done <at> debbugs.gnu.org
Subject: Re: [bug#71903] [Fix] emacs-gnosis: Use proper desc & alph order of
 inputs
Date: Mon, 08 Jul 2024 20:54:19 +0300
Nicolas Goaziou <mail <at> nicolasgoaziou.fr> writes:


[...]
>> To ensure it works properly, we need to update emacs-emacsql.  This
>> update would also benefit many newer versions of other emacs packages.
>
> OK. Would you want to prepare a patch for that?
>

Sure, patch sent <https://issues.guix.gnu.org/72000>

(also made a duplicate of this on yeetube issue, forgot to use 'mumi new')


Cheers,

-- 

Thanos Apollo
 
https://thanosapollo.org

62B7 58D0 F671 9938 BC09 CECA 339F 736C 3A72 0928




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 06 Aug 2024 11:24:17 GMT) Full text and rfc822 format available.

This bug report was last modified 72 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.