GNU bug report logs - #66561
[PATCH] gnu: Add emacs-poke-mode.

Previous Next

Package: guix-patches;

Reported by: Bruno Victal <mirai <at> makinata.eu>

Date: Sun, 15 Oct 2023 15:18:01 UTC

Severity: normal

Tags: patch

Done: Bruno Victal <mirai <at> makinata.eu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Bruno Victal <mirai <at> makinata.eu>
To: 66561 <at> debbugs.gnu.org
Cc: Bruno Victal <mirai <at> makinata.eu>, Andrew Tropin <andrew <at> trop.in>, Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>, Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Subject: [bug#66561] [PATCH] gnu: Add emacs-poke-mode.
Date: Sun, 15 Oct 2023 16:16:37 +0100
* gnu/packages/emacs-xyz.scm (emacs-poke-mode): New variable.

Copyright-paperwork-exempt: Yes
---
 gnu/packages/emacs-xyz.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bb8c25f9b5..8c8f158a32 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -38262,6 +38262,24 @@ (define-public emacs-project-x
 across sessions.")
       (license license:gpl3+))))
 
+(define-public emacs-poke-mode
+  (package
+    (name "emacs-poke-mode")
+    (version "3.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://elpa.gnu.org/packages/poke-mode-" version
+                           ".tar"))
+       (sha256
+        (base32 "1lirhws5d8l16qs5ddrvvz0f9xfl004q9yp333pdgsmcpk3ww7sr"))))
+    (build-system emacs-build-system)
+    (home-page "https://elpa.gnu.org/packages/poke-mode.html")
+    (synopsis "Major mode for editing GNU poke programs")
+    (description
+     "This package provides a major mode for editing GNU poke programs.")
+    (license license:gpl3+)))
+
 (define-public emacs-vcard-mode
   ;; Use the latest commit, as there are no tagged releases.
   (let ((commit "ab1a2885a5720d7fb02d9b6583ee908ba2260b78")

base-commit: a0d2ecde943bd1854ddbb7c0cad35a1fc64dc5ab
-- 
2.41.0





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

Previous Next


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