Mercurial > emacs
annotate leim/quail/arabic.el @ 102746:9e4328a0286b
(x_set_font): If the fullscreen property is non-nil, adjust
lines and columns so we keep the same pixel height and width.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Fri, 27 Mar 2009 18:30:55 +0000 (2009-03-27) |
parents | 0d2e4142fb60 |
children | 9c0333026404 |
rev | line source |
---|---|
90825 | 1 ;;; arabic.el --- Quail package for inputting Arabic -*- coding: utf-8;-*- |
2 | |
100963 | 3 ;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. |
91426
3b99ff362c87
Update copyright years and GPL version.
Glenn Morris <rgm@gnu.org>
parents:
91008
diff
changeset
|
4 |
3b99ff362c87
Update copyright years and GPL version.
Glenn Morris <rgm@gnu.org>
parents:
91008
diff
changeset
|
5 ;; Author: James Cloos <cloos@jhcloos.com> |
90825 | 6 ;; Keywords: mule, input method, Arabic |
7 | |
8 ;; This file is part of GNU Emacs. | |
9 | |
94710
4f1fd208c354
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91426
diff
changeset
|
10 ;; GNU Emacs is free software: you can redistribute it and/or modify |
90825 | 11 ;; it under the terms of the GNU General Public License as published by |
94710
4f1fd208c354
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91426
diff
changeset
|
12 ;; the Free Software Foundation, either version 3 of the License, or |
4f1fd208c354
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91426
diff
changeset
|
13 ;; (at your option) any later version. |
90825 | 14 |
15 ;; GNU Emacs is distributed in the hope that it will be useful, | |
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 ;; GNU General Public License for more details. | |
19 | |
20 ;; You should have received a copy of the GNU General Public License | |
94710
4f1fd208c354
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91426
diff
changeset
|
21 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
90825 | 22 |
23 ;;; Commentary: | |
24 | |
25 ;;; Code: | |
26 | |
27 (require 'quail) | |
28 | |
29 (quail-define-package | |
30 "arabic" "Arabic" "惺" nil "Arabic input method. | |
31 | |
32 Based on Arabic table in X Keyboard Configuration DB. | |
33 " nil t t t t nil nil nil nil nil t) | |
34 | |
91008
eacbf507589b
Updated (sync with xkeyboard-config keyboard).
Kenichi Handa <handa@m17n.org>
parents:
90828
diff
changeset
|
35 ;; 悵� 1! 2@ 3# 4$ 5% 6^ 7& 8* 9) 0( -_ =+ |
eacbf507589b
Updated (sync with xkeyboard-config keyboard).
Kenichi Handa <handa@m17n.org>
parents:
90828
diff
changeset
|
36 ;; 惷� 惶� 惓� �� �鏤� 愃悒 惺` �歎 悽� 忰� 悴< 惆> <> |
eacbf507589b
Updated (sync with xkeyboard-config keyboard).
Kenichi Handa <handa@m17n.org>
parents:
90828
diff
changeset
|
37 ;; 愆� 愕� �] 惡[ �鏤� 悋悖 惠� �� �/ �: 愀" |
eacbf507589b
Updated (sync with xkeyboard-config keyboard).
Kenichi Handa <handa@m17n.org>
parents:
90828
diff
changeset
|
38 ;; 悧~ 悄� 悗} 惘{ 鏤誌撒 �悛 悸' �, 慍. 惴� |
90825 | 39 ;; |
40 | |
41 (quail-define-rules | |
42 ("`" ?悵) | |
43 | |
44 ("Q" ?�) | |
45 ("W" ?�) | |
46 ("E" ?�) | |
47 ("R" ?�) | |
48 ("T" ?鏤�) | |
49 ("Y" ?悒) | |
50 ("U" ?`) | |
51 ("I" ?歎) | |
52 ("O" ?�) | |
53 ("P" ?�) | |
54 | |
91008
eacbf507589b
Updated (sync with xkeyboard-config keyboard).
Kenichi Handa <handa@m17n.org>
parents:
90828
diff
changeset
|
55 ("A" ?�) |
eacbf507589b
Updated (sync with xkeyboard-config keyboard).
Kenichi Handa <handa@m17n.org>
parents:
90828
diff
changeset
|
56 ("S" ?�) |
eacbf507589b
Updated (sync with xkeyboard-config keyboard).
Kenichi Handa <handa@m17n.org>
parents:
90828
diff
changeset
|
57 ("D" ?]) |
eacbf507589b
Updated (sync with xkeyboard-config keyboard).
Kenichi Handa <handa@m17n.org>
parents:
90828
diff
changeset
|
58 ("F" ?[) |
90825 | 59 ("G" ?鏤�) |
60 ("H" ?悖) | |
61 ("J" ?�) | |
62 ("K" ?�) | |
63 ("L" ?/) | |
64 (";" ?:) | |
65 | |
66 ("Z" ?~) | |
67 ("X" ?�) | |
91008
eacbf507589b
Updated (sync with xkeyboard-config keyboard).
Kenichi Handa <handa@m17n.org>
parents:
90828
diff
changeset
|
68 ("C" ?}) |
eacbf507589b
Updated (sync with xkeyboard-config keyboard).
Kenichi Handa <handa@m17n.org>
parents:
90828
diff
changeset
|
69 ("V" ?{) |
90825 | 70 ("B" ?鏤�) |
71 ("N" ?悛) | |
72 ("M" ?') | |
73 ("<" ?,) | |
74 (">" ?.) | |
75 ("?" ?�) | |
76 | |
77 ("`" ?悵) | |
78 | |
79 ("q" ?惷) | |
80 ("w" ?惶) | |
81 ("e" ?惓) | |
82 ("r" ?�) | |
83 ("t" ?�) | |
84 ("y" ?愃) | |
85 ("u" ?惺) | |
86 ("i" ?�) | |
87 ("o" ?悽) | |
88 ("p" ?忰) | |
89 | |
90 ("a" ?愆) | |
91 ("s" ?愕) | |
92 ("d" ?�) | |
93 ("f" ?惡) | |
94 ("g" ?�) | |
95 ("h" ?悋) | |
96 ("j" ?惠) | |
97 ("k" ?�) | |
98 ("l" ?�) | |
99 (";" ?�) | |
100 | |
101 ("z" ?悧) | |
102 ("x" ?悄) | |
103 ("c" ?悗) | |
104 ("v" ?惘) | |
105 ("b" ?鏤�) | |
106 ("n" ?�) | |
107 ("m" ?悸) | |
108 ("," ?�) | |
109 ("." ?慍) | |
110 ("/" ?惴) | |
111 | |
112 ("'" ?愀)) | |
113 | |
90827 | 114 ;; arch-tag: 7e81e2af-5ea5-417f-bfe7-dfa6fd955cb5 |
90825 | 115 ;;; arabic.el ends here |