Mercurial > emacs
view leim/quail/ipa.el @ 30240:2c2a7ebd2c15
(help_echo_object, help_echo_pos): New variables.
(note_mode_line_highlight): Store additional information about the
help-echo in help_echo_object and help_echo_pos. Check both
`local-map' and `keymap' properties for changing the cursor
(note_mouse_highlight): Store additional information about the
help-echo in help_echo_object and help_echo_pos.
(note_tool_bar_highlight): Set help_echo_object to nil and
help_echo_pos to -1.
(w32_read_socket): Use gen_help_event instead of filling
input_events manually.
(syms_of_w32term): Staticpro help_echo_object.
(x_update_window_end): Add parameter MOUSE_FACE_OVERWRITTEN_P. If
set, arrange for a mouse-highlight redisplay in
XTframe_up_to_date.
(x_clear_mouse_face): New function.
(w32_redisplay_interface): Add pointer to x_clear_mouse_face.
(x_update_window_begin): No need to turn off the mouse
highlight here.
(show_mouse_face): Set the mouse_face_p flag of glyph rows
depending on whether they contain glyphs highlighted in
mouse-face.
(x_fill_stretch_glyph_string): Consume runs of stretch
glyphs instead of a single one.
(BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string
with new argument list.
(x_set_glyph_string_gc): Make sure the face's GC is valid.
(x_append_glyph, x_append_composite_glyph)
(x_produce_image_glyph, x_append_stretch_glyph): Accomodate to
changes in struct glyph starting 1999-12-27. See comments for
xterm.c on 2000-07-05.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 15 Jul 2000 12:00:51 +0000 |
parents | dd39cae4cf0f |
children | 519983161a46 |
line wrap: on
line source
;;; quail/ipa.el -- Quail package for inputting IPA characters ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. ;; Keywords: multilingual, input method, IPA ;; 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 2, 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; see the file COPYING. If not, write to the ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. ;;; Code: (require 'quail) (quail-define-package "ipa" "IPA" "IPA" t "International Phonetic Alphabet for English, French, German and Italian Upside-down characters are obtained by a preceding slash (/)." nil t nil nil nil nil nil nil nil nil t) (quail-define-rules ("i" ?,0 (B) ("I" ?,0!(B) ("e" ?,0"(B) ("/3" ?,0#(B) ("E" ?,0#(B) ("ae" ?,0$(B) ("a" ?,0%(B) ("i-" ?,0&(B) ("/e" ?,0'(B) ("/a" ?,0((B) ("/m" ?,0)(B) ("&" ?,0*(B) ("/v" ?,0+(B) ("A" ?,0,(B) ("o|" ?,0,(B) ("y" ?,0-(B) ("Y" ?,0.(B) ("o/" ?,0/(B) ("oe" ?,00(B) ("OE" ?,01(B) ("u-" ?,02(B) ("o-" ?,03(B) ("u" ?,04(B) ("U" ?,05(B) ("o" ?,06(B) ("/c" ?,07(B) ("/A" ?,08(B) ("|o" ?,08(B) ("e-" ?,0:(B) ("e|" ?,0:(B) ("/3~" ?,0;(B) ("E~" ?,0;(B) ("A~" ?,0<(B) ("oe~" ?,0=(B) ("/c~" ?,0>(B) ("p" ?,0@(B) ("b" ?,0A(B) ("t" ?,0B(B) ("d" ?,0C(B) ("k" ?,0D(B) ("g" ?,0E(B) ("f" ?,0F(B) ("v" ?,0G(B) ("th" ?,0H(B) ("dh" ?,0I(B) ("s" ?,0J(B) ("z" ?,0K(B) ("sh" ?,0L(B) ("zh" ?,0M(B) ("3" ?,0M(B) ("c," ?,0N(B) ("x" ?,0O(B) ("/R" ?,0P(B) ("h" ?,0Q(B) ("m" ?,0R(B) ("n" ?,0S(B) ("gn" ?,0T(B) ("ng" ?,0U(B) ("r" ?,0V(B) ("R" ?,0W(B) ("/r" ?,0X(B) ("j" ?,0Y(B) ("l" ?,0Z(B) ("/y" ?,0[(B) ("L" ?,0\(B) ("/h" ?,0](B) ("w" ?,0^(B) ("M" ?,0_(B) ("'" ?,0p(B) ("`" ?,0q(B) (":" ?,0r(B))