GNU bug report logs -
#72883
[PATCH] gnu: Add emacs-old-norse-input.
Previous Next
Reported by: Spencer King <spencer <at> nursiapress.com>
Date: Fri, 30 Aug 2024 00:24:01 UTC
Severity: normal
Tags: patch
Done: "King, Spencer" <spencer.king <at> wustl.edu>
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 72883 in the body.
You can then email your comments to 72883 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#72883
; Package
guix-patches
.
(Fri, 30 Aug 2024 00:24:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Spencer King <spencer <at> nursiapress.com>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Fri, 30 Aug 2024 00:24:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 <at> gmail.com>
;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
-;;; Copyright © 2024 Spencer King <spencer.king <at> nursiapress.com>
+;;; Copyright © 2024 Spencer King <spencer <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72883
; Package
guix-patches
.
(Fri, 03 Jan 2025 17:10:03 GMT)
Full text and
rfc822 format available.
Message #8 received at 72883 <at> debbugs.gnu.org (full text, mbox):
close 72883
bug closed, send any further explanations to
72883 <at> debbugs.gnu.org and Spencer King <spencer <at> nursiapress.com>
Request was from
"King, Spencer" <spencer.king <at> wustl.edu>
to
control <at> debbugs.gnu.org
.
(Fri, 03 Jan 2025 17:35:01 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 01 Feb 2025 12:24:14 GMT)
Full text and
rfc822 format available.
This bug report was last modified 140 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.