XEmacs 21.2.28 "Hermes".
[chise/xemacs-chise.git.1] / man / xemacs / packages.texi
index b147f9a..8bdcc98 100644 (file)
@@ -91,7 +91,7 @@ the packages available at the time of the XEmacs release.  Packages are
 also listed on the @code{Options} menu under:
 
 @example
-       Options->Customize->Emacs->Packages
+        Options->Customize->Emacs->Packages
 @end example
 
 However, don't select any of these menu picks unless you actually want 
@@ -103,7 +103,7 @@ are installed, using the visual package browser and installer.  You can
 access it via the menus:
 
 @example
-       Options->Manage Packages->List & Install
+        Options->Manage Packages->List & Install
 @end example
 
 Or, you can get to it via the keyboard:
@@ -149,7 +149,7 @@ If you are installing from a temporary, one-time directory, you can also
 add these directory names to @code{package-get-remote} using:
 
 @example
-       M-x pui-add-install-directory
+        M-x pui-add-install-directory
 @end example
 
 Note, however, that any directories added using this function are not
@@ -165,11 +165,11 @@ The easiest way to install a package is to use the visual package
 browser and installer, using the menu pick:
 
 @example
-       Options->Manage Packages->List & Install
+        Options->Manage Packages->List & Install
 @end example
 or
 @example
-       Options->Manage Packages->Using Custom->Select-> ...
+        Options->Manage Packages->Using Custom->Select-> ...
 @end example
 
 You can also access it using the keyboard:
@@ -236,17 +236,17 @@ For an alternative package interface, you can select packages from the
 customize menus, under:
 
 @example
-       Options->Customize->Emacs->Packages-> ...
+        Options->Customize->Emacs->Packages-> ...
 @end example
 or
 @example
-       Options->Manage Packages->Using Custom->Select-> ...
+        Options->Manage Packages->Using Custom->Select-> ...
 @end example
 
 Set their state to on, and then do:
 
 @example
-       Options->Manage Packages->Using Custom->Update Packages
+        Options->Manage Packages->Using Custom->Update Packages
 @end example
 
 This will automatically retrieve the packages you have selected from the
@@ -313,7 +313,7 @@ that you downloaded in step 1.  Unix and Cygnus cygwin users will
 typically do this using the commands:
 
 @example
-       gunzip < package.tar.gz | tar xvf -
+        gunzip < package.tar.gz | tar xvf -
 @end example
 
 Above, replace @file{package.tar.gz} with the filename of the
@@ -322,7 +322,7 @@ package that you downloaded in step 1.
 Of course, if you use GNU @code{tar}, you could also use:
 
 @example
-       tar xvzf package.tar.gz
+        tar xvzf package.tar.gz
 @end example
 
 @comment What about native MS Windows users???