aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/mule.texi51
1 files changed, 34 insertions, 17 deletions
diff --git a/man/mule.texi b/man/mule.texi
index aee047fab63..cd811722add 100644
--- a/man/mule.texi
+++ b/man/mule.texi
@@ -383,23 +383,40 @@ mapped into one syllable sign.
383 383
384 Chinese and Japanese require more complex methods. In Chinese input 384 Chinese and Japanese require more complex methods. In Chinese input
385methods, first you enter the phonetic spelling of a Chinese word (in 385methods, first you enter the phonetic spelling of a Chinese word (in
386input method @code{chinese-py}, among others), or a sequence of portions 386input method @code{chinese-py}, among others), or a sequence of
387of the character (input methods @code{chinese-4corner} and 387portions of the character (input methods @code{chinese-4corner} and
388@code{chinese-sw}, and others). Since one phonetic spelling typically 388@code{chinese-sw}, and others). One phonetic spelling typically
389corresponds to many different Chinese characters, you must select one of 389corresponds to many different Chinese characters. You select the one
390the alternatives using special Emacs commands. Keys such as @kbd{C-f}, 390you mean using keys such as @kbd{C-f}, @kbd{C-b}, @kbd{C-n},
391@kbd{C-b}, @kbd{C-n}, @kbd{C-p}, and digits have special definitions in 391@kbd{C-p}, and digits, which have special meanings in this situation.
392this situation, used for selecting among the alternatives. @key{TAB} 392
393displays a buffer showing all the possibilities; clicking @kbd{Mouse-2} 393 The possible characters are conceptually arranged in several rows,
394on one of the possible completions selects that alternative. 394with each row holding up to 10 alternatives. Normally, Emacs displays
395@code{C-@key{SPC}} selects the current alternative, while typing a 395just one row at a time, in the echo area; @code{(@var{i}/@var{j})}
396number @var{n} selects the @var{n}th column of the current row. 396appears at the beginning, to indicate that this is the @var{i}th row
397 397out of a total of @var{j} rows. Type @kbd{C-n} or @kbd{C-p} to
398 In Japanese input methods, first you input a whole word using 398display the next row or the previous row.
399phonetic spelling; then, after the word is in the buffer, Emacs converts 399
400it into one or more characters using a large dictionary. One phonetic 400 Type @kbd{C-f} and @kbd{C-b} to move forward and backward among
401spelling corresponds to many differently written Japanese words, so you 401the alternatives in the current row. As you do this, Emacs highlights
402must select one of them; use @kbd{C-n} and @kbd{C-p} to cycle through 402the current alternative with a special color; type @code{C-@key{SPC}}
403to select the current alternative and use it as input. The
404alternatives in the row are also numbered; the number appears before
405the alternative. Typing a digit @var{n} selects the @var{n}th
406alternative of the current row and uses it as input.
407
408 @key{TAB} in these Chinese input methods displays a buffer showing
409all the possible characters at once; then clicking @kbd{Mouse-2} on
410one of them selects that alternative. The keys @kbd{C-f}, @kbd{C-b},
411@kbd{C-n}, @kbd{C-p}, and digits continue to work also. When this
412buffer is visible, @kbd{C-n} and @kbd{C-p} move the current
413alternative to a different row.
414
415 In Japanese input methods, first you input a whole word using
416phonetic spelling; then, after the word is in the buffer, Emacs
417converts it into one or more characters using a large dictionary. One
418phonetic spelling corresponds to a number of different Japanese words;
419to select one of them, use @kbd{C-n} and @kbd{C-p} to cycle through
403the alternatives. 420the alternatives.
404 421
405 Sometimes it is useful to cut off input method processing so that the 422 Sometimes it is useful to cut off input method processing so that the