Mercurial > emacs
annotate lisp/language/slovak.el @ 91145:bc935454570f
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sat, 01 Dec 2007 02:42:37 +0000 |
parents | f55f9811f5d7 |
children | 606f2d163a64 |
rev | line source |
---|---|
47726
33d53d287ee4
Add "no-byte-compile: t" in first line.
Juanma Barranquero <lekktu@gmail.com>
parents:
43742
diff
changeset
|
1 ;;; slovak.el --- support for Slovak -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
21196 | 2 |
75347 | 3 ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007 |
74544 | 4 ;; Free Software Foundation. |
21196 | 5 |
6 ;; Authors: Tibor ,B)(Bimko <tibor.simko@fmph.uniba.sk>, | |
37768 | 7 ;; Milan Zamazal <pdm@zamazal.org> |
8 ;; Maintainer: Pavel Jan,Am(Bk <Pavel@Janik.cz> | |
21196 | 9 ;; Keywords: multilingual, Slovak |
10 | |
21421
868791d38a55
Add coding-priority. Use iso-8859-2 instead
Karl Heuer <kwzh@gnu.org>
parents:
21204
diff
changeset
|
11 ;; This file is part of GNU Emacs. |
868791d38a55
Add coding-priority. Use iso-8859-2 instead
Karl Heuer <kwzh@gnu.org>
parents:
21204
diff
changeset
|
12 |
868791d38a55
Add coding-priority. Use iso-8859-2 instead
Karl Heuer <kwzh@gnu.org>
parents:
21204
diff
changeset
|
13 ;; GNU Emacs is free software; you can redistribute it and/or modify |
868791d38a55
Add coding-priority. Use iso-8859-2 instead
Karl Heuer <kwzh@gnu.org>
parents:
21204
diff
changeset
|
14 ;; it under the terms of the GNU General Public License as published by |
78236
9355f9b7bbff
Switch license to GPLv3 or later.
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
15 ;; the Free Software Foundation; either version 3, or (at your option) |
21421
868791d38a55
Add coding-priority. Use iso-8859-2 instead
Karl Heuer <kwzh@gnu.org>
parents:
21204
diff
changeset
|
16 ;; any later version. |
868791d38a55
Add coding-priority. Use iso-8859-2 instead
Karl Heuer <kwzh@gnu.org>
parents:
21204
diff
changeset
|
17 |
868791d38a55
Add coding-priority. Use iso-8859-2 instead
Karl Heuer <kwzh@gnu.org>
parents:
21204
diff
changeset
|
18 ;; GNU Emacs is distributed in the hope that it will be useful, |
868791d38a55
Add coding-priority. Use iso-8859-2 instead
Karl Heuer <kwzh@gnu.org>
parents:
21204
diff
changeset
|
19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
868791d38a55
Add coding-priority. Use iso-8859-2 instead
Karl Heuer <kwzh@gnu.org>
parents:
21204
diff
changeset
|
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
868791d38a55
Add coding-priority. Use iso-8859-2 instead
Karl Heuer <kwzh@gnu.org>
parents:
21204
diff
changeset
|
21 ;; GNU General Public License for more details. |
868791d38a55
Add coding-priority. Use iso-8859-2 instead
Karl Heuer <kwzh@gnu.org>
parents:
21204
diff
changeset
|
22 |
868791d38a55
Add coding-priority. Use iso-8859-2 instead
Karl Heuer <kwzh@gnu.org>
parents:
21204
diff
changeset
|
23 ;; You should have received a copy of the GNU General Public License |
868791d38a55
Add coding-priority. Use iso-8859-2 instead
Karl Heuer <kwzh@gnu.org>
parents:
21204
diff
changeset
|
24 ;; along with GNU Emacs; see the file COPYING. If not, write to the |
64085 | 25 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
26 ;; Boston, MA 02110-1301, USA. | |
21196 | 27 |
28 ;;; Commentary: | |
29 | |
30 ;; Slovak ISO 8859-2 environment. | |
31 | |
32 ;;; Code: | |
33 | |
34 (set-language-info-alist | |
22982
5fef9d1a7fc2
(setup-XXX-environment): Just call set-language-environment. If
Kenichi Handa <handa@m17n.org>
parents:
21895
diff
changeset
|
35 "Slovak" '((charset . (ascii latin-iso8859-2)) |
21421
868791d38a55
Add coding-priority. Use iso-8859-2 instead
Karl Heuer <kwzh@gnu.org>
parents:
21204
diff
changeset
|
36 (coding-system . (iso-8859-2)) |
868791d38a55
Add coding-priority. Use iso-8859-2 instead
Karl Heuer <kwzh@gnu.org>
parents:
21204
diff
changeset
|
37 (coding-priority . (iso-8859-2)) |
88435
72f73971423b
Set `iso-8859-2' for `nonascii-translation'.
Kenichi Handa <handa@m17n.org>
parents:
42194
diff
changeset
|
38 (nonascii-translation . iso-8859-2) |
22982
5fef9d1a7fc2
(setup-XXX-environment): Just call set-language-environment. If
Kenichi Handa <handa@m17n.org>
parents:
21895
diff
changeset
|
39 (input-method . "slovak") |
5fef9d1a7fc2
(setup-XXX-environment): Just call set-language-environment. If
Kenichi Handa <handa@m17n.org>
parents:
21895
diff
changeset
|
40 (unibyte-display . iso-8859-2) |
37379
50cd6c157a2d
("Slovak"): Add tutorial entry.
Gerd Moellmann <gerd@gnu.org>
parents:
37160
diff
changeset
|
41 (tutorial . "TUTORIAL.sk") |
21196 | 42 (sample-text . "Prajeme V,Ba(Bm pr,Bm(Bjemn,B}(B de,Br(B!") |
37160
7089a2f8a081
("Slovak"): Add documentation string. From
Gerd Moellmann <gerd@gnu.org>
parents:
28906
diff
changeset
|
43 (documentation . "\ |
7089a2f8a081
("Slovak"): Add documentation string. From
Gerd Moellmann <gerd@gnu.org>
parents:
28906
diff
changeset
|
44 This language environment is almost the same as Latin-2, |
43742 | 45 but sets the default input method to \"slovak\", |
42194 | 46 and selects the Slovak tutorial.")) |
21472
c0e398eea0bd
Put Slovak lang. env. under European.
Kenichi Handa <handa@m17n.org>
parents:
21468
diff
changeset
|
47 '("European")) |
21196 | 48 |
49 (provide 'slovak) | |
50 | |
52401 | 51 ;;; arch-tag: 1bae098a-33b2-4426-8c29-59e44fe05484 |
38414
67b464da13ec
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
37768
diff
changeset
|
52 ;;; slovak.el ends here |