aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-09 01:23:47 +0000
committerRichard M. Stallman1997-08-09 01:23:47 +0000
commit2bf2e47c10b32d436a2ab5feffab67b82492ad1a (patch)
tree41d9ac7d54783cd5fb49a0eac3f407d1bbd09ce3
parent1a552841d243b203b7c62ca5fef358b1e05ae9a3 (diff)
downloademacs-2bf2e47c10b32d436a2ab5feffab67b82492ad1a.tar.gz
emacs-2bf2e47c10b32d436a2ab5feffab67b82492ad1a.zip
(cyrillic-translit): \\ changed to / to
conform to other input methods. Misprints corrected.
-rw-r--r--leim/quail/cyrillic.el36
1 files changed, 18 insertions, 18 deletions
diff --git a/leim/quail/cyrillic.el b/leim/quail/cyrillic.el
index 5fdf0594f04..0a1deae2859 100644
--- a/leim/quail/cyrillic.el
+++ b/leim/quail/cyrillic.el
@@ -725,11 +725,11 @@ as follows.
725 725
726(quail-define-package 726(quail-define-package
727 "cyrillic-translit" "Cyrillic" ",L6(Bt" nil 727 "cyrillic-translit" "Cyrillic" ",L6(Bt" nil
728 "Intuitively transliterated keybooard layout. 728 "Intuitively transliterated keyboard layout.
729Most convenient for entering Russian but all cyrillic characters are included. 729Most convenient for entering Russian but all cyrillic characters are included.
730Should handle most cases. However: 730Should handle most cases. However:
731 for ,Lf(B (TSE) use \"c\", never \"ts\" 731 for ,Lf(B (TSE) use \"c\", never \"ts\"
732 ,Li(B (SHCHA = Bulgarian SHT) = \"shch\", \"sj\", \"\\sht\" or \"\\t\", 732 ,Li(B (SHCHA = Bulgarian SHT) = \"shch\", \"sj\", \"/sht\" or \"/t\",
733 ,Lm(B (REVERSE ROUNDED E) = \"e'\" or \"e`\" 733 ,Lm(B (REVERSE ROUNDED E) = \"e'\" or \"e`\"
734 ,Le(B (KHA) when after ,La(B (S) = \"x\" or \"kh\" 734 ,Le(B (KHA) when after ,La(B (S) = \"x\" or \"kh\"
735 ,Lj(B (HARD SIGN) = \"~\", ,LJ(B (CAPITAL HARD SIGN) = \"~~\", 735 ,Lj(B (HARD SIGN) = \"~\", ,LJ(B (CAPITAL HARD SIGN) = \"~~\",
@@ -737,14 +737,14 @@ Should handle most cases. However:
737 ,Lo(B (YA) = \"ya\", \"ja\" or \"q\". 737 ,Lo(B (YA) = \"ya\", \"ja\" or \"q\".
738 738
739Russian alphabet: a b v=w g d e yo=jo zh z i j=j' k l m n o p r s t 739Russian alphabet: a b v=w g d e yo=jo zh z i j=j' k l m n o p r s t
740u f h=kh=x c ch sh shch=sj=\\s=\\sht ~ y ' yu=ju ya=ja=q 740u f h=kh=x c ch sh shch=sj=/s=/sht ~ y ' e' yu=ju ya=ja=q
741 741
742Also included are Ukranian ,Lt(B (YE) = \"\\e\" and ,Lw(B (YI) = \"yi\", 742Also included are Ukrainian ,Lt(B (YE) = \"/e\" and ,Lw(B (YI) = \"yi\",
743Belorussian ,L~(B (SHORT U) = \"u'\", 743Belorussian ,L~(B (SHORT U) = \"u'\",
744Serbocroatian ,Lr(B (DJE) = \"\\d\", ,L{(B (CHJE)= \"\\ch\", 744Serbo-Croatian ,Lr(B (DJE) = \"/d\", ,L{(B (CHJE)= \"/ch\",
745Macedonian ,Ls(B (GJE) = \"\\g\", ,Lu(B (DZE) = \"\\s\", ,L|(B (KJE) = \"\\k\", 745Macedonian ,Ls(B (GJE) = \"/g\", ,Lu(B (DZE) = \"/s\", ,L|(B (KJE) = \"/k\",
746cyrillic ,Lv(B (I DECIMAL) = \"\\i\", ,Lx(B (JE) = \"\\j\", 746cyrillic ,Lv(B (I DECIMAL) = \"/i\", ,Lx(B (JE) = \"/j\",
747,Ly(B (LJE) = \"\\l\", ,Lz(B (NJE) = \"\\n\" and ,L(B (DZE) =\"\\z\"." 747,Ly(B (LJE) = \"/l\", ,Lz(B (NJE) = \"/n\" and ,L(B (DZE) =\"/z\"."
748 nil t t t t) 748 nil t t t t)
749 749
750(quail-define-rules 750(quail-define-rules
@@ -758,7 +758,7 @@ cyrillic ,Lv(B (I DECIMAL) = \"\\i\", ,Lx(B (JE) = \"\\j\",
758 ("c" ?,Lf(B) ("ch" ?,Lg(B) 758 ("c" ?,Lf(B) ("ch" ?,Lg(B)
759 ("sh" ?,Lh(B) 759 ("sh" ?,Lh(B)
760 ("shch" ?,Li(B) ("sj" ?,Li(B) 760 ("shch" ?,Li(B) ("sj" ?,Li(B)
761 ("\\sht" ?,Li(B) ("\\t" ?,Li(B) 761 ("/sht" ?,Li(B) ("/t" ?,Li(B)
762 ("~" ?,Lj(B) ("y" ?,Lk(B) ("'" ?,Ll(B) ("`" ?,Ll(B) 762 ("~" ?,Lj(B) ("y" ?,Lk(B) ("'" ?,Ll(B) ("`" ?,Ll(B)
763 ("e'" ?,Lm(B) ("e`" ?,Lm(B) ("@" ?,Lm(B) 763 ("e'" ?,Lm(B) ("e`" ?,Lm(B) ("@" ?,Lm(B)
764 ("yu" ?,Ln(B) ("ju" ?,Ln(B) 764 ("yu" ?,Ln(B) ("ju" ?,Ln(B)
@@ -774,19 +774,19 @@ cyrillic ,Lv(B (I DECIMAL) = \"\\i\", ,Lx(B (JE) = \"\\j\",
774 ("C" ?,LF(B) ("Ch" ?,LG(B) ("CH" ?,LG(B) 774 ("C" ?,LF(B) ("Ch" ?,LG(B) ("CH" ?,LG(B)
775 ("Sh" ?,LH(B) ("SH" ?,LH(B) 775 ("Sh" ?,LH(B) ("SH" ?,LH(B)
776 ("Shch" ?,LI(B) ("SHCH" ?,LI(B) ("Sj" ?,LI(B) ("SJ" ?,LI(B) 776 ("Shch" ?,LI(B) ("SHCH" ?,LI(B) ("Sj" ?,LI(B) ("SJ" ?,LI(B)
777 ("\\Sht" ?,LI(B) ("\\SHT" ?,LI(B) ("\\T" ?,LI(B) 777 ("/Sht" ?,LI(B) ("/SHT" ?,LI(B) ("/T" ?,LI(B)
778 ("~~" ",LJ(B") ("Y" ?,LK(B) ("''" ",LL(B") ("E'" ?,LM(B) ("E`" ?,LM(B) 778 ("~~" ",LJ(B") ("Y" ?,LK(B) ("''" ",LL(B") ("E'" ?,LM(B) ("E`" ?,LM(B)
779 ("Yu" ?,LN(B) ("YU" ?,LN(B) ("Ju" ?,LN(B) ("JU" ?,LN(B) 779 ("Yu" ?,LN(B) ("YU" ?,LN(B) ("Ju" ?,LN(B) ("JU" ?,LN(B)
780 ("Ya" ?,LO(B) ("YA" ?,LO(B) ("Ja" ?,LO(B) ("JA" ?,LO(B) ("Q" ?,LO(B) 780 ("Ya" ?,LO(B) ("YA" ?,LO(B) ("Ja" ?,LO(B) ("JA" ?,LO(B) ("Q" ?,LO(B)
781 781
782 ("\\e" ?,Lt(B) ("yi" ?,Lw(B) ("u'" ?,L~(B) 782 ("/e" ?,Lt(B) ("yi" ?,Lw(B) ("u'" ?,L~(B)
783 ("\\d" ?,Lr(B) ("\\ch" ?,L{(B) 783 ("/d" ?,Lr(B) ("/ch" ?,L{(B)
784 ("\\g" ?,Ls(B) ("\\s" ?,Lu(B) ("\\k" ?,L|(B) 784 ("/g" ?,Ls(B) ("/s" ?,Lu(B) ("/k" ?,L|(B)
785 ("\\i" ?,Lv(B) ("\\j" ?,Lx(B) ("\\l" ?,Ly(B) ("\\n" ?,Lz(B) ("\\z" ?,L(B) 785 ("/i" ?,Lv(B) ("/j" ?,Lx(B) ("/l" ?,Ly(B) ("/n" ?,Lz(B) ("/z" ?,L(B)
786 ("\\E" ?,L$(B) ("YE" ?,L$(B) ("Yi" ?,L'(B) ("YI" ?,L'(B) ("U'" ?,L.(B) 786 ("/E" ?,L$(B) ("YE" ?,L$(B) ("Yi" ?,L'(B) ("YI" ?,L'(B) ("U'" ?,L.(B)
787 ("\\D" ?,L"(B) ("\\Ch" ?,L+(B) ("\\CH" ?,L+(B) 787 ("/D" ?,L"(B) ("/Ch" ?,L+(B) ("/CH" ?,L+(B)
788 ("\\G" ?,L#(B) ("\\S" ?,L%(B) ("\\K" ?,L,(B) 788 ("/G" ?,L#(B) ("/S" ?,L%(B) ("/K" ?,L,(B)
789 ("\\I" ?,L&(B) ("\\J" ?,L((B) ("\\L" ?,L)(B) ("\\N" ?,L*(B) ("\\Z" ?,L/(B) 789 ("/I" ?,L&(B) ("/J" ?,L((B) ("/L" ?,L)(B) ("/N" ?,L*(B) ("/Z" ?,L/(B)
790) 790)
791 791
792;; Local Variables: 792;; Local Variables: