/[emacs]/emacs/leim/quail/latin-post.el
ViewVC logotype

Diff of /emacs/leim/quail/latin-post.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17.2.1 by fx, Mon Jun 24 21:06:54 2002 UTC revision 1.17.2.2 by fx, Wed Oct 16 23:08:09 2002 UTC
# Line 1372  Doubling the postfix separates the lette Line 1372  Doubling the postfix separates the lette
1372   )   )
1373    
1374  (quail-define-package  (quail-define-package
  "turkish-latin-3-postfix" "Turkish" "TR3<" t  
  "Turkish (Türkçe) input method with postfix modifiers.  
   
 This is for those who use Latin-3 (ISO-8859-3) for Turkish.  If you  
 use Latin-5 (ISO-8859-9), you should use \"turkish-postfix\" instead.  
   
 Note for I, ı, İ, i.  
   
 A^ -> Â  
 C, -> Ç  
 G^ -> Ğ  
 I  -> I  
 i  -> ı  
 I. -> İ  
 i. -> i  
 O\" -> Ö  
 S, -> Ş  
 U\" -> Ü  
 U^ -> Û  
   
 Doubling the postfix separates the letter and postfix: e.g. a^^ -> a^  
 " nil t nil nil nil nil nil nil nil nil t)  
   
 (quail-define-rules  
  ("A^" ?Â)  
  ("a^" ?â)  
  ("C," ?Ç)  
  ("c," ?ç)  
  ("G^" ?Ğ)  
  ("g^" ?ğ)  
  ("I." ?İ)  
  ("i" ?ı)  
  ("i." ?i)  
  ("O\"" ?Ö)  
  ("o\"" ?ö)  
  ("S," ?Ş)  
  ("s," ?ş)  
  ("U\"" ?Ü)  
  ("u\"" ?ü)  
  ("U^" ?Û)  
  ("u^" ?û)  
   
  ("A^^" ["A^"])  
  ("a^^" ["a^"])  
  ("C,," ["C,"])  
  ("c,," ["c,"])  
  ("G^^" ["G^"])  
  ("g^^" ["g^"])  
  ("I.." ["I."])  
  ("i" ["i"])  
  ("i.." ["i."])  
  ("O\"\"" ["O\""])  
  ("o\"\"" ["o\""])  
  ("S,," ["S,"])  
  ("s,," ["s,"])  
  ("U\"\"" ["U\""])  
  ("u\"\"" ["u\""])  
  ("U^^" ["U^"])  
  ("u^^" ["u^"])  
  )  
   
 (quail-define-package  
1375   "turkish-postfix" "Turkish" "TR<" t   "turkish-postfix" "Turkish" "TR<" t
1376   "Turkish (Türkçe) input method with postfix modifiers.   "Turkish (Türkçe) input method with postfix modifiers.
1377    
# Line 1496  Doubling the postfix separates the lette Line 1434  Doubling the postfix separates the lette
1434   ("u^^" ["u^"])   ("u^^" ["u^"])
1435   )   )
1436    
1437    ;; Backwards compatibility.
1438    (push (cons "turkish-latin-3-postfix"
1439                (cdr (assoc "turkish-postfix" input-method-alist)))
1440          input-method-alist)
1441    
1442  (quail-define-package  (quail-define-package
1443   "british" "Latin-1" "£@" t   "british" "Latin-1" "£@" t
1444   "British English input method with Latin-1 character £ (# -> £)"   "British English input method with Latin-1 character £ (# -> £)"

Legend:
Removed from v.1.17.2.1  
changed lines
  Added in v.1.17.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26