diff lisp/mule/european.el @ 778:2923009caf47

[xemacs-hg @ 2002-03-16 10:38:59 by ben] cm.c, file-coding.c: fix warnings. .cvsignore: Those pesky *.tmp files. mule\arabic.el, mule\canna-leim.el, mule\china-util.el, mule\chinese.el, mule\cyril-util.el, mule\cyrillic.el, mule\devan-util.el, mule\devanagari.el, mule\english.el, mule\ethio-util.el, mule\ethiopic.el, mule\european.el, mule\greek.el, mule\hebrew.el, mule\indian.el, mule\japan-util.el, mule\japanese.el, mule\korea-util.el, mule\korean.el, mule\lao-util.el, mule\lao.el, mule\misc-lang.el, mule\mule-charset.el, mule\mule-cmds.el, mule\thai-util.el, mule\thai.el, mule\tibet-util.el, mule\tibetan.el, mule\viet-util.el, mule\vietnamese.el, unicode.el: Fix lots of warnings. Sync up some files to FSF 21.1. Copy over all charset definitions from FSF 21.1, convert them to our format, and stick them in the relevant files. Eventually we will actually be able to dump these files (though they may not quite work). autoload.el: Support defun*, defmacro*. mule/mule-composite.el, mule/mule-composite-stub.el: New file, stubs for nonexistent composition funs/vars. mule/viet-chars.el, dumped-lisp.el: Account for these changes. font.el, mouse.el, msw-font-menu.el, printer.el, startup.el: fix warnings.
author ben
date Sat, 16 Mar 2002 10:39:19 +0000
parents 943eaba38521
children 602aa4ed9900
line wrap: on
line diff
--- a/lisp/mule/european.el	Fri Mar 15 11:00:56 2002 +0000
+++ b/lisp/mule/european.el	Sat Mar 16 10:39:19 2002 +0000
@@ -32,6 +32,104 @@
 ;; #### latin.el would be a better name for this file.
 
 ;;; Code:
+; (make-charset 'latin-iso8859-1 
+; 	      "Right-Hand Part of Latin Alphabet 1 (ISO/IEC 8859-1): ISO-IR-100"
+; 	      '(dimension
+; 		1
+; 		registry "ISO8859-1"
+; 		chars 96
+; 		columns 1
+; 		direction l2r
+; 		final ?A
+; 		graphic 1
+; 		short-name "RHP of Latin-1"
+; 		long-name "RHP of Latin-1 (ISO 8859-1): ISO-IR-100"
+; 		))
+
+; (make-charset 'latin-iso8859-2 
+; 	      "Right-Hand Part of Latin Alphabet 2 (ISO/IEC 8859-2): ISO-IR-101"
+; 	      '(dimension
+; 		1
+; 		registry "ISO8859-2"
+; 		chars 96
+; 		columns 1
+; 		direction l2r
+; 		final ?B
+; 		graphic 1
+; 		short-name "RHP of Latin-2"
+; 		long-name "RHP of Latin-2 (ISO 8859-2): ISO-IR-101"
+; 		))
+
+; (make-charset 'latin-iso8859-3 
+; 	      "Right-Hand Part of Latin Alphabet 3 (ISO/IEC 8859-3): ISO-IR-109"
+; 	      '(dimension
+; 		1
+; 		registry "ISO8859-3"
+; 		chars 96
+; 		columns 1
+; 		direction l2r
+; 		final ?C
+; 		graphic 1
+; 		short-name "RHP of Latin-3"
+; 		long-name "RHP of Latin-3 (ISO 8859-3): ISO-IR-109"
+; 		))
+
+; (make-charset 'latin-iso8859-4 
+; 	      "Right-Hand Part of Latin Alphabet 4 (ISO/IEC 8859-4): ISO-IR-110"
+; 	      '(dimension
+; 		1
+; 		registry "ISO8859-4"
+; 		chars 96
+; 		columns 1
+; 		direction l2r
+; 		final ?D
+; 		graphic 1
+; 		short-name "RHP of Latin-4"
+; 		long-name "RHP of Latin-4 (ISO 8859-4): ISO-IR-110"
+; 		))
+
+; (make-charset 'latin-iso8859-9 
+; 	      "Right-Hand Part of Latin Alphabet 5 (ISO/IEC 8859-9): ISO-IR-148"
+; 	      '(dimension
+; 		1
+; 		registry "ISO8859-9"
+; 		chars 96
+; 		columns 1
+; 		direction l2r
+; 		final ?M
+; 		graphic 1
+; 		short-name "RHP of Latin-5"
+; 		long-name "RHP of Latin-5 (ISO 8859-9): ISO-IR-148"
+; 		))
+
+; (make-charset 'latin-iso8859-15 
+; 	      "Right-Hand Part of Latin Alphabet 9 (ISO/IEC 8859-15): ISO-IR-203"
+; 	      '(dimension
+; 		1
+; 		registry "ISO8859-15"
+; 		chars 96
+; 		columns 1
+; 		direction l2r
+; 		final ?b
+; 		graphic 1
+; 		short-name "RHP of Latin-9"
+; 		long-name "RHP of Latin-9 (ISO 8859-15): ISO-IR-203"
+; 		))
+
+(make-charset 'latin-iso8859-14 
+	      "Right-Hand Part of Latin Alphabet 8 (ISO/IEC 8859-14)"
+	      '(dimension
+		1
+		registry "ISO8859-14"
+		chars 96
+		columns 1
+		direction l2r
+		final ?_
+		graphic 1
+		short-name "RHP of Latin-8"
+		long-name "RHP of Latin-8 (ISO 8859-14)"
+		))
+
 
 ;; For syntax of Latin-1 characters.
 (loop for c from 64 to 127              ; from ',A@(B' to ',A(B'
@@ -170,8 +268,9 @@
 (provide 'romanian)
 
 ;; Czech support originally from czech.el
-;; Author: Milan Zamazal <pdm@fi.muni.cz>
-;; Maintainer(for XEmacs): David Sauer <davids@penguin.cz>
+;; Author: Milan Zamazal <pdm@zamazal.org>
+;; Maintainer (FSF): Pavel Jan,Am(Bk <Pavel@Janik.cz>
+;; Maintainer (for XEmacs): David Sauer <davids@penguin.cz>
 
 (provide 'czech)