Mercurial > hg > xemacs-beta
comparison man/new-users-guide/xmenu.texi @ 462:0784d089fdc9 r21-2-46
Import from CVS: tag r21-2-46
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:44:37 +0200 |
parents | 3ecd8885ac67 |
children |
comparison
equal
deleted
inserted
replaced
461:120ed4009e51 | 462:0784d089fdc9 |
---|---|
381 @example | 381 @example |
382 M-x find-file-other-window (bound to keys: C-x 4 f, C-x 4 C-f) | 382 M-x find-file-other-window (bound to keys: C-x 4 f, C-x 4 C-f) |
383 @end example | 383 @end example |
384 | 384 |
385 @item Syntax Highlighting | 385 @item Syntax Highlighting |
386 You can customize your @code{.emacs} file to include the font-lock mode | 386 You can customize your @code{init.el} file to include the font-lock mode |
387 so that when you select this item, the comments will be displayed in one | 387 so that when you select this item, the comments will be displayed in one |
388 face, strings in another, reserved words in another, and so | 388 face, strings in another, reserved words in another, and so |
389 on. @xref{Customization,,,xemacs,XEmacs User's Manual}, for more | 389 on. @xref{Customization,,,xemacs,XEmacs User's Manual}, for more |
390 information on customizing @code{.emacs} file. After selecting this | 390 information on customizing @code{init.el} file. After selecting this |
391 item, you will find your code a lot easier to read. When @b{Fonts} is | 391 item, you will find your code a lot easier to read. When @b{Fonts} is |
392 selected, different parts of the program will appear in different | 392 selected, different parts of the program will appear in different |
393 Fonts. When @b{Colors} is selected, then the program will be displayed | 393 Fonts. When @b{Colors} is selected, then the program will be displayed |
394 in different colors. Selecting @b{None} causes the program to appear in | 394 in different colors. Selecting @b{None} causes the program to appear in |
395 just one Font and Color. Selecting @b{Less} resets the Fonts and Colors | 395 just one Font and Color. Selecting @b{Less} resets the Fonts and Colors |
431 then there are no submenus for each buffer line, the only command | 431 then there are no submenus for each buffer line, the only command |
432 available will be selecting that buffer. | 432 available will be selecting that buffer. |
433 | 433 |
434 @item Save Options | 434 @item Save Options |
435 Selecting this item will save the current settings of your Options | 435 Selecting this item will save the current settings of your Options |
436 menu to your @code{.emacs} file so that the next time you start XEmacs, | 436 menu to your @code{init.el} file so that the next time you start XEmacs, |
437 you won't need to select the options again. | 437 you won't need to select the options again. |
438 @end table | 438 @end table |
439 | 439 |
440 | 440 |
441 @comment node-name, next, previous, up | 441 @comment node-name, next, previous, up |