Mercurial > hg > xemacs-beta
comparison man/xemacs/xemacs.texi @ 1184:b3e062e7368f
[xemacs-hg @ 2003-01-03 12:15:03 by stephent]
continuation commit
author | stephent |
---|---|
date | Fri, 03 Jan 2003 12:15:03 +0000 |
parents | 5596b330879a |
children | 712931b4b71d |
comparison
equal
deleted
inserted
replaced
1183:c1553814932e | 1184:b3e062e7368f |
---|---|
159 | 159 |
160 Larger Units of Text | 160 Larger Units of Text |
161 * Files:: All about handling files. | 161 * Files:: All about handling files. |
162 * Buffers:: Multiple buffers; editing several files at once. | 162 * Buffers:: Multiple buffers; editing several files at once. |
163 * Windows:: Viewing two pieces of text at once. | 163 * Windows:: Viewing two pieces of text at once. |
164 * Mule:: Using world scripts. | 164 * Mule:: Multibyte characters; multiple scripts at once; Unicode. |
165 | 165 |
166 Advanced Features | 166 Advanced Features |
167 * Major Modes:: Text mode vs. Lisp mode vs. C mode ... | 167 * Major Modes:: Text mode vs. Lisp mode vs. C mode ... |
168 * Indentation:: Editing the white space at the beginnings of lines. | 168 * Indentation:: Editing the white space at the beginnings of lines. |
169 * Text:: Commands and modes for editing English. | 169 * Text:: Commands and modes for editing English. |
401 * Basic Window:: Introduction to XEmacs windows. | 401 * Basic Window:: Introduction to XEmacs windows. |
402 * Split Window:: New windows are made by splitting existing windows. | 402 * Split Window:: New windows are made by splitting existing windows. |
403 * Other Window:: Moving to another window or doing something to it. | 403 * Other Window:: Moving to another window or doing something to it. |
404 * Pop Up Window:: Finding a file or buffer in another window. | 404 * Pop Up Window:: Finding a file or buffer in another window. |
405 * Change Window:: Deleting windows and changing their sizes. | 405 * Change Window:: Deleting windows and changing their sizes. |
406 | |
407 Multiple Scripts and Unicode | |
408 | |
409 * Mule Intro:: Basic concepts of multilingual text. | |
410 * Language Environments:: Setting things up for the language you use. | |
411 * Input Methods:: Entering text characters not on your keyboard. | |
412 * Select Input Method:: Specifying your choice of input methods. | |
413 * Coding Systems:: Character set conversion when you read and | |
414 write files, and so on. | |
415 * Recognize Coding:: How XEmacs figures out which conversion to use. | |
416 * Unification:: Integrating overlapping character sets. | |
417 * Charsets and Coding Systems:: Tables and other reference material. | |
406 | 418 |
407 Major Modes | 419 Major Modes |
408 | 420 |
409 * Choosing Modes:: How major modes are specified or chosen. | 421 * Choosing Modes:: How major modes are specified or chosen. |
410 | 422 |