view leim/README @ 60364:de784812b4d4

[TARGET_API_MAC_CARBON && !MAC_OSX]: Define USE_CARBON_EVENTS to 1. [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare `qd'. (x_free_frame_resources): Call remove_window_handler for non-tooltip windows. [TARGET_API_MAC_CARBON]: Don't include headers that are included via Carbon.h. [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP) (mac_do_receive_dragUPP): New variables. (mac_handle_service_event, init_service_handler): Put declarations and definitions in #ifdef MAC_OSX. (install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for drag-and-drop handler functions and register them. (remove_window_handler): New function. (do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]: Use fsspec_to_posix_pathname. (main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8. (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM. [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]: Set default cursors. (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call init_service_handler or init_quit_char_handler. (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Fri, 04 Mar 2005 11:11:16 +0000
parents 43649f97e26a
children 73ce834aa36f
line wrap: on
line source

This directory contains LEIM files.
LEIM stands for Libraries of Emacs Input Methods.

Contents of subdirectories are as follows.

CXTERM-DIC:

This directory contains source dictionaries (TIT format) for Chinese
input method distributed with cxterm (Chinese version xterm).  These
dictionaries are automatically converted to Quail packages (Emacs Lisp
source files) by `make'.

MISC-DIC:

This directory contains various dictionaries for Chinese input
methods.  These dictionaries are automatically converted to Quail
packages (Emacs Lisp source files) by `make'.

quail:

This directory contains Emacs Lisp source files for Quail packages.

SKK-DIC:

This directory contains source dictionary for Japanese input method
distributed with SKK (Japanese input method run with Mule).  But, you
don't need this file because we distribute an Emacs Lisp source file
ja-dic/ja-dic.el which has already been converted from the source
dictionary (See below).

ja-dic:

This directory contains Emacs Lisp source file ja-dic.el which is
generated from a source dictionary in SKK-DIC directory.  In addition,
it contains a byte compiled file ja-dic.elc for users convenience
because it takes rather long time to byte-compile ja-dic.el.