comparison leim/quail/latin-post.el @ 89398:cc2cac7c9faf

("turkish-latin-3-postfix"): Make it just an alias for turkish-postfix.
author Dave Love <fx@gnu.org>
date Thu, 13 Feb 2003 22:46:13 +0000
parents bc01e3bbf51a
children 2f877ed80fa6
comparison
equal deleted inserted replaced
89397:10d6e3d90cea 89398:cc2cac7c9faf
1372 ) 1372 )
1373 1373
1374 (quail-define-package 1374 (quail-define-package
1375 "turkish-postfix" "Turkish" "TR<" t 1375 "turkish-postfix" "Turkish" "TR<" t
1376 "Turkish (Türkçe) input method with postfix modifiers. 1376 "Turkish (Türkçe) input method with postfix modifiers.
1377 1377 turkish-latin-3-postfix is an obsolete alias for turkish-postfix.
1378 This is for those who use Latin-5 (ISO-8859-9) for Turkish. If you
1379 use Latin-3 (ISO-8859-3), you should use \"turkish-latin-3-postfix\"
1380 instead.
1381 1378
1382 Note for I, ı, İ, i. 1379 Note for I, ı, İ, i.
1383 1380
1384 A^ -> Â 1381 A^ -> Â
1385 C, -> Ç 1382 C, -> Ç
1434 ("u^^" ["u^"]) 1431 ("u^^" ["u^"])
1435 ) 1432 )
1436 1433
1437 ;; Backwards compatibility. 1434 ;; Backwards compatibility.
1438 (push (cons "turkish-latin-3-postfix" 1435 (push (cons "turkish-latin-3-postfix"
1439 (cdr (assoc "turkish-postfix" input-method-alist))) 1436 (cdr (assoc "turkish-postfix" quail-package-alist)))
1440 input-method-alist) 1437 quail-package-alist)
1441 1438
1442 (quail-define-package 1439 (quail-define-package
1443 "british" "Latin-1" "£@" t 1440 "british" "Latin-1" "£@" t
1444 "British English input method with Latin-1 character £ (# -> £)" 1441 "British English input method with Latin-1 character £ (# -> £)"
1445 nil t nil nil nil nil nil nil nil nil t) 1442 nil t nil nil nil nil nil nil nil nil t)