Mercurial > hg > xemacs-beta
comparison man/xemacs/menus.texi @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 74fd4e045ea6 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
343 After you select this item, any time you execute a command with | 343 After you select this item, any time you execute a command with |
344 @kbd{M-x}which has a shorter keybinding, you will be shown the | 344 @kbd{M-x}which has a shorter keybinding, you will be shown the |
345 alternate binding before the command executes. | 345 alternate binding before the command executes. |
346 | 346 |
347 @item Syntax Highlighting | 347 @item Syntax Highlighting |
348 You can customize your @code{.emacs} file to include the font-lock | 348 You can customize your init file to include the font-lock mode so that |
349 mode so that when you select this item, the comments will be | 349 when you select this item, the comments will be displayed in one face, |
350 displayed in one face, strings in another, reserved words in another, | 350 strings in another, reserved words in another, and so on. @xref{Init |
351 and so on. When @b{Fonts} is selected, different parts of the program | 351 File}. When @b{Fonts} is selected, different parts of the program will |
352 will appear in different Fonts. When @b{Colors} is selected, then the | 352 appear in different Fonts. When @b{Colors} is selected, then the program |
353 program will be displayed in different colors. Selecting @b{None} | 353 will be displayed in different colors. Selecting @b{None} causes the |
354 causes the program to appear in just one Font and Color. Selecting | 354 program to appear in just one Font and Color. Selecting @b{Less} resets |
355 @b{Less} resets the Fonts and Colors to a fast, minimal set of | 355 the Fonts and Colors to a fast, minimal set of decorations. Selecting |
356 decorations. Selecting @b{More} resets the Fonts and Colors to a larger | 356 @b{More} resets the Fonts and Colors to a larger set of decorations. For |
357 set of decorations. For example, if @b{Less} is selected (which is the | 357 example, if @b{Less} is selected (which is the default setting) then you |
358 default setting) then you might have all comments in green color. | 358 might have all comments in green color. Whereas, if @b{More} is |
359 Whereas, if @b{More} is selected then a function name in the comments | 359 selected then a function name in the comments themselves might appear in |
360 themselves might appear in a different Color or Font.@refill | 360 a different Color or Font.@refill |
361 | 361 |
362 @item Paren Highlighting | 362 @item Paren Highlighting |
363 After selecting @b{Blink} from this item, if you place the cursor | 363 After selecting @b{Blink} from this item, if you place the cursor |
364 on a parenthesis, the matching parenthesis will blink. If you select | 364 on a parenthesis, the matching parenthesis will blink. If you select |
365 @b{Highlight} and place the cursor on a parenthesis, the whole | 365 @b{Highlight} and place the cursor on a parenthesis, the whole |
388 then there are no submenus for each buffer line, the only command | 388 then there are no submenus for each buffer line, the only command |
389 available will be selecting that buffer. | 389 available will be selecting that buffer. |
390 | 390 |
391 @item Save Options | 391 @item Save Options |
392 Selecting this item will save the current settings of your Options | 392 Selecting this item will save the current settings of your Options |
393 menu to your @code{.emacs} file. | 393 menu to your init file. @xref{Init File}. |
394 @end table | 394 @end table |
395 | 395 |
396 @node Buffers Menu | 396 @node Buffers Menu |
397 @subsection The Buffers Menu | 397 @subsection The Buffers Menu |
398 @cindex Buffers menu | 398 @cindex Buffers menu |