all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72883] [PATCH] gnu: Add emacs-old-norse-input.
@ 2024-08-30  0:21 Spencer King
  0 siblings, 0 replies; only message in thread
From: Spencer King @ 2024-08-30  0:21 UTC (permalink / raw)
  To: 72883
  Cc: Spencer King, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* 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(-)

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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-08-30  0:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-30  0:21 [bug#72883] [PATCH] gnu: Add emacs-old-norse-input Spencer King

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.