1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
emacs/lisp/international
Kenichi Handa d91eafdf6b (quail-translation-keymap): Declare it as
variable instead of constant.  Bind all keys less than 32 to
quail-other-command.  Don't bind the key meta-prefix-char and
escape.
(quail-simple-translation-keymap): Likewise.
(quail-conversion-keymap): Bind the key C-h to
quail-translation-keymap.
(quail-define-package): Fix typo in doc-string.
(quail-conversion-str): New variable.
(quail-input-method): Bind buffer-undo-list to t.  Show Quail
guidance buffer if necessary.
(quail-delete-region): Move the definintion before the first
calling place.
(quail-start-translation): Handle the case the arg KEY is nil.
Bind echo-keystrokes and help-char.  Initialize quail-current-str
to "".  If input-method-use-echo-area is non-nil, call
read-key-sequence with appropriate PROMPT arg.  Setup
last-command-event by local variable `keyseq'.  Generate an event
list form quail-current-str.  If input-methodd-exit-on-first-char
is non-nil, return only the first event.
(quail-start-conversion): Likewise.  Initialize
quail-conversion-str to "".  Generate an event list form
quail-conversion-str.
(quail-update-translation): Expect that the function given by
(quail-update-translation-function) returns a new control-flag.
Handle the case the length of quail-current-key is 1.  Use
string-as-unibyte if enable-multibyte-characters is nil.  Always
assures that quail-current-str is Lisp string.
(quail-self-insert-command): Use `or' instead of `unless'.
(quail-update-current-translations): Always assures that
quail-current-str is Lisp string.
(quail-next-translation-block): Update unread-command-events
correctly.
(quail-abort-translation): Set quail-current-str to nil.
(quail-conversion-delete-char): Update quail-conversion-str.
(quail-conversion-delete-tail): Likewise.
(quail-conversion-backward-delete-char): Likewise.
(quail-show-guidance-buf): Show Quail guidance buffer not in echo
area if input-method-use-echo-area is non-nil.
(quail-show-translations): Bind current-translations locally to
quail-current-translations to get this value across different
buffers.  Handle the case that the length quail-current-key is 0.
(quail-translation-help): If this command is invoked repeatedly,
scroll the already shown help window.  Handle the case that this
command is called while converting (not translating).
(quail-conversion-help):  This function deleted and the
functionality is merged to quail-translation-help.
1998-08-06 05:38:11 +00:00
..
ccl.el Change term "character translation table" to "translation table". 1998-05-22 09:45:34 +00:00
characters.el Doc fixes. 1998-06-20 22:06:30 +00:00
encoded-kb.el (encoded-kbd-self-insert-sjis): 1998-06-20 02:59:51 +00:00
fontset.el (x-complement-fontset-spec): Typo fixed. 1998-07-09 02:02:33 +00:00
isearch-x.el (isearch-minibuffer-self-insert): 1998-07-23 05:42:28 +00:00
iso-acc.el Customize. 1998-04-18 16:35:35 +00:00
iso-ascii.el Customize. 1998-04-18 16:35:35 +00:00
iso-cvt.el (iso-spanish, iso-german, iso-iso2tex, 1998-08-05 18:41:26 +00:00
iso-insert.el Add autoloads for `8859-1-map'. 1997-10-21 03:06:34 +00:00
iso-swed.el
iso-transl.el (iso-transl-define-keys): Don't test enable-multibyte-characters; use 1998-07-29 02:54:35 +00:00
kinsoku.el Use aref instead of sref. 1998-02-04 11:25:47 +00:00
kkc.el (kkc-lookup-cache): Initialize it to nil. 1998-08-02 01:06:57 +00:00
latin-1.el Initial revision 1997-06-23 02:46:15 +00:00
latin-2.el Normalized character names. 1997-06-09 10:39:19 +00:00
latin-3.el Normalized character names. 1997-06-09 10:39:19 +00:00
latin-4.el Normalized character names. 1997-06-09 10:39:19 +00:00
latin-5.el Latin-5 is ISO-8859-9, not ISO-8859-5. 1997-06-13 00:51:01 +00:00
mule-cmds.el (set-default-coding-systems): 1998-08-04 09:18:36 +00:00
mule-conf.el Initialize coding-category-ccl to 1998-08-02 01:06:57 +00:00
mule-diag.el (describe-current-coding-system): 1998-08-02 01:06:57 +00:00
mule-util.el (coding-system-change-eol-conversion): Make it accepts an integer 1998-07-25 04:23:13 +00:00
mule.el (find-new-buffer-file-coding-system): When 1998-08-04 10:27:45 +00:00
ogonek.el Comment change. 1998-04-22 02:40:39 +00:00
quail.el (quail-translation-keymap): Declare it as 1998-08-06 05:38:11 +00:00
skkdic-cnv.el (skkdic-jbytes): Variable deleted. 1998-01-22 01:42:20 +00:00
skkdic-utl.el (skkdic-jbytes): Variable deleted. 1998-01-22 01:42:20 +00:00
swedish.el
titdic-cnv.el (titdic-convert): Message improved. 1998-04-14 01:07:28 +00:00