1 ;;; devanagari.el --- Support for Devanagari -*- coding: iso-2022-7bit; no-byte-compile: t -*-
3 ;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007
4 ;; Free Software Foundation, Inc.
6 ;; Maintainer: KAWABATA, Taichi <kawabata@m17n.org>
7 ;; Keywords: multilingual, Indian, Devanagari
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 2, or (at your option)
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.
28 ;; This file defines language-info of Devanagari script, and provides
29 ;; compatibility support of old implementation of Devanagari script.
33 (set-language-info-alist
34 "Devanagari" '((charset indian-is13194 mule-unicode-0100-24ff
35 indian-2-column indian-glyph
;; comment out later
37 (coding-system in-is13194
)
38 (coding-priority in-is13194
)
39 (input-method .
"dev-aiba")
42 Such languages using Devanagari script as Hindi and Marathi
43 are supported in this language environment."))
48 ;;; arch-tag: fd13667d-868b-41e8-81ef-79dd28bbfed2
49 ;;; devanagari.el ends here