# HG changeset patch # User Francesco Potort # Date 1004012202 0 # Node ID 241787c37705710fd443f0131690734d3a88928c # Parent cb8b9d4932281767289d444b3871e79e21de8dc0 Add the Euro symbol to the italian-postfix and italian-alt-postfix input methods. The users with a latin-1 font will see the international currency symbol, those with a latin-15 (iso-8859-15) font will see the euro symbol. diff -r cb8b9d493228 -r 241787c37705 leim/quail/latin-alt.el --- a/leim/quail/latin-alt.el Thu Oct 25 10:13:23 2001 +0000 +++ b/leim/quail/latin-alt.el Thu Oct 25 12:16:42 2001 +0000 @@ -1193,7 +1193,7 @@ e' -> ,Ai(B E' -> ,AI(B e` -> ,Ah(B E` -> ,AH(B I^ -> ,AN(B >> -> ,A;(B i' -> ,Am(B I' -> ,AM(B i` -> ,Al(B I` -> ,AL(B o_ -> ,A:(B o' -> ,As(B O' -> ,AS(B o` -> ,Ar(B O` -> ,AR(B a_ -> ,A*(B -u' -> ,Az(B U' -> ,AZ(B u` -> ,Ay(B U` -> ,AY(B +u' -> ,Az(B U' -> ,AZ(B u` -> ,Ay(B U` -> ,AY(B E= -> ,A$(B This method is for purists who like accents the old way. @@ -1207,6 +1207,7 @@ ("a'" ?,Aa(B) ("E`" ?,AH(B) ("E'" ?,AI(B) + ("E=" ?,A$(B) ("e`" ?,Ah(B) ("e'" ?,Ai(B) ("I`" ?,AL(B) @@ -1234,6 +1235,7 @@ ("a''" ["a'"]) ("E``" ["E`"]) ("E''" ["E'"]) + ("E==" ["E="]) ("e``" ["e`"]) ("e''" ["e'"]) ("I``" ["I`"]) diff -r cb8b9d493228 -r 241787c37705 leim/quail/latin-post.el --- a/leim/quail/latin-post.el Thu Oct 25 10:13:23 2001 +0000 +++ b/leim/quail/latin-post.el Thu Oct 25 12:16:42 2001 +0000 @@ -1175,7 +1175,7 @@ e` -> ,Ah(B E` -> ,AH(B E' -> ,AI(B >> -> ,A;(B i` -> ,Al(B I` -> ,AL(B o_ -> ,A:(B o` -> ,Ar(B O` -> ,AR(B a_ -> ,A*(B -u` -> ,Ay(B U` -> ,AY(B +u` -> ,Ay(B U` -> ,AY(B E= -> ,A$(B Typewriter-style italian characters. @@ -1187,6 +1187,7 @@ ("a`" ?,A`(B) ("E`" ?,AH(B) ("E'" ?,AI(B) + ("E=" ?,A$(B) ("e`" ?,Ah(B) ("e'" ?,Ai(B) ("I`" ?,AL(B) @@ -1204,6 +1205,7 @@ ("a``" ["a`"]) ("E``" ["E`"]) ("E''" ["E'"]) + ("E==" ["E="]) ("e``" ["e`"]) ("e''" ["e'"]) ("I``" ["I`"])