emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 4baacfe 3/4: Add notice and fix missing character


From: Eli Zaretskii
Subject: [Emacs-diffs] master 4baacfe 3/4: Add notice and fix missing character
Date: Fri, 15 Mar 2019 04:04:02 -0400 (EDT)

branch: master
commit 4baacfe1b43f7ce34c007490475632bd73b88662
Author: Wojciech Gac <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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 4b45e89..d4cf4ec 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 <address@hidden>
+;; Maintainer: Wojciech S. Gac <address@hidden>>
+;; 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 <https://www.gnu.org/licenses/>.
 
 ;;; 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 @@ Alphabet (parenthesized letters are used in foreign names 
only):
  ("b" ?б)
  ("n" ?н)
  ("'n" ?ӊ)
+ (",n" ?ӈ)
  ("m" ?м)
  ("'m" ?ӎ)
  ("," ?,)
@@ -711,8 +745,11 @@ Alphabet (parenthesized letters are used in foreign names 
only):
  ("B" ?Б)
  ("N" ?Н)
  ("'N" ?Ӊ)
+ (",N" ?Ӈ)
  ("M" ?М)
  ("'M" ?Ӎ)
  ("<" ?<)
  (">" ?>)
  ("?" ??))
+
+;;; sami.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]