GNU bug report logs - #48537
[PATCH 0/3] gnu: emasc-geiser: Update to 0.16.

Previous Next

Package: guix-patches;

Reported by: Alexandr Vityazev <avityazev <at> posteo.net>

Date: Thu, 20 May 2021 14:47:02 UTC

Severity: normal

Tags: patch

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 48537 in the body.
You can then email your comments to 48537 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#48537; Package guix-patches. (Thu, 20 May 2021 14:47:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alexandr Vityazev <avityazev <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 20 May 2021 14:47:02 GMT) Full text and rfc822 format available.

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

From: Alexandr Vityazev <avityazev <at> posteo.net>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/3] gnu: emasc-geiser: Update to 0.16.
Date: Thu, 20 May 2021 13:50:57 +0000
This patch series updates these packages: emacs-geiser, emacs-geiser-guile

gnu: Remove unnecessary patches for emacs-geiser, emacs-geiser-guile
gnu: emacs-geiser-guile: Update to 0.17.
gnu: emasc-geiser: Update to 0.16.
-- 

Alexandr Vityazev




Information forwarded to guix-patches <at> gnu.org:
bug#48537; Package guix-patches. (Thu, 20 May 2021 14:59:02 GMT) Full text and rfc822 format available.

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

From: Alexandr Vityazev <avityazev <at> posteo.org>
To: 48537 <at> debbugs.gnu.org
Subject: [PATCH 2/3] gnu: emacs-geiser-guile: Update to 0.17.
Date: Thu, 20 May 2021 14:58:07 +0000
* gnu/packages/emacs-xyz (emacs-geiser-guile): Update to 0.17.
[patches]: Remove.
---
 gnu/packages/emacs-xyz.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index be5c645ef7..370370a4f1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -267,7 +267,7 @@ e.g. emacs-geiser-guile for Guile.")
 (define-public emacs-geiser-guile
   (package
     (name "emacs-geiser-guile")
-    (version "0.13")
+    (version "0.17")
     (source
      (origin
        (method git-fetch)
@@ -276,9 +276,7 @@ e.g. emacs-geiser-guile for Guile.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0w264pjwlxna31260ll6gd0n77jlynhzf3h2dws5wr7jflns5mbc"))
-       (patches (search-patches
-                 "emacs-geiser-guile-auto-activate.patch"))))
+        (base32 "0iw23nlgqppf6f00ly50m8lq85n9mv244pw3whxv0hynfjxr2ic0"))))
     (build-system emacs-build-system)
     (arguments
      '(#:include (cons "^src/" %default-include)
-- 
2.31.1



-- 

Alexandr Vityazev




Information forwarded to guix-patches <at> gnu.org:
bug#48537; Package guix-patches. (Thu, 20 May 2021 14:59:02 GMT) Full text and rfc822 format available.

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

From: Alexandr Vityazev <avityazev <at> posteo.org>
To: 48537 <at> debbugs.gnu.org
Subject: [PATCH 3/3] gnu: Remove unnecessary patches for emacs-geiser,
Date: Thu, 20 May 2021 14:58:14 +0000
deleted:    gnu/packages/patches/emacs-geiser-autoload-activate-implementation.patch
deleted:    gnu/packages/patches/emacs-geiser-guile-auto-activate.patch
---
 ...ser-autoload-activate-implementation.patch | 26 --------------
 .../emacs-geiser-guile-auto-activate.patch    | 34 -------------------
 2 files changed, 60 deletions(-)
 delete mode 100644 gnu/packages/patches/emacs-geiser-autoload-activate-implementation.patch
 delete mode 100644 gnu/packages/patches/emacs-geiser-guile-auto-activate.patch

diff --git a/gnu/packages/patches/emacs-geiser-autoload-activate-implementation.patch b/gnu/packages/patches/emacs-geiser-autoload-activate-implementation.patch
deleted file mode 100644
index 47d513b3a3..0000000000
--- a/gnu/packages/patches/emacs-geiser-autoload-activate-implementation.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 9fd3174cead8bfa17a8413bffa38362853d71a02 Mon Sep 17 00:00:00 2001
-From: jao <jao <at> gnu.org>
-Date: Mon, 5 Apr 2021 23:06:56 +0100
-Subject: [PATCH] autoload geiser activate implementation
-
----
- elisp/geiser.el | 3 +++
- readme.org      | 4 ++--
- 2 files changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/elisp/geiser.el b/elisp/geiser.el
-index 887b8da..96c1dd6 100644
---- a/elisp/geiser.el
-+++ b/elisp/geiser.el
-@@ -104,6 +104,9 @@
- ;;;###autoload
- (autoload 'geiser-mode--maybe-activate "geiser-mode")
-
-+;;;###autoload
-+(autoload 'geiser-activate-implementation "geiser-impl")
-+
- ;;;###autoload
- (mapc (lambda (group)
-         (custom-add-load group (symbol-name group))
---
-GitLab
diff --git a/gnu/packages/patches/emacs-geiser-guile-auto-activate.patch b/gnu/packages/patches/emacs-geiser-guile-auto-activate.patch
deleted file mode 100644
index 44837f90df..0000000000
--- a/gnu/packages/patches/emacs-geiser-guile-auto-activate.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 93ef7101fdfcc7eac6f465b4b9788c384a323c14 Mon Sep 17 00:00:00 2001
-From: jao <jao <at> gnu.org>
-Date: Mon, 5 Apr 2021 20:17:50 +0100
-Subject: [PATCH] fix: auto-activate guile implementation
-
----
- geiser-guile.el | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/geiser-guile.el b/geiser-guile.el
-index 340442b..deeb76f 100644
---- a/geiser-guile.el
-+++ b/geiser-guile.el
-@@ -25,6 +25,7 @@
- (require 'geiser-syntax)
- (require 'geiser-custom)
- (require 'geiser-repl)
-+(require 'geiser-impl)
- (require 'geiser-base)
- (require 'geiser-eval)
- (require 'geiser-edit)
-@@ -474,6 +475,9 @@ it spawn a server thread."
- 
- (geiser-impl--add-to-alist 'regexp "\\.scm$" 'guile t)
- 
-+;;;###autoload
-+(geiser-activate-implementation 'guile)
-+
- ;;;###autoload
- (autoload 'run-guile "geiser-guile" "Start a Geiser Guile REPL." t)
- 
--- 
-GitLab
-
-- 
2.31.1



-- 

Alexandr Vityazev




Information forwarded to guix-patches <at> gnu.org:
bug#48537; Package guix-patches. (Thu, 20 May 2021 15:02:01 GMT) Full text and rfc822 format available.

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

From: Alexandr Vityazev <avityazev <at> posteo.org>
To: 48537 <at> debbugs.gnu.org
Subject: [PATCH 1/3] gnu: emasc-geiser: Update to 0.16.
Date: Thu, 20 May 2021 15:01:49 +0000
* gnu/packages/emacs-xyz (emacs-geiser): Update to 0.16.
[patches]: Remove.
---
 gnu/packages/emacs-xyz.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fc4c03965e..be5c645ef7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -219,7 +219,7 @@
 (define-public emacs-geiser
   (package
     (name "emacs-geiser")
-    (version "0.13")
+    (version "0.16")
     (source
      (origin
        (method git-fetch)
@@ -228,9 +228,7 @@
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0bwjcfmcyv6z0i5ivqirgcibxdkrlf5vyxcbj7k8dk7flwg1fpd9"))
-       (patches
-        (search-patches "emacs-geiser-autoload-activate-implementation.patch"))))
+        (base32 "18gx7ak2ldpmqbimnq221dn2qg7qwm5n1mj6ajymwkgvqwcrsl2r"))))
     (build-system emacs-build-system)
     (arguments
      '(#:phases
-- 
2.31.1



-- 

Alexandr Vityazev




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Tue, 25 May 2021 09:31:01 GMT) Full text and rfc822 format available.

Notification sent to Alexandr Vityazev <avityazev <at> posteo.net>:
bug acknowledged by developer. (Tue, 25 May 2021 09:31:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Alexandr Vityazev <avityazev <at> posteo.org>
Cc: 48537-done <at> debbugs.gnu.org
Subject: Re: [bug#48537] [PATCH 3/3] gnu: Remove unnecessary patches for
 emacs-geiser,
Date: Tue, 25 May 2021 11:30:23 +0200
Hello,

Alexandr Vityazev <avityazev <at> posteo.org> writes:

> deleted:    gnu/packages/patches/emacs-geiser-autoload-activate-implementation.patch
> deleted:    gnu/packages/patches/emacs-geiser-guile-auto-activate.patch

I modified gnu/local.mk file so it mirrors the removal.

I applied the set of patches. Thank you.

Regards,
-- 
Nicolas Goaziou




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

This bug report was last modified 2 years and 307 days ago.

Previous Next


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