# HG changeset patch # User stephent # Date 1041596103 0 # Node ID b3e062e7368ff7064074bb49f7aa9549a3324f67 # Parent c1553814932e0e28b4885d6e8b3493e833905c13 [xemacs-hg @ 2003-01-03 12:15:03 by stephent] continuation commit diff -r c1553814932e -r b3e062e7368f man/xemacs/xemacs.texi --- a/man/xemacs/xemacs.texi Fri Jan 03 12:12:40 2003 +0000 +++ b/man/xemacs/xemacs.texi Fri Jan 03 12:15:03 2003 +0000 @@ -161,7 +161,7 @@ * Files:: All about handling files. * Buffers:: Multiple buffers; editing several files at once. * Windows:: Viewing two pieces of text at once. -* Mule:: Using world scripts. +* Mule:: Multibyte characters; multiple scripts at once; Unicode. Advanced Features * Major Modes:: Text mode vs. Lisp mode vs. C mode ... @@ -404,6 +404,18 @@ * Pop Up Window:: Finding a file or buffer in another window. * Change Window:: Deleting windows and changing their sizes. +Multiple Scripts and Unicode + +* Mule Intro:: Basic concepts of multilingual text. +* Language Environments:: Setting things up for the language you use. +* Input Methods:: Entering text characters not on your keyboard. +* Select Input Method:: Specifying your choice of input methods. +* Coding Systems:: Character set conversion when you read and + write files, and so on. +* Recognize Coding:: How XEmacs figures out which conversion to use. +* Unification:: Integrating overlapping character sets. +* Charsets and Coding Systems:: Tables and other reference material. + Major Modes * Choosing Modes:: How major modes are specified or chosen.