(Shell Command Guessing): Mention dired-guess-shell-case-fold-search.
[emacs.git] / lisp / language / romanian.el
blob539dc37b3a4ebf3c4f8de944bd3e38979b4f68e8
1 ;;; romanian.el --- support for Romanian -*- coding: iso-latin-2; no-byte-compile: t -*-
3 ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
4 ;; Free Software Foundation.
6 ;; Author: Dan Nicolaescu <done@ece.arizona.edu>
7 ;; Keywords: multilingual, Romanian
9 ;; This file is part of GNU Emacs.
11 ;; GNU Emacs is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 3, or (at your option)
14 ;; any later version.
16 ;; GNU Emacs is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details.
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
23 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 ;; Boston, MA 02110-1301, USA.
26 ;;; Commentary:
28 ;; Romanian ISO 8859-2 environment.
30 ;;; Code:
32 (set-language-info-alist
33 "Romanian" '((charset . (ascii latin-iso8859-2))
34 (coding-system . (iso-8859-2))
35 (coding-priority . (iso-8859-2))
36 (nonascii-translation . latin-iso8859-2)
37 (input-method . "latin-2-postfix")
38 (unibyte-syntax . "latin-2")
39 (unibyte-display . iso-8859-2)
40 (tutorial . "TUTORIAL.ro")
41 (sample-text . "Bunã ziua, bine aþi venit!")
42 (documentation . t))
43 '("European"))
45 (provide 'romanian)
47 ;;; arch-tag: a0bf93ee-2f02-4678-a477-c08acc35366b
48 ;;; romanian.el ends here