Mercurial > emacs
view leim/quail/arabic.el @ 97043:9592c50233ab remove-carbon
Remove support for Mac Carbon.
* mactoolbox.c:
* macterm.h:
* macterm.c:
* macselect.c:
* macmenu.c:
* macgui.h:
* macfns.c:
* mac.c: Remove file.
* s/darwin.h:
* m/intel386.h:
* xfaces.c:
* xdisp.c:
* window.c:
* tparam.c:
* termhooks.h:
* termcap.c:
* term.c:
* syssignal.h:
* sysselect.h:
* sysdep.c:
* process.c:
* lread.c:
* lisp.h:
* keyboard.c:
* image.c:
* fringe.c:
* frame.h:
* frame.c:
* fontset.c:
* font.h:
* font.c:
* fns.c:
* fileio.c:
* emacs.c:
* dispnew.c:
* dispextern.h:
* config.in:
* atimer.c:
* Makefile.in: Remove code for Carbon
* erc.el: Remove code for Carbon.
Remove support for Mac Carbon.
* term/mac-win.el: Remove file
* international/mule-cmds.el:
* version.el:
* startup.el:
* simple.el:
* mwheel.el:
* mouse.el:
* loadup.el:
* isearch.el:
* info.el:
* frame.el:
* faces.el:
* disp-table.el:
* cus-start.el:
* cus-face.el:
* cus-edit.el:
* Makefile.in: Remove code for Carbon.
Remove support for Mac Carbon.
* makefile.w32-in:
* emacsclient.c: Remove code for Carbon.
* PROBLEMS:
* MACHINES: Remove mentions of Mac Carbon.
* ns-emacs.texi:
* faq.texi: Remove mentions of Mac Carbon.
* os.texi:
* frames.texi:
* display.texi: Remove mentions of Mac Carbon.
* xresources.texi: Remove mentions of Mac Carbon.
* make-tarball.txt:
* admin.el:
* FOR-RELEASE:
* CPP-DEFINES: Remove mentions of Mac Carbon.
Remove support for Mac Carbon.
* mac: Remove directory.
* make-dist:
* configure.in:
* README:
* Makefile.in:
* INSTALL: Remove code for Carbon.
* configure: Regenerate.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 27 Jul 2008 18:24:48 +0000 (2008-07-27) |
parents | 4f1fd208c354 |
children | 0d2e4142fb60 |
line wrap: on
line source
;;; arabic.el --- Quail package for inputting Arabic -*- coding: utf-8;-*- ;; Copyright (C) 2007, 2008 Free Software Foundation, Inc. ;; Author: James Cloos <cloos@jhcloos.com> ;; Keywords: mule, input method, Arabic ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. ;; GNU Emacs is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. ;;; Commentary: ;;; Code: (require 'quail) (quail-define-package "arabic" "Arabic" "惺" nil "Arabic input method. Based on Arabic table in X Keyboard Configuration DB. " nil t t t t nil nil nil nil nil t) ;; 悵� 1! 2@ 3# 4$ 5% 6^ 7& 8* 9) 0( -_ =+ ;; 惷� 惶� 惓� �� �鏤� 愃悒 惺` �歎 悽� 忰� 悴< 惆> <> ;; 愆� 愕� �] 惡[ �鏤� 悋悖 惠� �� �/ �: 愀" ;; 悧~ 悄� 悗} 惘{ 鏤誌撒 �悛 悸' �, 慍. 惴� ;; (quail-define-rules ("`" ?悵) ("Q" ?�) ("W" ?�) ("E" ?�) ("R" ?�) ("T" ?鏤�) ("Y" ?悒) ("U" ?`) ("I" ?歎) ("O" ?�) ("P" ?�) ("A" ?�) ("S" ?�) ("D" ?]) ("F" ?[) ("G" ?鏤�) ("H" ?悖) ("J" ?�) ("K" ?�) ("L" ?/) (";" ?:) ("Z" ?~) ("X" ?�) ("C" ?}) ("V" ?{) ("B" ?鏤�) ("N" ?悛) ("M" ?') ("<" ?,) (">" ?.) ("?" ?�) ("`" ?悵) ("q" ?惷) ("w" ?惶) ("e" ?惓) ("r" ?�) ("t" ?�) ("y" ?愃) ("u" ?惺) ("i" ?�) ("o" ?悽) ("p" ?忰) ("a" ?愆) ("s" ?愕) ("d" ?�) ("f" ?惡) ("g" ?�) ("h" ?悋) ("j" ?惠) ("k" ?�) ("l" ?�) (";" ?�) ("z" ?悧) ("x" ?悄) ("c" ?悗) ("v" ?惘) ("b" ?鏤�) ("n" ?�) ("m" ?悸) ("," ?�) ("." ?慍) ("/" ?惴) ("'" ?愀)) ;; arch-tag: 7e81e2af-5ea5-417f-bfe7-dfa6fd955cb5 ;;; arabic.el ends here