1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

*** empty log message ***

This commit is contained in:
Dave Love 2001-12-15 18:01:15 +00:00
parent e6432b6874
commit f2e5fc4930
3 changed files with 5062 additions and 0 deletions

View File

@ -1,5 +1,19 @@
2001-12-15 Dave Love <fx@gnu.org>
* language/ind-util.el: Don't require cl.
(indian-glyph-char, indian-glyph-max-char)
(indian-char-glyph): Moved from indian.el
(indian--puthash-char, mapthread): Don't quote lambda.
(indian--map): New function.
(indian--puthash-v, indian--puthash-c, indian--puthash-m)
(indian--puthash-cv): Use it.
* language/indian.el (indian-glyph-char, indian-glyph-max-char)
(indian-char-glyph): Moved to ind-util.el
* language/devan-util.el (devanagari-post-read-conversion): New
function.
* language/georgian.el: New file.
* international/mule-cmds.el (locale-language-names): Add various

File diff suppressed because it is too large Load Diff

38
lisp/language/georgian.el Normal file
View File

@ -0,0 +1,38 @@
;;; georgian.el --- language support for Georgian
;; Copyright (C) 2001 Free Software Foundation, Inc.
;; Author: Dave Love <fx@gnu.org>
;; Keywords: i18n
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 2, or (at your option)
;; any later version.
;; This file is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
;;; Commentary:
;;; Code:
(set-language-info-alist
"Georgian" `((coding-system georgian-ps)
(coding-priority georgian-ps)
(input-method . "georgian")
(features code-pages)
(documentation . "Support for georgian-ps character set."))
'("European")) ; fixme: is this appropriate for
; a non-Latin script?
(provide 'georgian)
;;; georgian.el ends here