Here is a patch that adds Hebrew to the input list, it seem that I
can't produce a patch which contains the Hebrew.el file for queil.
? quail/hebrew.el
Index: leim-list.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/mule-packages/leim/leim-list.el,v
retrieving revision 1.5
diff -u -r1.5 leim-list.el
--- leim-list.el 2002/07/24 16:43:09 1.5
+++ leim-list.el 2005/12/12 19:19:38
@@ -63,6 +63,10 @@
"1>" "Latin-1 characters input method with prefix modifiers"
"quail/latin-pre")
(register-input-method
+ "hebrew" "Hebrew" 'quail-use-package
+ ",Hr(B" "Hebrew (ISO 8859-8) input method."
+ "quail/hebrew")
+(register-input-method
"catalan-prefix" "Latin-1" 'quail-use-package
"CA>" "Catalan and Spanish input method with prefix modifiers"
"quail/latin-pre")
Show replies by date