GNU bug report logs - #55795
[PATCH] gnu: emacs-next: Update to 0a5477b4.

Previous Next

Package: guix-patches;

Reported by: Josselin Poiret <dev <at> jpoiret.xyz>

Date: Sat, 4 Jun 2022 15:25:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

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 55795 in the body.
You can then email your comments to 55795 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#55795; Package guix-patches. (Sat, 04 Jun 2022 15:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Josselin Poiret <dev <at> jpoiret.xyz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 04 Jun 2022 15:25:02 GMT) Full text and rfc822 format available.

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

From: Josselin Poiret <dev <at> jpoiret.xyz>
To: guix-patches <at> gnu.org
Cc: Josselin Poiret <dev <at> jpoiret.xyz>
Subject: [PATCH] gnu: emacs-next: Update to 0a5477b4.
Date: Sat,  4 Jun 2022 17:23:40 +0200
* gnu/packages/emacs.scm (emacs-next): Update to
0a5477b448e6b62bcedc1803e531ec7686eea48d, fixing emacs bug 55149
that breaks magit among others.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 78560b477d..ef24df8950 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -321,7 +321,7 @@ (define* (emacs-byte-compile-directory dir)
     (license license:gpl3+)))
 
 (define-public emacs-next
-  (let ((commit "38d87c43c2ad727406dcfe316aac5e24e202c251")
+  (let ((commit "0a5477b448e6b62bcedc1803e531ec7686eea48d")
         (revision "0"))
     (package
       (inherit emacs)
@@ -337,7 +337,7 @@ (define-public emacs-next
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0h206asgaqfzhz36p78n23yj4p7kbr6a1f0j0njzxf0ypqrmw9yr"))))
+           "0dqmrawkvbypxp8gcnspnhhmfamzp3l62gfgp1pw2l6svz58v991"))))
       (native-inputs
        (modify-inputs (package-native-inputs emacs)
          (prepend autoconf))))))
-- 
2.36.1





Information forwarded to guix-patches <at> gnu.org:
bug#55795; Package guix-patches. (Sat, 04 Jun 2022 17:09:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Josselin Poiret <dev <at> jpoiret.xyz>, 55795 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: emacs-next: Update to 0a5477b4.
Date: Sat, 04 Jun 2022 19:08:09 +0200
Am Samstag, dem 04.06.2022 um 17:23 +0200 schrieb Josselin Poiret:
> * gnu/packages/emacs.scm (emacs-next): Update to
> 0a5477b448e6b62bcedc1803e531ec7686eea48d, fixing emacs bug 55149
> that breaks magit among others.
Is that bug present in 28.0.92?  If not, I suggest using that instead
of a random commit – it is a pre-release after all.

Cheers




Information forwarded to guix-patches <at> gnu.org:
bug#55795; Package guix-patches. (Sun, 05 Jun 2022 08:37:02 GMT) Full text and rfc822 format available.

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

From: Josselin Poiret <dev <at> jpoiret.xyz>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>, 55795 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: emacs-next: Update to 0a5477b4.
Date: Sun, 05 Jun 2022 10:36:48 +0200
Hello Lily,

Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:
> Am Samstag, dem 04.06.2022 um 17:23 +0200 schrieb Josselin Poiret:
>> * gnu/packages/emacs.scm (emacs-next): Update to
>> 0a5477b448e6b62bcedc1803e531ec7686eea48d, fixing emacs bug 55149
>> that breaks magit among others.
> Is that bug present in 28.0.92?  If not, I suggest using that instead
> of a random commit – it is a pre-release after all.

Isn't our emacs package already 28.1, and emacs-next at a commit on
master past 28.1?  This just updates emacs-next further along master so
that the fix commit 799c7e277fc6a37bd8b86fea7494ff6df63f3eb1 is
included.

Context: I'm using emacs-next-pgtk and magit broke because of that
commit.

Best,
-- 
Josselin Poiret




Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Sun, 05 Jun 2022 10:14:02 GMT) Full text and rfc822 format available.

Notification sent to Josselin Poiret <dev <at> jpoiret.xyz>:
bug acknowledged by developer. (Sun, 05 Jun 2022 10:14:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Josselin Poiret <dev <at> jpoiret.xyz>, 55795-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: emacs-next: Update to 0a5477b4.
Date: Sun, 05 Jun 2022 12:13:03 +0200
Am Sonntag, dem 05.06.2022 um 10:36 +0200 schrieb Josselin Poiret:
> Hello Lily,
> 
> Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:
> > Am Samstag, dem 04.06.2022 um 17:23 +0200 schrieb Josselin Poiret:
> > > * gnu/packages/emacs.scm (emacs-next): Update to
> > > 0a5477b448e6b62bcedc1803e531ec7686eea48d, fixing emacs bug 55149
> > > that breaks magit among others.
> > Is that bug present in 28.0.92?  If not, I suggest using that
> > instead of a random commit – it is a pre-release after all.
> 
> Isn't our emacs package already 28.1, and emacs-next at a commit on
> master past 28.1?  This just updates emacs-next further along master
> so that the fix commit 799c7e277fc6a37bd8b86fea7494ff6df63f3eb1 is
> included.
Sorry, looks like I was a little confused back when I wrote that.  I
cleaned up your commit and pushed it.

Thanks




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 03 Jul 2022 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 290 days ago.

Previous Next


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