emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/leim/quail/latin-pre.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/leim/quail/latin-pre.el [lexbind]
Date: Tue, 14 Oct 2003 19:02:40 -0400

Index: emacs/leim/quail/latin-pre.el
diff -c emacs/leim/quail/latin-pre.el:1.18.4.1 
emacs/leim/quail/latin-pre.el:1.18.4.2
*** emacs/leim/quail/latin-pre.el:1.18.4.1      Fri Apr  4 01:19:54 2003
--- emacs/leim/quail/latin-pre.el       Tue Oct 14 19:02:13 2003
***************
*** 260,266 ****
      acute    |   '    | 'e -> ,Ai(B
      grave    |   `    | `a -> ,A`(B
    circumflex |   ^    | ^a -> ,Ab(B
!   diaeresis  |   \"   | \"i -> ,Ao(B
     cedilla   | ~ or , | ~c -> ,Ag(B   ,c -> ,Ag(B
     symbol    |   ~    | ~> -> ,A;(B   ~< -> ,A+(B
  " nil t nil nil nil nil nil nil nil nil t)
--- 260,266 ----
      acute    |   '    | 'e -> ,Ai(B
      grave    |   `    | `a -> ,A`(B
    circumflex |   ^    | ^a -> ,Ab(B
!   diaeresis  |   \"    | \"i -> ,Ao(B
     cedilla   | ~ or , | ~c -> ,Ag(B   ,c -> ,Ag(B
     symbol    |   ~    | ~> -> ,A;(B   ~< -> ,A+(B
  " nil t nil nil nil nil nil nil nil nil t)
***************
*** 351,357 ****
   "german-prefix" "German" "DE>" t
   "German (Deutsch) input method with prefix modifiers
  Key translation rules are:
!  \"A -> ,AD(B ->   \"O -> ,AV(B   \"U -> ,A\(B   \"s -> ?,A_(B
  " nil t nil nil nil nil nil nil nil nil t)
  
  (quail-define-rules
--- 351,357 ----
   "german-prefix" "German" "DE>" t
   "German (Deutsch) input method with prefix modifiers
  Key translation rules are:
!  \"A -> ,AD(B ->   \"O -> ,AV(B   \"U -> ,A\(B   \"s -> ,A_(B
  " nil t nil nil nil nil nil nil nil nil t)
  
  (quail-define-rules
***************
*** 700,710 ****
  
  (quail-define-package
   "polish-slash" "Polish" "PL>" nil
!  "Polish diacritics in Latin-2 encoding are input as `/[acelnosxzACELNOSXZ]'.
  For example, the character named `aogonek' is obtained by `/a'."
   nil t t t nil nil nil nil nil nil t)
  
  (quail-define-rules
   ("/a" ?,B1(B)
   ("/c" ?,Bf(B)
   ("/e" ?,Bj(B)
--- 700,711 ----
  
  (quail-define-package
   "polish-slash" "Polish" "PL>" nil
!  "Polish diacritics and slash character are input as `/[acelnosxzACELNOSXZ/]'.
  For example, the character named `aogonek' is obtained by `/a'."
   nil t t t nil nil nil nil nil nil t)
  
  (quail-define-rules
+  ("//" ?/)
   ("/a" ?,B1(B)
   ("/c" ?,Bf(B)
   ("/e" ?,Bj(B)
***************
*** 1182,1185 ****
--- 1183,1188 ----
   ("~|" ?,A&(B)
   ("~~" ?,A8(B)
  )
+ 
+ ;;; arch-tag: 83017837-6b84-4366-b183-e0577e3ed838
  ;;; latin-pre.el ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]