[PATCH] gnu: emacs-next: update to 29a8a1885d9

  • Done
  • quality assurance status badge
Details
2 participants
  • Kenny Ballou
  • Simon Tournier
Owner
unassigned
Submitted by
Kenny Ballou
Severity
normal
K
K
Kenny Ballou wrote on 24 Jan 2023 00:59
(address . guix-patches@gnu.org)(name . Kenny Ballou)(address . kb@devnulllabs.io)
20230123235924.19660-1-kb@devnulllabs.io
Update emacs-next to [29a8a1885d9f4825190d2575849f7605b3d6dffb][0].


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

Toggle diff (26 lines)
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
K
K
Kenny Ballou wrote on 24 Jan 2023 01:01
(address . 61032@debbugs.gnu.org)(name . Kenny Ballou)(address . kb@devnulllabs.io)
87a628n6ha.fsf@devnulllabs.io
On 2023-01-23 16:59 -07, Kenny Ballou wrote:
Toggle quote (3 lines)
> 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
S
K
K
Kenny Ballou wrote on 24 Jan 2023 15:34
(name . Simon Tournier)(address . zimon.toutoune@gmail.com)(address . 61032@debbugs.gnu.org)
87lelsuhib.fsf@devnulllabs.io
On 2023-01-24 13:32 +01, Simon Tournier wrote:
Toggle quote (6 lines)
> 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
S
S
Simon Tournier wrote on 24 Jan 2023 19:28
Re: [bug#61032] [PATCH] gnu: emacs-next: update to 29a8a1885d9
(name . Kenny Ballou)(address . kb@devnulllabs.io)(address . 61032-done@debbugs.gnu.org)
86r0vjvlbk.fsf@gmail.com
Hi,

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

Toggle quote (3 lines)
> 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
Closed
?