diff options
| author | Richard M. Stallman | 2001-02-19 23:41:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-02-19 23:41:46 +0000 |
| commit | 5892cf49ab4e03bfb12ab7c5941ebb3e198322ad (patch) | |
| tree | 6722ac06c453241cdc63c5f9d5cc9aaec2714b96 | |
| parent | 71d589060311bc4fc7266955eff488c2b5122f6f (diff) | |
| download | emacs-5892cf49ab4e03bfb12ab7c5941ebb3e198322ad.tar.gz emacs-5892cf49ab4e03bfb12ab7c5941ebb3e198322ad.zip | |
Update menus.
| -rw-r--r-- | man/emacs.texi | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/man/emacs.texi b/man/emacs.texi index b8d9803ada0..a7aaea96bc3 100644 --- a/man/emacs.texi +++ b/man/emacs.texi | |||
| @@ -212,7 +212,7 @@ Advanced Features | |||
| 212 | Saving Emacs state from one session to the next. | 212 | Saving Emacs state from one session to the next. |
| 213 | * Recursive Edit:: A command can allow you to do editing | 213 | * Recursive Edit:: A command can allow you to do editing |
| 214 | "within the command". This is called a | 214 | "within the command". This is called a |
| 215 | `recursive editing level'. | 215 | "recursive editing level". |
| 216 | * Emulation:: Emulating some other editors with Emacs. | 216 | * Emulation:: Emulating some other editors with Emacs. |
| 217 | * Hyperlinking:: Following links in buffers. | 217 | * Hyperlinking:: Following links in buffers. |
| 218 | * Dissociated Press:: Dissociating text for fun. | 218 | * Dissociated Press:: Dissociating text for fun. |
| @@ -311,7 +311,7 @@ Controlling the Display | |||
| 311 | * Selective Display:: Hiding lines with lots of indentation. | 311 | * Selective Display:: Hiding lines with lots of indentation. |
| 312 | * Optional Mode Line:: Optional mode line display features. | 312 | * Optional Mode Line:: Optional mode line display features. |
| 313 | * Text Display:: How text is normally displayed. | 313 | * Text Display:: How text is normally displayed. |
| 314 | * Display Vars:: Information on variables for customizing display. | 314 | * Display Custom:: Information on variables for customizing display. |
| 315 | 315 | ||
| 316 | Searching and Replacement | 316 | Searching and Replacement |
| 317 | 317 | ||
| @@ -396,26 +396,30 @@ Frames and X Windows | |||
| 396 | 396 | ||
| 397 | * Mouse Commands:: Moving, cutting, and pasting, with the mouse. | 397 | * Mouse Commands:: Moving, cutting, and pasting, with the mouse. |
| 398 | * Secondary Selection:: Cutting without altering point and mark. | 398 | * Secondary Selection:: Cutting without altering point and mark. |
| 399 | * Clipboard:: Using the clipboard for selections. | ||
| 399 | * Mouse References:: Using the mouse to select an item from a list. | 400 | * Mouse References:: Using the mouse to select an item from a list. |
| 400 | * Menu Mouse Clicks:: Mouse clicks that bring up menus. | 401 | * Menu Mouse Clicks:: Mouse clicks that bring up menus. |
| 401 | * Mode Line Mouse:: Mouse clicks on the mode line. | 402 | * Mode Line Mouse:: Mouse clicks on the mode line. |
| 402 | * Creating Frames:: Creating additional Emacs frames with various contents. | 403 | * Creating Frames:: Creating additional Emacs frames with various contents. |
| 404 | * Frame Commands:: Iconifying, deleting, and switching frames. | ||
| 405 | * Speedbar:: How to make and use a speedbar frame. | ||
| 403 | * Multiple Displays:: How one Emacs job can talk to several displays. | 406 | * Multiple Displays:: How one Emacs job can talk to several displays. |
| 404 | * Special Buffer Frames:: You can make certain buffers have their own frames. | 407 | * Special Buffer Frames:: You can make certain buffers have their own frames. |
| 405 | * Frame Parameters:: Changing the colors and other modes of frames. | 408 | * Frame Parameters:: Changing the colors and other modes of frames. |
| 406 | * Scroll Bars:: How to enable and disable scroll bars; how to use them. | 409 | * Scroll Bars:: How to enable and disable scroll bars; how to use them. |
| 410 | * Wheeled Mice:: Using mouse wheels for scrolling. | ||
| 407 | * Menu Bars:: Enabling and disabling the menu bar. | 411 | * Menu Bars:: Enabling and disabling the menu bar. |
| 412 | * Tool Bars:: Enabling and disabling the tool bar. | ||
| 413 | * Dialog Boxes:: Controlling use of dialog boxes. | ||
| 408 | * Faces:: How to change the display style using faces. | 414 | * Faces:: How to change the display style using faces. |
| 409 | * Font Lock:: Minor mode for syntactic highlighting using faces. | 415 | * Font Lock:: Minor mode for syntactic highlighting using faces. |
| 410 | * Support Modes:: Font Lock support modes make Font Lock faster. | 416 | * Highlight Changes:: Using colors to show where you changed the buffer. |
| 411 | * Misc X:: Iconifying and deleting frames. Region highlighting. | 417 | * Highlight Interactively:: Tell Emacs what text to highlight. |
| 418 | * Trailing Whitespace:: Showing possibly-spurious trailing whitespace. | ||
| 419 | * Tooltips:: Showing "tooltips", AKA "ballon help" for active text. | ||
| 420 | * Mouse Avoidance:: Moving the mouse pointer out of the way. | ||
| 412 | * Non-Window Terminals:: Multiple frames on terminals that show only one. | 421 | * Non-Window Terminals:: Multiple frames on terminals that show only one. |
| 413 | 422 | * XTerm Mouse:: Using the mouse in an XTerm terminal emulator. | |
| 414 | Font Lock Support Modes | ||
| 415 | |||
| 416 | * Fast Lock Mode:: Saving font information in files. | ||
| 417 | * Lazy Lock Mode:: Fontifying only text that is actually displayed. | ||
| 418 | * Fast or Lazy:: Which support mode is best for you? | ||
| 419 | 423 | ||
| 420 | International Character Set Support | 424 | International Character Set Support |
| 421 | 425 | ||