diff mbox series

[bug#61032] gnu: emacs-next: update to 29a8a1885d9

Message ID 20230123235924.19660-1-kb@devnulllabs.io
State New
Headers show
Series [bug#61032] gnu: emacs-next: update to 29a8a1885d9 | expand

Commit Message

Kenny Ballou Jan. 23, 2023, 11:59 p.m. UTC
Update emacs-next to [29a8a1885d9f4825190d2575849f7605b3d6dffb][0].

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

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

Comments

Kenny Ballou Jan. 24, 2023, 12:01 a.m. UTC | #1
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
Simon Tournier Jan. 24, 2023, 12:32 p.m. UTC | #2
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@posteo.net>

Cheers,
simon
Kenny Ballou Jan. 24, 2023, 2:34 p.m. UTC | #3
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@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
Simon Tournier Jan. 24, 2023, 6:28 p.m. UTC | #4
Hi,

On Tue, 24 Jan 2023 at 07:34, Kenny Ballou <kb@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@debbugs.gnu.org.

Cheers,
simon
diff mbox series

Patch

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)))