[PATCH] gnu: Add emacs-old-norse-input.

  • Open
  • quality assurance status badge
Details
One participant
  • Spencer King
Owner
unassigned
Submitted by
Spencer King
Severity
normal
S
S
Spencer King wrote on 30 Aug 02:21 +0200
(address . guix-patches@gnu.org)(name . Spencer King)(address . spencer@nursiapress.com)
1301f5ab05ff8eff68aeb628bbb674e62211bd3c.1724977274.git.spencer@nursiapress.com
* gnu/packages/emacs-xyz.scm (emacs-old-norse-input): New variable.

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

Toggle diff (50 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 79ea0955d4..a52560758c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -145,7 +145,7 @@
;;; Copyright © 2024 Daniel Szmulewicz <daniel.szmulewicz@gmail.com>
;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
-;;; Copyright © 2024 Spencer King <spencer.king@nursiapress.com>
+;;; Copyright © 2024 Spencer King <spencer@nursiapress.com>
;;;
;;; This file is part of GNU Guix.
@@ -37816,6 +37816,32 @@ (define-public emacs-ddskk-nicola
conversion program}, a Japanese input method on Emacs. This package adds
support for the Nicola keyboard layout to it.")))
+(define-public emacs-old-norse-input
+ (let ((commit "c2e21ee72c3768e9152aff6baf12a19cde1d0c53"))
+ (package
+ (name "emacs-old-norse-input")
+ (version "0.9")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url
+ "https://github.com/david-christiansen/emacs-old-norse-input")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0zybr1v91884p4ncrpr962pr02qsns6hf7kc4c5gyad8sg4pbvxh"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/david-christiansen/emacs-old-norse-input")
+ (synopsis "Input method for Old Norse")
+ (description
+ "This package provides an input method for Old Norse text in Emacs, meant to work
+with either standard US or standard Scandinavian keyboard layouts. Like @code{TeX}
+input, characters are entered using \\, but many use shorter abbreviations than
+@code{TeX}. Some additional, @code{LaTeX-inspired} abbreviations
+are also available.")
+ (license license:gpl3+))))
+
(define-public emacs-tamil99
(package
(name "emacs-tamil99")

base-commit: d5312370b46ace47e138d84e1bb28e5651cee94b
--
2.41.0
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 72883@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72883
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch