unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#71903] Add update emacs packages
@ 2024-07-02 15:30 Thanos Apollo
  2024-07-02 16:51 ` [bug#71903] [FIX] Fix git commits & typos Thanos Apollo
  2024-07-02 17:03 ` [bug#71903] [Fix] emacs-gnosis: Use proper desc & alph order of inputs Thanos Apollo
  0 siblings, 2 replies; 9+ messages in thread
From: Thanos Apollo @ 2024-07-02 15:30 UTC (permalink / raw)
  To: 71903

[-- Attachment #1: Type: text/plain, Size: 35 bytes --]

Hello,

Attaching patches below.



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-eshell-git-prompt.patch --]
[-- Type: text/x-patch, Size: 1711 bytes --]

From aa45d9415cb30716299192b4c8e4e70d36857522 Mon Sep 17 00:00:00 2001
From: Thanos Apollo <public@thanosapollo.org>
Date: Tue, 2 Jul 2024 18:12:47 +0300
Subject: [PATCH] gnu: Add emacs-eshell-git-prompt

* gnu/packages/emacs-xyz.scm (emacs-eshell-git-prompt): New variable.

Change-Id: Ib4d98aed6345aa8b1275449e1e627afa22212604
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ab6a4cf4ab..a13af2a5a1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35181,6 +35181,28 @@ (define-public emacs-eshell-did-you-mean
 commands that bear resemblance to the input command.")
     (license license:gpl3+)))
 
+(define-public emacs-eshell-git-prompt
+  (let ((commit "dfcf9cd93add6763e2c46603b0323274d4c22906"))
+    (package
+      (name "emacs-eshell-git-prompt")
+      (version "0.1.3")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/xuchunyang/eshell-git-prompt")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "13b7nr0819pgzyvh0szi0zjyazgpxmsbqcz65cccyhh2pq48zb7j"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       (list emacs-dash))
+      (home-page "https://github.com/xuchunyang/eshell-git-prompt")
+      (synopsis "Themes for Emacs Shell (Eshell) prompt.")
+      (description "This package provides a variety of themes for Emacs Shell (Eshell) prompt.")
+      (license license:gpl3+))))
+
 (define-public emacs-unfill
   (package
     (name "emacs-unfill")
-- 
2.45.2


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0002-gnu-Add-emacs-gnosis.patch --]
[-- Type: text/x-patch, Size: 1833 bytes --]

From edd0b102e842cc7f48a1dba5e9cab6a665a8690f Mon Sep 17 00:00:00 2001
From: Thanos Apollo <public@thanosapollo.org>
Date: Tue, 2 Jul 2024 18:19:13 +0300
Subject: [PATCH] gnu: Add emacs-gnosis

* gnu/packages/emacs-xyz.scm (emacs-gnosis): New variable.

Change-Id: If72164b931a308198e25b80038e1d6557aa18c8b
---
 gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a13af2a5a1..af0bae0bd0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17982,6 +17982,33 @@ (define-public emacs-gn-mode
 are common in Chromium-derived projects.")
     (license license:bsd-3)))
 
+(define-public emacs-gnosis
+  (let ((commit "6df4a3d342bee27ef6891dc4930dd3ff17c52c31"))
+    (package
+      (name "emacs-gnosis")
+      (version "0.3.0")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://git.thanosapollo.org/gnosis")
+               (commit commit)))
+         (sha256
+          (base32
+           "18d59gw9k1aj7ki2555vb4mdbrpsz9ib5lkcshf6k0p0qxkzqcxz"))
+         (file-name (git-file-name name version))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       (list emacs-emacsql
+             emacs-compat))
+      (home-page "https://thanosapollo.org/projects/gnosis")
+      (synopsis "Spaced Repetition System for GNU Emacs")
+      (description "Spaced repetition system for note taking & self
+testing, where notes are taken in a Question/Answer/Explanation
+format & reviewed in spaced intervals, determined by the success or
+failure to recall a given answer for question.")
+      (license license:gpl3+))))
+
 (define-public emacs-drag-stuff
   (package
     (name "emacs-drag-stuff")
-- 
2.45.2


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #4: 0003-gnu-emacs-jabber-Update.patch --]
[-- Type: text/x-patch, Size: 1292 bytes --]

From 4a9c333b932ea35599d056221ddd2f8f1792a854 Mon Sep 17 00:00:00 2001
From: Thanos Apollo <public@thanosapollo.org>
Date: Tue, 2 Jul 2024 18:21:37 +0300
Subject: [PATCH] gnu: emacs-jabber: Update

* gnu/packages/emacs-xyz.scm (emacs-outshine): Update to a recent commit

Change-Id: I1af6e75fca7f2886eef1d62629d6add0a073991c
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index af0bae0bd0..176262f584 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20298,7 +20298,7 @@ (define-public emacs-eglot-x
 
 (define-public emacs-jabber
   ;; No releases available.
-  (let ((commit "af0315e174fa6446d5c4dd3e6465d48912950e58")
+  (let ((commit "e766d84b81d5df6abc30fcbbb94f7c8640ea54e2")
         (revision "0"))
     (package
       (name "emacs-jabber")
@@ -20311,7 +20311,7 @@ (define-public emacs-jabber
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "08q0hbm4pvp8sf261w1ihqa93sg8blfybfkhq7wrnvgs6kasgwvq"))))
+                  "0b6msdyvhjr4v4j8hl6kmcjks88iq001w1fhjgfvg8ii9n77n6xn"))))
       (build-system emacs-build-system)
       (arguments
        (list
-- 
2.45.2


[-- Attachment #5: Type: text/plain, Size: 99 bytes --]



-- 

Thanos Apollo
 
https://thanosapollo.org

62B7 58D0 F671 9938 BC09 CECA 339F 736C 3A72 0928

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#71903] [FIX] Fix git commits & typos
  2024-07-02 15:30 [bug#71903] Add update emacs packages Thanos Apollo
@ 2024-07-02 16:51 ` Thanos Apollo
  2024-07-02 18:10   ` Liliana Marie Prikler
  2024-07-02 17:03 ` [bug#71903] [Fix] emacs-gnosis: Use proper desc & alph order of inputs Thanos Apollo
  1 sibling, 1 reply; 9+ messages in thread
From: Thanos Apollo @ 2024-07-02 16:51 UTC (permalink / raw)
  To: 71903; +Cc: Katherine Cox-Buday, Liliana Marie Prikler, Andrew Tropin

[-- Attachment #1: Type: text/plain, Size: 154 bytes --]


I've fixed the previous patches, had a couple typos and incorrectly
formatted git commits.  Any input is appreciated, new to guix packaging
& workflow.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-eshell-git-prompt.patch --]
[-- Type: text/x-patch, Size: 1859 bytes --]

From 7237eda343973e49920e29c9d4bb08a8f4250cb5 Mon Sep 17 00:00:00 2001
Message-ID: <7237eda343973e49920e29c9d4bb08a8f4250cb5.1719938340.git.public@thanosapollo.org>
From: Thanos Apollo <public@thanosapollo.org>
Date: Tue, 2 Jul 2024 19:27:22 +0300
Subject: [PATCH] gnu: Add emacs-eshell-git-prompt.

gnu/packages/emacs-xyz.scm (emacs-eshell-git-prompt): New variable.

Change-Id: I13234fd0bfc394c5265bb6d6c7882a476f843a62
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ab6a4cf4ab..a13af2a5a1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35181,6 +35181,28 @@ (define-public emacs-eshell-did-you-mean
 commands that bear resemblance to the input command.")
     (license license:gpl3+)))
 
+(define-public emacs-eshell-git-prompt
+  (let ((commit "dfcf9cd93add6763e2c46603b0323274d4c22906"))
+    (package
+      (name "emacs-eshell-git-prompt")
+      (version "0.1.3")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/xuchunyang/eshell-git-prompt")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "13b7nr0819pgzyvh0szi0zjyazgpxmsbqcz65cccyhh2pq48zb7j"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       (list emacs-dash))
+      (home-page "https://github.com/xuchunyang/eshell-git-prompt")
+      (synopsis "Themes for Emacs Shell (Eshell) prompt.")
+      (description "This package provides a variety of themes for Emacs Shell (Eshell) prompt.")
+      (license license:gpl3+))))
+
 (define-public emacs-unfill
   (package
     (name "emacs-unfill")

base-commit: 69089674bb9fb2cc7b3285b73fb7dda7d99a2550
-- 
2.45.2


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0002-gnu-Add-emacs-gnosis.patch --]
[-- Type: text/x-patch, Size: 2059 bytes --]

From 0a5b74478ee3c67d81ec26b833a0f6b892192c0c Mon Sep 17 00:00:00 2001
Message-ID: <0a5b74478ee3c67d81ec26b833a0f6b892192c0c.1719938350.git.public@thanosapollo.org>
From: Thanos Apollo <public@thanosapollo.org>
Date: Tue, 2 Jul 2024 19:31:35 +0300
Subject: [PATCH] gnu: Add emacs-gnosis.

* gnu/packages/emacs-xyz.scm (emacs-gnosis): New variable.

Change-Id: I5757adf1b1b5f19f34fce60e487f4420e8785521
---
 gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a13af2a5a1..300de93d0d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17982,6 +17982,33 @@ (define-public emacs-gn-mode
 are common in Chromium-derived projects.")
     (license license:bsd-3)))
 
+(define-public emacs-gnosis
+  (let ((commit "6df4a3d342bee27ef6891dc4930dd3ff17c52c31"))
+    (package
+      (name "emacs-gnosis")
+      (version "0.3.0")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://git.thanosapollo.org/gnosis")
+               (commit commit)))
+         (sha256
+          (base32
+           "18d59gw9k1aj7ki2555vb4mdbrpsz9ib5lkcshf6k0p0qxkzqcxz"))
+         (file-name (git-file-name name version))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       (list emacs-emacsql
+             emacs-compat))
+      (home-page "https://thanosapollo.org/projects/gnosis")
+      (synopsis "Spaced Repetition System for GNU Emacs")
+      (description "Gnosis is a spaced repetition system for note taking & self
+testing, where notes are taken in a Question/Answer/Explanation
+format & reviewed in spaced intervals, determined by the success or
+failure to recall a given answer for question.")
+      (license license:gpl3+))))
+
 (define-public emacs-drag-stuff
   (package
     (name "emacs-drag-stuff")

base-commit: 69089674bb9fb2cc7b3285b73fb7dda7d99a2550
prerequisite-patch-id: d920223ad4dd8c4e1b3e2e95b047ace057eeddf8
-- 
2.45.2


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #4: 0003-gnu-emacs-jabber-Update-to-0.8.92-1-0b6msd.patch --]
[-- Type: text/x-patch, Size: 1680 bytes --]

From 9e5caf5bfda6b6e8990d31618f54028be0473059 Mon Sep 17 00:00:00 2001
Message-ID: <9e5caf5bfda6b6e8990d31618f54028be0473059.1719938357.git.public@thanosapollo.org>
From: Thanos Apollo <public@thanosapollo.org>
Date: Tue, 2 Jul 2024 19:33:31 +0300
Subject: [PATCH] gnu: emacs-jabber: Update to 0.8.92-1-0b6msd.

gnu/packages/emacs-xyz.scm (emacs-jabber): Update to a recent commit

Change-Id: I0a9b6bd32b6b6df6f46ad648cf3e165a4cbaa750
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 300de93d0d..4c4bce5cb4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20298,8 +20298,8 @@ (define-public emacs-eglot-x
 
 (define-public emacs-jabber
   ;; No releases available.
-  (let ((commit "af0315e174fa6446d5c4dd3e6465d48912950e58")
-        (revision "0"))
+  (let ((commit "0b6msdyvhjr4v4j8hl6kmcjks88iq001w1fhjgfvg8ii9n77n6xn")
+        (revision "1"))
     (package
       (name "emacs-jabber")
       (version (git-version "0.8.92" revision commit))
@@ -20311,7 +20311,7 @@ (define-public emacs-jabber
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "08q0hbm4pvp8sf261w1ihqa93sg8blfybfkhq7wrnvgs6kasgwvq"))))
+                  "0b6msdyvhjr4v4j8hl6kmcjks88iq001w1fhjgfvg8ii9n77n6xn"))))
       (build-system emacs-build-system)
       (arguments
        (list

base-commit: 69089674bb9fb2cc7b3285b73fb7dda7d99a2550
prerequisite-patch-id: d920223ad4dd8c4e1b3e2e95b047ace057eeddf8
prerequisite-patch-id: 07ac296867bd8fc715b37af46b67823932c5ea75
-- 
2.45.2


[-- Attachment #5: Type: text/plain, Size: 98 bytes --]


-- 

Thanos Apollo
 
https://thanosapollo.org

62B7 58D0 F671 9938 BC09 CECA 339F 736C 3A72 0928

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#71903] [Fix] emacs-gnosis: Use proper desc & alph order of inputs
  2024-07-02 15:30 [bug#71903] Add update emacs packages Thanos Apollo
  2024-07-02 16:51 ` [bug#71903] [FIX] Fix git commits & typos Thanos Apollo
@ 2024-07-02 17:03 ` Thanos Apollo
  2024-07-08  8:29   ` bug#71903: " Nicolas Goaziou via Guix-patches via
  1 sibling, 1 reply; 9+ messages in thread
From: Thanos Apollo @ 2024-07-02 17:03 UTC (permalink / raw)
  To: 71903

[-- Attachment #1: Type: text/plain, Size: 100 bytes --]


Fixing the patch for adding gnosis by having proper description & order
of inputs alphabetically.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-gnosis.patch --]
[-- Type: text/x-patch, Size: 2055 bytes --]

From d16353d974eab6ad2a9d6511ba7d0183f8368ebc Mon Sep 17 00:00:00 2001
Message-ID: <d16353d974eab6ad2a9d6511ba7d0183f8368ebc.1719939707.git.public@thanosapollo.org>
From: Thanos Apollo <public@thanosapollo.org>
Date: Tue, 2 Jul 2024 19:31:35 +0300
Subject: [PATCH] gnu: Add emacs-gnosis.

* gnu/packages/emacs-xyz.scm (emacs-gnosis): New variable.

Change-Id: I5757adf1b1b5f19f34fce60e487f4420e8785521
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a13af2a5a1..2156bfbee6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17982,6 +17982,30 @@ (define-public emacs-gn-mode
 are common in Chromium-derived projects.")
     (license license:bsd-3)))
 
+(define-public emacs-gnosis
+  (let ((commit "6df4a3d342bee27ef6891dc4930dd3ff17c52c31"))
+    (package
+      (name "emacs-gnosis")
+      (version "0.3.0")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://git.thanosapollo.org/gnosis")
+               (commit commit)))
+         (sha256
+          (base32
+           "18d59gw9k1aj7ki2555vb4mdbrpsz9ib5lkcshf6k0p0qxkzqcxz"))
+         (file-name (git-file-name name version))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       (list emacs-compat
+             emacs-emacsql))
+      (home-page "https://thanosapollo.org/projects/gnosis")
+      (synopsis "Spaced Repetition System for GNU Emacs")
+      (description "Gnosis is a spaced repetition system for note-taking and self-testing where notes are formatted as Question/Answer/Explanation. Notes are reviewed at spaced intervals based on the success or failure in recalling the answer to each question.")
+      (license license:gpl3+))))
+
 (define-public emacs-drag-stuff
   (package
     (name "emacs-drag-stuff")

base-commit: 69089674bb9fb2cc7b3285b73fb7dda7d99a2550
prerequisite-patch-id: d920223ad4dd8c4e1b3e2e95b047ace057eeddf8
-- 
2.45.2


[-- Attachment #3: Type: text/plain, Size: 99 bytes --]



-- 

Thanos Apollo
 
https://thanosapollo.org

62B7 58D0 F671 9938 BC09 CECA 339F 736C 3A72 0928

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#71903] [FIX] Fix git commits & typos
  2024-07-02 16:51 ` [bug#71903] [FIX] Fix git commits & typos Thanos Apollo
@ 2024-07-02 18:10   ` Liliana Marie Prikler
  2024-07-04 16:17     ` Thanos Apollo
  0 siblings, 1 reply; 9+ messages in thread
From: Liliana Marie Prikler @ 2024-07-02 18:10 UTC (permalink / raw)
  To: Thanos Apollo, 71903; +Cc: Katherine Cox-Buday, Andrew Tropin

Hello,

Am Dienstag, dem 02.07.2024 um 19:51 +0300 schrieb Thanos Apollo:
> I've fixed the previous patches, had a couple typos and incorrectly
> formatted git commits.  Any input is appreciated, new to guix
> packaging & workflow.
It would be nice if you could format your patches using git format-
patch or send them directly via git send-email.  We also have a wrapper
called mumi, which takes care of these things for you.

Use the --reroll-count to version your patches, so that folks can
easily fetch the latest one.

Cheers




^ permalink raw reply	[flat|nested] 9+ messages in thread

* [bug#71903] [FIX] Fix git commits & typos
  2024-07-02 18:10   ` Liliana Marie Prikler
@ 2024-07-04 16:17     ` Thanos Apollo
  0 siblings, 0 replies; 9+ messages in thread
From: Thanos Apollo @ 2024-07-04 16:17 UTC (permalink / raw)
  To: Liliana Marie Prikler; +Cc: 71903, Katherine Cox-Buday, Andrew Tropin

Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

> Hello,
>
> Am Dienstag, dem 02.07.2024 um 19:51 +0300 schrieb Thanos Apollo:
>> I've fixed the previous patches, had a couple typos and incorrectly
>> formatted git commits.  Any input is appreciated, new to guix
>> packaging & workflow.

Thanks, gnosis does not work properly with the current packaged version
of emacsql.  This thread/issue should be closed & the patches discarded.

emacs-eshell-git-prompt patch can be found here
<https://issues.guix.gnu.org/71910>


-- 

Thanos Apollo
 
https://thanosapollo.org

62B7 58D0 F671 9938 BC09 CECA 339F 736C 3A72 0928




^ permalink raw reply	[flat|nested] 9+ messages in thread

* bug#71903: [Fix] emacs-gnosis: Use proper desc & alph order of inputs
  2024-07-02 17:03 ` [bug#71903] [Fix] emacs-gnosis: Use proper desc & alph order of inputs Thanos Apollo
@ 2024-07-08  8:29   ` Nicolas Goaziou via Guix-patches via
  2024-07-08 16:24     ` [bug#71903] " Thanos Apollo
  0 siblings, 1 reply; 9+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-07-08  8:29 UTC (permalink / raw)
  To: Thanos Apollo; +Cc: 71903-done

Hello,

Thanos Apollo <public@thanosapollo.org> writes:

> Fixing the patch for adding gnosis by having proper description & order
> of inputs alphabetically.

I applied the two missing patches (Liliana already had applied the
first one).

I used the tag for Gnosis, instead of a raw commit. For emacs-jabber,
there was a mistake in the commit hash, so I used the last one to date
from upstream.

Thank you!

Regards,
-- 
Nicolas Goaziou






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [bug#71903] [Fix] emacs-gnosis: Use proper desc & alph order of inputs
  2024-07-08  8:29   ` bug#71903: " Nicolas Goaziou via Guix-patches via
@ 2024-07-08 16:24     ` Thanos Apollo
  2024-07-08 16:37       ` Nicolas Goaziou via Guix-patches via
  0 siblings, 1 reply; 9+ messages in thread
From: Thanos Apollo @ 2024-07-08 16:24 UTC (permalink / raw)
  To: 71903-done


Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:


[...]

> I used the tag for Gnosis, instead of a raw commit.

Thanks.  Although gnosis builds successfully, it relies on
'emacsql-sqlite-open[1] which is not available in the current version of
emacsql packaged for Guix.

To ensure it works properly, we need to update emacs-emacsql.  This
update would also benefit many newer versions of other emacs packages.

/Newer versions of emacsql take advantage of the built-in support for sqlite./


[1] https://github.com/magit/emacsql/issues/113

-- 

Thanos Apollo
 
https://thanosapollo.org

62B7 58D0 F671 9938 BC09 CECA 339F 736C 3A72 0928




^ permalink raw reply	[flat|nested] 9+ messages in thread

* [bug#71903] [Fix] emacs-gnosis: Use proper desc & alph order of inputs
  2024-07-08 16:24     ` [bug#71903] " Thanos Apollo
@ 2024-07-08 16:37       ` Nicolas Goaziou via Guix-patches via
  2024-07-08 17:54         ` Thanos Apollo
  0 siblings, 1 reply; 9+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-07-08 16:37 UTC (permalink / raw)
  To: Thanos Apollo; +Cc: 71903-done

Hello,

Thanos Apollo <public@thanosapollo.org> writes:

> Thanks.  Although gnosis builds successfully, it relies on
> 'emacsql-sqlite-open[1] which is not available in the current version of
> emacsql packaged for Guix.
>
> To ensure it works properly, we need to update emacs-emacsql.  This
> update would also benefit many newer versions of other emacs packages.

OK. Would you want to prepare a patch for that?

Regards,
-- 
Nicolas Goaziou






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [bug#71903] [Fix] emacs-gnosis: Use proper desc & alph order of inputs
  2024-07-08 16:37       ` Nicolas Goaziou via Guix-patches via
@ 2024-07-08 17:54         ` Thanos Apollo
  0 siblings, 0 replies; 9+ messages in thread
From: Thanos Apollo @ 2024-07-08 17:54 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: 71903-done

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:


[...]
>> To ensure it works properly, we need to update emacs-emacsql.  This
>> update would also benefit many newer versions of other emacs packages.
>
> OK. Would you want to prepare a patch for that?
>

Sure, patch sent <https://issues.guix.gnu.org/72000>

(also made a duplicate of this on yeetube issue, forgot to use 'mumi new')


Cheers,

-- 

Thanos Apollo
 
https://thanosapollo.org

62B7 58D0 F671 9938 BC09 CECA 339F 736C 3A72 0928




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-07-08 17:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-02 15:30 [bug#71903] Add update emacs packages Thanos Apollo
2024-07-02 16:51 ` [bug#71903] [FIX] Fix git commits & typos Thanos Apollo
2024-07-02 18:10   ` Liliana Marie Prikler
2024-07-04 16:17     ` Thanos Apollo
2024-07-02 17:03 ` [bug#71903] [Fix] emacs-gnosis: Use proper desc & alph order of inputs Thanos Apollo
2024-07-08  8:29   ` bug#71903: " Nicolas Goaziou via Guix-patches via
2024-07-08 16:24     ` [bug#71903] " Thanos Apollo
2024-07-08 16:37       ` Nicolas Goaziou via Guix-patches via
2024-07-08 17:54         ` Thanos Apollo

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).