X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=info%2Fnew-users-guide.info-2;h=f9964460068d3dc97b72601a428eb7e610ac1aab;hb=b5f26301ee1ad7dbc9ad1c22e5b8564b5161d9ad;hp=bbd642317bb6c9195290f3674f7e68db8d0807b3;hpb=430e0db85cc37821320fe27da9feeacc7961003f;p=chise%2Fxemacs-chise.git diff --git a/info/new-users-guide.info-2 b/info/new-users-guide.info-2 index bbd6423..f996446 100644 --- a/info/new-users-guide.info-2 +++ b/info/new-users-guide.info-2 @@ -1,5 +1,5 @@ -This is Info file ../../info/new-users-guide.info, produced by Makeinfo -version 1.68 from the input file new-users-guide.texi. +This is ../info/new-users-guide.info, produced by makeinfo version 4.0 +from new-users-guide/new-users-guide.texi. INFO-DIR-SECTION XEmacs Editor START-INFO-DIR-ENTRY @@ -108,13 +108,13 @@ List Keybindings for that particular buffer also. For example, if you are in "Texinfo" mode, part of your list will contain: - C-c C-c n texinfo-insert-@node - C-c C-c o texinfo-insert-@noindent - C-c C-c s texinfo-insert-@samp - C-c C-c t texinfo-insert-@table - C-c C-c v texinfo-insert-@var - C-c C-c x texinfo-insert-@example - C-c C-c { texinfo-insert-braces + C-c C-c n texinfo-insert-@node + C-c C-c o texinfo-insert-@noindent + C-c C-c s texinfo-insert-@samp + C-c C-c t texinfo-insert-@table + C-c C-c v texinfo-insert-@var + C-c C-c x texinfo-insert-@example + C-c C-c { texinfo-insert-braces These keybindings apply only to "Texinfo" mode. *Note Modes::, for more information on various modes. @@ -325,7 +325,7 @@ font-lock-mode example shows how to enable the font-lock mode when the major mode is c-mode. - (add-hook 'c-mode-hook 'turn-on-font-lock) + (add-hook 'c-mode-hook 'turn-on-font-lock) *Note Other Customizations::. @@ -368,7 +368,7 @@ auto-save-mode line-number-mode After you enable this mode, the line number at which your cursor is - present will be displayed continously in the mode line. + present will be displayed continuously in the mode line. blink-paren To enable this command, just type @@ -542,11 +542,11 @@ saved by reading the text from the file again (called "reverting"). For more information on this option, *Note Reverting: (xemacs)Reverting. When you save a file in Emacs, it destroys its old contents. However, -if you set the variable MAKE-BACKUP-FILES to non-NIL i.e. `t', Emacs +if you set the variable MAKE-BACKUP-FILES to non-`nil' i.e. `t', Emacs will create a "backup" file. Select the Describe variable option from the Help menu and look at the documentation for this variable. Its default value should be `t'. However, if its not then use `M-x -set-variable' to set it to `t' (*note Setting Variables::.). The backup +set-variable' to set it to `t' (*note Setting Variables::). The backup file will contain the contents from the last time you visited the file. Emacs also provides options for creating numbered backups. For more information on backups, *Note Backup: (xemacs)Backup. @@ -596,9 +596,9 @@ turn on the auto-fill-mode, add the appropriate hook as shown in the example above. Similarly, to enable the "font-lock mode" which displays your -program in different fonts and colors(*note Modes::.), put the -following in your `.emacs' file. The comments above the statement -explain what the statements do. +program in different fonts and colors(*note Modes::), put the following +in your `.emacs' file. The comments above the statement explain what the +statements do. ;;; enables the font-lock-mode in Lisp Mode (add-hook 'lisp-mode-hook 'turn-on-font-lock) @@ -607,7 +607,7 @@ explain what the statements do. (add-hook 'texinfo-mode-hook 'turn-on-font-lock) ;;; enables the font-lock mode in C Mode - (add-hook 'c-mode-hook 'turn-on-font-lock) + (add-hook 'c-mode-hook 'turn-on-font-lock) To turn on the font-lock mode in other Major Modes like emacs-lisp, just put the name of the mode with "-hook" appended to it as the middle @@ -870,6 +870,7 @@ find any of them useful, just type them in your `.emacs' file: examples in `/usr/local/lib/xemacs-20.0/lisp/packages/big-menubar.el' file. + For more information on initializing your `.emacs' file, *Note Init File: (xemacs)Init File. You should also look at `/usr/local/lib/xemacs-20.0/etc/sample.emacs', which is a sample @@ -1062,8 +1063,8 @@ many buffers: `M-x insert-buffer' Insert contents of specified buffer into current buffer at point. - This command will prompt you for a buffername which you want to be - copied into the current buffer at the location of the cursor. + This command will prompt you for a buffer name which you want to + be copied into the current buffer at the location of the cursor. `M-x append-to-file' This command will prompt you for a filename and append the region @@ -1095,7 +1096,7 @@ complete typing the whole string. All searches in Emacs ignore the case of the text they are searching, i.e. if you are searching for "String", then "string" will also be one of the selections. If you want a case sensitive search select the Case Sensitive Search from the Option menu. -You can also set the variable CASE-FOLD-SEARCH to NIL for making +You can also set the variable CASE-FOLD-SEARCH to `nil' for making searches case-sensitive. For information on setting variables, *Note Setting Variables::. The two commands for searching for strings in XEmacs are: @@ -1203,8 +1204,8 @@ Key (Character) Index * C-p: Cursor Position. * C-r: Search and Replace. * C-s: Search and Replace. -* C-SPC <1>: Selecting Text. -* C-SPC: Region Operation. +* C-SPC <1>: Region Operation. +* C-SPC: Selecting Text. * C-t: Cursor Position. * C-u: Numeric Argument. * C-v: Cursor Position.