From 9e6bf93f2e6c01c4905c1ad92035fb372b96e062 Mon Sep 17 00:00:00 2001 From: Wojciech Gac Date: Fri, 15 Mar 2019 02:01:48 +0100 Subject: [PATCH 3/4] Add notice and fix missing character --- lisp/leim/quail/sami.el | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/lisp/leim/quail/sami.el b/lisp/leim/quail/sami.el index 4b45e894da..d4cf4ec96e 100644 --- a/lisp/leim/quail/sami.el +++ b/lisp/leim/quail/sami.el @@ -1,6 +1,39 @@ +;;; sami.el --- Quail package for inputting Sámi -*-coding: utf-8;-*- + +;; Copyright (C) 1998, 2001-2019 Free Software Foundation, Inc. + +;; Author: Wojciech S. Gac +;; Maintainer: Wojciech S. Gac > +;; Keywords: i18n, multilingual, input method, Sámi + +;; This file is part of GNU Emacs. + +;; GNU Emacs is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; GNU Emacs is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs. If not, see . ;;; Commentary: +;; This file implements the following input methods for the Sámi +;; language +;; - norwegian-sami-prefix +;; - bergsland-hasselbrink-sami-prefix +;; - southern-sami-prefix +;; - ume-sami-prefix +;; - northern-sami-prefix +;; - inari-sami-prefix +;; - skolt-sami-prefix +;; - kildin-sami-prefix + ;;; Code (require 'quail) @@ -644,6 +677,7 @@ ("b" ?б) ("n" ?н) ("'n" ?ӊ) + (",n" ?ӈ) ("m" ?м) ("'m" ?ӎ) ("," ?,) @@ -711,8 +745,11 @@ ("B" ?Б) ("N" ?Н) ("'N" ?Ӊ) + (",N" ?Ӈ) ("M" ?М) ("'M" ?Ӎ) ("<" ?<) (">" ?>) ("?" ??)) + +;;; sami.el ends here -- 2.20.1