1 ;;; slovak.el --- support for Slovak -*- coding: iso-2022-7bit; no-byte-compile: t -*-
3 ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
4 ;; Free Software Foundation.
6 ;; Authors: Tibor \e,B)\e(Bimko <tibor.simko@fmph.uniba.sk>,
7 ;; Milan Zamazal <pdm@zamazal.org>
8 ;; Maintainer: Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9 ;; Keywords: multilingual, Slovak
11 ;; This file is part of GNU Emacs.
13 ;; GNU Emacs is free software; you can redistribute it and/or modify
14 ;; it under the terms of the GNU General Public License as published by
15 ;; the Free Software Foundation; either version 3, or (at your option)
18 ;; GNU Emacs is distributed in the hope that it will be useful,
19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 ;; GNU General Public License for more details.
23 ;; You should have received a copy of the GNU General Public License
24 ;; along with GNU Emacs; see the file COPYING. If not, write to the
25 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
26 ;; Boston, MA 02110-1301, USA.
30 ;; Slovak ISO 8859-2 environment.
34 (set-language-info-alist
35 "Slovak" '((charset .
(ascii latin-iso8859-2
))
36 (coding-system .
(iso-8859-2))
37 (coding-priority .
(iso-8859-2))
38 (nonascii-translation . latin-iso8859-2
)
39 (input-method .
"slovak")
40 (unibyte-syntax .
"latin-2")
41 (unibyte-display . iso-8859-2
)
42 (tutorial .
"TUTORIAL.sk")
43 (sample-text .
"Prajeme V\e,Ba\e(Bm pr\e,Bm\e(Bjemn\e,B}\e(B de\e,Br\e(B!")
45 This language environment is almost the same as Latin-2,
46 but sets the default input method to \"slovak\",
47 and selects the Slovak tutorial."))
52 ;;; arch-tag: 1bae098a-33b2-4426-8c29-59e44fe05484
53 ;;; slovak.el ends here