GNU bug report logs - #61032
[PATCH] gnu: emacs-next: update to 29a8a1885d9

Previous Next

Package: guix-patches;

Reported by: Kenny Ballou <kb <at> devnulllabs.io>

Date: Tue, 24 Jan 2023 00:00:02 UTC

Severity: normal

Tags: patch

Done: Simon Tournier <zimon.toutoune <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 61032 in the body.
You can then email your comments to 61032 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#61032; Package guix-patches. (Tue, 24 Jan 2023 00:00:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Kenny Ballou <kb <at> devnulllabs.io>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 24 Jan 2023 00:00:02 GMT) Full text and rfc822 format available.

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

From: Kenny Ballou <kb <at> devnulllabs.io>
To: guix-patches <at> gnu.org
Cc: Kenny Ballou <kb <at> devnulllabs.io>
Subject: [PATCH] gnu: emacs-next: update to 29a8a1885d9
Date: Mon, 23 Jan 2023 16:59:24 -0700
Update emacs-next to [29a8a1885d9f4825190d2575849f7605b3d6dffb][0].

[0]: https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=29a8a1885d9f4825190d2575849f7605b3d6dffb

Signed-off-by: Kenny Ballou <kb <at> devnulllabs.io>
---
 gnu/packages/emacs.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 83b9afb633..e676dad001 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -381,8 +381,8 @@ (define* (emacs-byte-compile-directory dir)
     (license license:gpl3+)))
 
 (define-public emacs-next
-  (let ((commit "22e8a775838ef12bd43102315f13d202e2f215bd")
-        (revision "3"))
+  (let ((commit "29a8a1885d9f4825190d2575849f7605b3d6dffb")
+        (revision "4"))
     (package
       (inherit emacs)
       (name "emacs-next")
@@ -401,7 +401,7 @@ (define-public emacs-next
                                   "emacs-native-comp-driver-options.patch"))
          (sha256
           (base32
-           "1byp8m13d03swifmc6s9f1jq4py4xm6bqpzzgsbnari7v70zayyg"))))
+           "12x40v9b03qwhrr36kyy4sq20p63a1f7lyz502virbfmhzi0shi0"))))
       (inputs
        (modify-inputs (package-inputs emacs)
          (prepend sqlite)))
-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#61032; Package guix-patches. (Tue, 24 Jan 2023 00:05:01 GMT) Full text and rfc822 format available.

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

From: Kenny Ballou <kb <at> devnulllabs.io>
To: 61032 <at> debbugs.gnu.org
Cc: Kenny Ballou <kb <at> devnulllabs.io>
Subject: Re: [PATCH] gnu: emacs-next: update to 29a8a1885d9
Date: Mon, 23 Jan 2023 17:01:14 -0700
On 2023-01-23 16:59 -07, Kenny Ballou wrote:
> Update emacs-next to [29a8a1885d9f4825190d2575849f7605b3d6dffb][0].
>

I wanted to followup, this is a WIP change.  I have not been able to
build this within my own guix tree, but I have successfully built this
change on top of `emacs-next-pgtk` (which means the sha256 may be
incorrect for emacs-next).

However, I wanted to submit this because without this update, my emacs
instance crashes *regularly* when looking at org mode files and using
the mouse.  Hopefully it Just Works (tm) and is helpful to others.

Thanks,
-Kenny




Information forwarded to guix-patches <at> gnu.org:
bug#61032; Package guix-patches. (Tue, 24 Jan 2023 12:36:03 GMT) Full text and rfc822 format available.

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

From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: Kenny Ballou <kb <at> devnulllabs.io>
Cc: 61032 <at> debbugs.gnu.org
Subject: Re: bug#61032: [PATCH] gnu: emacs-next: update to 29a8a1885d9
Date: Tue, 24 Jan 2023 13:32:32 +0100
Hi,

It seems a duplicate with patch#60998 [1].  Closing in favor of the other?

1: <https://issues.guix.gnu.org/msgid/20230122012049.13744-1-plattfot <at> posteo.net>

Cheers,
simon




Information forwarded to guix-patches <at> gnu.org:
bug#61032; Package guix-patches. (Tue, 24 Jan 2023 14:37:02 GMT) Full text and rfc822 format available.

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

From: Kenny Ballou <kb <at> devnulllabs.io>
To: Simon Tournier <zimon.toutoune <at> gmail.com>
Cc: 61032 <at> debbugs.gnu.org
Subject: Re: bug#61032: [PATCH] gnu: emacs-next: update to 29a8a1885d9
Date: Tue, 24 Jan 2023 07:34:10 -0700
On 2023-01-24 13:32 +01, Simon Tournier wrote:
> Hi,
>
> It seems a duplicate with patch#60998 [1].  Closing in favor of the other?
>
> 1: <https://issues.guix.gnu.org/msgid/20230122012049.13744-1-plattfot <at> posteo.net>

Oops.  Yes, please close in favor of the original (I don't know the
debbugs magic).  Unfortunately, the bug mentioned is still there, just
much harder to trigger than before.  Going to report to the original
bug.

Thanks!
-Kenny




Reply sent to Simon Tournier <zimon.toutoune <at> gmail.com>:
You have taken responsibility. (Tue, 24 Jan 2023 18:39:02 GMT) Full text and rfc822 format available.

Notification sent to Kenny Ballou <kb <at> devnulllabs.io>:
bug acknowledged by developer. (Tue, 24 Jan 2023 18:39:03 GMT) Full text and rfc822 format available.

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

From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: Kenny Ballou <kb <at> devnulllabs.io>
Cc: 61032-done <at> debbugs.gnu.org
Subject: Re: [bug#61032] [PATCH] gnu: emacs-next: update to 29a8a1885d9
Date: Tue, 24 Jan 2023 19:28:31 +0100
Hi,

On Tue, 24 Jan 2023 at 07:34, Kenny Ballou <kb <at> devnulllabs.io> wrote:

>        Yes, please close in favor of the original (I don't know the
> debbugs magic).  

Anyone can do it and you just need to append -done to the bug number
when replying e.g. 61032-done <at> debbugs.gnu.org.

Cheers,
simon





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 22 Feb 2023 12:24:06 GMT) Full text and rfc822 format available.

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

Previous Next


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