* xdisp.c (redisplay_window): When deciding whether or not to
[emacs.git] / lisp / language / czech.el
blob43dff0d57ba678b2aad09a290971455131dca988
1 ;;; czech.el --- support for Czech -*- coding: iso-2022-7bit; no-byte-compile: t -*-
3 ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007
4 ;; Free Software Foundation.
6 ;; Author: Milan Zamazal <pdm@zamazal.org>
7 ;; Maintainer: Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8 ;; Keywords: multilingual, Czech
10 ;; This file is part of GNU Emacs.
12 ;; GNU Emacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by
14 ;; the Free Software Foundation; either version 2, or (at your option)
15 ;; any later version.
17 ;; GNU Emacs is distributed in the hope that it will be useful,
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 ;; GNU General Public License for more details.
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
24 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
25 ;; Boston, MA 02110-1301, USA.
27 ;;; Commentary:
29 ;; Czech ISO 8859-2 environment.
31 ;;; Code:
33 (set-language-info-alist
34 "Czech" '((charset . (ascii latin-iso8859-2))
35 (coding-system . (iso-8859-2))
36 (coding-priority . (iso-8859-2))
37 (input-method . "czech")
38 (nonascii-translation . latin-iso8859-2)
39 (unibyte-syntax . "latin-2")
40 (unibyte-display . iso-8859-2)
41 (tutorial . "TUTORIAL.cs")
42 (sample-text . "P\e,Bx\e(Bejeme v\e,Ba\e(Bm hezk\e,B}\e(B den!")
43 (documentation . "\
44 This language environment is almost the same as Latin-2,
45 but sets the default input method to \"czech\",
46 and selects the Czech tutorial."))
47 '("European"))
49 (provide 'czech)
51 ;;; arch-tag: 45ac0d83-ca13-4b5e-9e82-821e44080c24
52 ;;; czech.el ends here