This commit was generated by cvs2svn to compensate for changes in r6453,
[chise/xemacs-chise.git.1] / info / xemacs.info-2
index 8bad2e1..81da987 100644 (file)
@@ -1,5 +1,5 @@
-This is ../info/xemacs.info, produced by makeinfo version 4.0 from
-xemacs/xemacs.texi.
+This is Info file ../../info/xemacs.info, produced by Makeinfo version
+1.68 from the input file xemacs.texi.
 
 INFO-DIR-SECTION XEmacs Editor
 START-INFO-DIR-ENTRY
@@ -135,7 +135,7 @@ manual for information on manipulating X windows.
 
    When you are working under X, each X window (that is, each XEmacs
 frame) has a menu bar for mouse-controlled operations (*note Pull-down
-Menus::).
+Menus::.).
 
    XEmacs under X is also a multi-frame XEmacs.  You can use the New
 Frame menu item from the File menu to create a new XEmacs frame in a
@@ -323,7 +323,7 @@ sequence must make up a "prefix key sequence".
    Emacs represents a key sequence as a vector of keystrokes.  Thus, the
 schematic representation of a complete key sequence is as follows:
 
-       [(modifier .. modifier keysym) ... (modifier .. modifier keysym)]
+       [(modifier .. modifer keysym) ... (modifier .. modifier keysym)]
 
    Here are some examples of complete key sequences:
 
@@ -444,9 +444,9 @@ following:
 
    Create a file called `~/.xmodmap'.  In this file, place the lines
 
-             remove Lock = Caps_Lock
-             keysym Caps_Lock = Super_L
-             add Mod2 = Super_L
+       remove Lock = Caps_Lock
+       keysym Caps_Lock = Super_L
+       add Mod2 = Super_L
 
    The first line says that the key that is currently called `Caps_Lock'
 should no longer behave as a "lock" key.  The second line says that
@@ -826,7 +826,7 @@ Clear menu items.  When you select a menu item, Emacs executes the
 equivalent command.  Most commands on the Edit menu work on a block of
 text, the X selection.  They appear faded until you select a block of
 text (activate a region) with the mouse.  *Note Using X Selections::,
-*note Killing::, and *note Yanking:: for more information.
+*note Killing::., and *note Yanking::. for more information.
 
 Undo
      Undoes the previous command.  Undo is equivalent to the Emacs
@@ -928,20 +928,19 @@ Teach Extended Commands
      alternate binding before the command executes.
 
 Syntax Highlighting
-     You can customize your init file to include the font-lock mode so
-     that when you select this item, the comments will be displayed in
-     one face, strings in another, reserved words in another, and so
-     on. *Note Init File::.  When Fonts is selected, different parts of
-     the program will appear in different Fonts. When Colors is
-     selected, then the program will be displayed in different colors.
-     Selecting None causes the program to appear in just one Font and
-     Color. Selecting Less resets the Fonts and Colors to a fast,
-     minimal set of decorations. Selecting More resets the Fonts and
-     Colors to a larger set of decorations. For example, if Less is
-     selected (which is the default setting) then you might have all
-     comments in green color.  Whereas, if More is selected then a
-     function name in the comments themselves might appear in a
-     different Color or Font.
+     You can customize your `.emacs' file to include the font-lock mode
+     so that when you select this item, the comments will be displayed
+     in one face, strings in another, reserved words in another, and so
+     on. When Fonts is selected, different parts of the program will
+     appear in different Fonts. When Colors is selected, then the
+     program will be displayed in different colors. Selecting None
+     causes the program to appear in just one Font and Color. Selecting
+     Less resets the Fonts and Colors to a fast, minimal set of
+     decorations. Selecting More resets the Fonts and Colors to a larger
+     set of decorations. For example, if Less is selected (which is the
+     default setting) then you might have all comments in green color.
+     Whereas, if More is selected then a function name in the comments
+     themselves might appear in a different Color or Font.
 
 Paren Highlighting
      After selecting Blink from this item, if you place the cursor on a
@@ -974,7 +973,7 @@ Buffers Sub-Menus
 
 Save Options
      Selecting this item will save the current settings of your Options
-     menu to your init file.  *Note Init File::.
+     menu to your `.emacs' file.
 
 \1f
 File: xemacs.info,  Node: Buffers Menu,  Next: Tools Menu,  Prev: Options Menu,  Up: Pull-down Menus
@@ -1022,12 +1021,12 @@ Customizing XEmacs Menus
 menu items and disabling or enabling existing menu items.
 
    The following functions are available:
-`add-menu: (MENU-PATH MENU-NAME MENU-ITEMS &optional BEFORE)'
+`add-menu: (MENU-PATH MENU-NAME MENU-ITEMS &OPTIONAL BEFORE)'
      Add a menu to the menu bar or one of its submenus.
 
-`add-menu-item: (MENU-PATH ITEM-NAME FUNCTION'
-     ENABLED-P &optional BEFORE) Add a menu item to a menu, creating
-     the menu first if necessary.
+`add-menu-item: (MENU-PATH ITEM-NAME FUNCTION ENABLED-P
+     &optional before)' Add a menu item to a menu, creating the menu
+     first if necessary.
 
 `delete-menu-item: (PATH)'
      Remove the menu item defined by PATH from the menu hierarchy.
@@ -1125,55 +1124,25 @@ File: xemacs.info,  Node: Entering Emacs,  Next: Exiting,  Prev: Pull-down Menus
 Entering and Exiting Emacs
 **************************
 
-   The usual way to invoke XEmacs is to type `xemacs <RET>' at the
-shell.  XEmacs clears the screen and then displays an initial advisory
-message and copyright notice.  You can begin typing XEmacs commands
-immediately afterward.
+   The usual way to invoke Emacs is to type `emacs <RET>' at the shell
+(for XEmacs, type `xemacs <RET>').  Emacs clears the screen and then
+displays an initial advisory message and copyright notice.  You can
+begin typing Emacs commands immediately afterward.
 
-   Some operating systems insist on discarding all type-ahead when
-XEmacs starts up; they give XEmacs no way to prevent this.  Therefore,
-it is advisable to wait until XEmacs clears the screen before typing
-your first editing command.
-
-   If you run XEmacs from a shell window under the X Window System, run
-it in the background with `xemacs&'.  This way, XEmacs does not tie up
-the shell window, so you can use that to run other shell commands while
-XEmacs operates its own X windows.  You can begin typing XEmacs commands
-as soon as you direct your keyboard input to the XEmacs frame.
+   Some operating systems insist on discarding all type-ahead when Emacs
+starts up; they give Emacs no way to prevent this.  Therefore, it is
+wise to wait until Emacs clears the screen before typing the first
+editing command.
 
    Before Emacs reads the first command, you have not had a chance to
 give a command to specify a file to edit.  Since Emacs must always have
-a current buffer for editing, it presents a buffer, by default, a buffer
-named `*scratch*'.  The buffer is in Lisp Interaction mode; you can use
-it to type Lisp expressions and evaluate them, or you can ignore that
-capability and simply doodle.  (You can specify a different major mode
-for this buffer by setting the variable `initial-major-mode' in your
-init file.  *Note Init File::.)
-
-   It is possible to specify files to be visited, Lisp files to be
-loaded, and functions to be called, by giving Emacs arguments in the
-shell command line.  *Note Command Switches::.  But we don't recommend
-doing this.  The feature exists mainly for compatibility with other
-editors.
-
-   Many other editors are designed to be started afresh each time you
-want to edit.  You edit one file and then exit the editor.  The next
-time you want to edit either another file or the same one, you must run
-the editor again.  With these editors, it makes sense to use a
-command-line argument to say which file to edit.
-
-   But starting a new Emacs each time you want to edit a different file
-does not make sense.  For one thing, this would be annoyingly slow.  For
-another, this would fail to take advantage of Emacs's ability to visit
-more than one file in a single editing session.  And it would lose the
-other accumulated context, such as registers, undo history, and the mark
-ring.
-
-   The recommended way to use XEmacs is to start it only once, just
-after you log in, and do all your editing in the same Emacs session.
-Each time you want to edit a different file, you visit it with the
-existing Emacs, which eventually comes to have many files in it ready
-for editing.  Usually you do not kill the Emacs until you are about to
-log out.  *Note Files::, for more information on visiting more than one
-file.
+a current buffer for editing, it presents a buffer, by default, a
+buffer named `*scratch*'.  The buffer is in Lisp Interaction mode; you
+can use it to type Lisp expressions and evaluate them, or you can
+ignore that capability and simply doodle.  You can specify a different
+major mode for this buffer by setting the variable `initial-major-mode'
+in your init file.  *Note Init File::.
+
+   It is possible to give Emacs arguments in the shell command line to
+specify files to visit, Lisp files to load, and functions to call.