]> code.delx.au - gnu-emacs/blobdiff - leim/quail/slovak.el
Merge from emacs--rel--22
[gnu-emacs] / leim / quail / slovak.el
index 2f56874d94f2ab8d38c8533cad762f7d65f6451d..9a32e52b710fb2bd3c4396c6e14293cbec3539a8 100644 (file)
@@ -1,35 +1,45 @@
-;;; quail/slovak.el -- Quail package for inputting Slovak
+;;; slovak.el --- Quail package for inputting Slovak  -*-coding: iso-2022-7bit;-*-
 
-;; Copyright (C) 1998 Free Software Foundation.
+;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+;;   Free Software Foundation, Inc.
 
-;; Authors:    Tibor \e,B)\e(Bimko <tibor.simko@fmph.uniba.sk>,
-;;             Milan Zamazal <pdm@fi.muni.cz>
-;; Maintainer: Milan Zamazal <pdm@fi.muni.cz>
-;; Keywords: multilingual, input method, Slovak
+;; Authors: Tibor \e,B)\e(Bimko <tibor.simko@fmph.uniba.sk>
+;;     Milan Zamazal <pdm@zamazal.org>
+;; Maintainer: Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
+;; Keywords: i18n, multilingual, input method, Slovak
 
-;; Copying and warranty: GNU General Public License, version 2
+;; 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 2, 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; see the file COPYING.  If not, write to the
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 ;;; Commentary:
 
-;; This setups some Slovak keyboards:
+;; This file defines the following Slovak keyboards:
 ;; - standard Slovak keyboard
 ;; - three Slovak keyboards for programmers
 
-;; Current Quail version has some limitations, which create annoying problems
-;; when using Czech keyboards.  You may want to install the file
-;; `hack-quail.el' from the package
-;; ftp://ftp.fi.muni.cz/pub/localization/emacs/emacs-20/emacs-cs-utils*
-;; which tries to remove some of these limitations.
-
 ;;; Code:
 
 (require 'quail)
 
 
 (quail-define-package
- "slovak" "Slovak" "SK" nil
+ "slovak" "Slovak" "SK" t
  "Standard Slovak keyboard."
- nil t nil nil nil nil nil nil nil nil t)
+ nil t nil nil t nil nil nil nil nil t)
 
 (quail-define-rules
  ("1" ?+)
@@ -52,8 +62,6 @@
  ("*" ?8)
  ("(" ?9)
  (")" ?0)
- ("q" ?`)
- ("Q" ?`)
  ("-" ?=)
  ("_" ?%)
  ("=" ?')
  ("+=U" ?\e,B\\e(B)
  ("=Z" ?\e,B]\e(B)
  ("+Y" ?\e,B.\e(B)
- ("=q" ?q)
- ("+q" ?q)
- ("=Q" ?Q)
- ("+Q" ?Q)
+ ("=q" ?`)
  ("=2" ?@)
  ("=3" ?#)
  ("=4" ?$)
 
 
 (quail-define-package
- "slovak-prog-1" "Slovak" "SK" nil
+ "slovak-prog-1" "Slovak" "SK" t
  "Slovak (non-standard) keyboard for programmers #1.
 
 All digits except of `1' are replaced by Slovak characters as on the standard
 Slovak keyboard.
 Dead keys are on `[', `[[', and `[[['.
 All other keys are the same as on standard US keyboard."
- nil t nil nil nil nil nil nil nil nil t)
+ nil t nil nil t nil nil nil nil nil t)
 
 (quail-define-rules
  ("[[[[" ?\[)
@@ -258,14 +263,14 @@ All other keys are the same as on standard US keyboard."
 
 
 (quail-define-package
- "slovak-prog-2" "Slovak" "SK" nil
+ "slovak-prog-2" "Slovak" "SK" t
  "Slovak (non-standard) keyboard for programmers #2.
 
 All digits except of `1' are replaced by Slovak characters as on the standard
 Slovak keyboard.
 Dead keys are on `=' and `+'.
 All other keys are the same as on standard US keyboard."
- nil t nil nil nil nil nil nil nil nil t)
+ nil t nil nil t nil nil nil nil nil t)
 
 (quail-define-rules
  ("2" ?\e,B5\e(B)
@@ -360,12 +365,12 @@ All other keys are the same as on standard US keyboard."
 
 
 (quail-define-package
- "slovak-prog-3" "Slovak" "SK" nil
+ "slovak-prog-3" "Slovak" "SK" t
  "Slovak (non-standard) keyboard for programmers #3.
 
 Dead keys are on `[', `[[', `[[[', and `]'.
 All other keys are the same as on standard US keyboard."
- nil t nil nil nil nil nil nil nil nil t)
+ nil t nil nil t nil nil nil nil nil t)
 
 (quail-define-rules
  ("[[[[" ?\[)
@@ -473,3 +478,6 @@ All other keys are the same as on standard US keyboard."
  ([kp-9] ?9)
  ([kp-0] ?0)
  ([kp-add] ?+))
+
+;;; arch-tag: 8aedb992-e191-4eec-ad0d-71a352e02a3d
+;;; slovak.el ends here