Mercurial > emacs
view leim/README @ 28369:3fb90cd81d3b
(w32_read_socket): Handle WM_MENUSELECT message.
(Vw32_charset_to_codepage_alist): Removed.
(Vw32_charset_info_alist): New variable.
(Qw32_charset_[ansi, default, symbol, shiftjis, hangul, gb2312,
chinesebig5, oem, easteurope, turkish, baltic, russian, arabic,
greek, hebrew, thai, johab, mac, unicode]): New symbols.
(x_produce_glyphs): Remove out of date #ifdef 0'd section. Replace
with TODO comment.
(w32_codepage_for_font): Use Vw32_charset_info_alist.
(syms_of_w32term): Remove Vw32_charset_to_codepage_alist.
Define Vw32_charset_info_alist and w32_charset symbols.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Mon, 27 Mar 2000 20:19:49 +0000 |
parents | 4d1e8a450aef |
children | 02fe8d6c424a |
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 distribued with cxterm (Chinese version xterm). These dictionaries are automatically converted to Quail packages (Emacs Lisp source file) 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 skk/skkdic.el which has already been converted from the source dictionary (See below). skk: This directory contains Emacs Lisp source file skkdic.el which is generated from a source dictionary in SKK-DIC directory. In addtion, it contains a byte compiled file skkdic.elc for users convenience because it takes rather long time to byte-compile skkdic.el.