]> code.delx.au - gnu-emacs/blobdiff - leim/quail/slovak.el
Implement mouse highlight for bidi-reordered lines.
[gnu-emacs] / leim / quail / slovak.el
index 840ff00fe40075de98730014fa148b6d539536e6..c6c583781b2dd4924404dd85889a28e2065356ec 100644 (file)
@@ -1,18 +1,19 @@
-;;; 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, 2008, 2009, 2010
+;;   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
 
 ;; This file is part of GNU Emacs.
 
-;; GNU Emacs is free software; you can redistribute it and/or modify
+;; 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.
+;; 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
 ;; 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., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
-;; This setups some Slovak keyboards:
+;; This file defines the following Slovak keyboards:
 ;; - standard Slovak keyboard
 ;; - three Slovak keyboards for programmers
 
@@ -36,7 +35,7 @@
 
 
 (quail-define-package
- "slovak" "Slovak" "SK" nil
+ "slovak" "Slovak" "SK" t
  "Standard Slovak keyboard."
  nil t nil nil t nil nil nil nil nil t)
 
  ("+=U" ?\e,B\\e(B)
  ("=Z" ?\e,B]\e(B)
  ("+Y" ?\e,B.\e(B)
+ ("=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
@@ -261,7 +261,7 @@ 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
@@ -363,7 +363,7 @@ 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 `]'.
@@ -476,3 +476,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