emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/leim/quail arabic.el


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/leim/quail arabic.el
Date: Fri, 21 Aug 2009 14:55:28 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/08/21 14:55:28

Modified files:
        leim/quail     : arabic.el 

Log message:
        Add missing keys that exist on the Arabic X keyboard.  Don't insert
        Lam-alef ligatures from the Arabic Presentation Forms ranges; instead,
        separate Lam-Alef ligatures into a list of two letters (Lam and a
        suitable Alef).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/leim/quail/arabic.el?cvsroot=emacs&r1=1.5&r2=1.6

Patches:
Index: arabic.el
===================================================================
RCS file: /cvsroot/emacs/emacs/leim/quail/arabic.el,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- arabic.el   8 Jan 2009 04:02:11 -0000       1.5
+++ arabic.el   21 Aug 2009 14:55:28 -0000      1.6
@@ -40,42 +40,42 @@
 
 (quail-define-rules
  ("`" ?Ø°)
+ ("~" ?ّ)
 
  ("Q" ?َ)
  ("W" ?ً)
  ("E" ?ُ)
  ("R" ?ٌ)
- ("T" ?ﻹ)
+ ("T" ["لإ"])
  ("Y" ?Ø¥)
  ("U" ?`)
  ("I" ?÷)
  ("O" ?×)
  ("P" ?؛)
+ ("{" ?<)
+ ("}" ?>)
 
  ("A" ?ِ)
  ("S" ?ٍ)
  ("D" ?])
  ("F" ?[)
- ("G" ?ï»·)
+ ("G" ["لأ"])
  ("H" ?Ø£)
  ("J" ?ـ)
  ("K" ?،)
  ("L" ?/)
- (";" ?:)
 
  ("Z" ?~)
  ("X" ?ْ)
  ("C" ?})
  ("V" ?{)
- ("B" ?ﻵ)
+ ("B" ["لآ"])
  ("N" ?Ø¢)
  ("M" ?')
  ("<" ?,)
  (">" ?.)
  ("?" ?؟)
 
- ("`" ?Ø°)
-
  ("q" ?ض)
  ("w" ?ص)
  ("e" ?Ø«)
@@ -86,6 +86,8 @@
  ("i" ?ه)
  ("o" ?Ø®)
  ("p" ?Ø­)
+ ("[" ?ج)
+ ("]" ?د)
 
  ("a" ?Ø´)
  ("s" ?س)
@@ -97,19 +99,18 @@
  ("k" ?ن)
  ("l" ?م)
  (";" ?ك)
+ ("'" ?Ø·)
 
  ("z" ?ئ)
  ("x" ?Ø¡)
  ("c" ?ؤ)
  ("v" ?ر)
- ("b" ?ï»»)
+ ("b" ["لا"])
  ("n" ?ى)
  ("m" ?Ø©)
  ("," ?و)
  ("." ?ز)
- ("/" ?ظ)
-
- ("'" ?Ø·))
+ ("/" ?ظ))
 
 ;; arch-tag: 7e81e2af-5ea5-417f-bfe7-dfa6fd955cb5
 ;;; arabic.el ends here




reply via email to

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