# HG changeset patch # User youngs # Date 996116207 0 # Node ID a90f7ebbad070f8850b67c3c1bc5c8b85f66405d # Parent e668cb7f56703aa1464ce1df61aa32f0e89d35d9 [xemacs-hg @ 2001-07-26 02:56:45 by youngs] 2001-07-25 Jim Horning * xemacs/packages.texi (Package Terminology): * xemacs/packages.texi (Automatically): In itemize and enumerate lists @item should be on it's own line. diff -r e668cb7f5670 -r a90f7ebbad07 man/ChangeLog --- a/man/ChangeLog Wed Jul 25 07:39:18 2001 +0000 +++ b/man/ChangeLog Thu Jul 26 02:56:47 2001 +0000 @@ -1,3 +1,9 @@ +2001-07-25 Jim Horning + + * xemacs/packages.texi (Package Terminology): + * xemacs/packages.texi (Automatically): + In itemize and enumerate lists @item should be on it's own line. + 2001-07-02 Adrian Aichner * xemacs-faq.texi (Q1.0.14): Update information following a diff -r e668cb7f5670 -r a90f7ebbad07 man/xemacs/packages.texi --- a/man/xemacs/packages.texi Wed Jul 25 07:39:18 2001 +0000 +++ b/man/xemacs/packages.texi Thu Jul 26 02:56:47 2001 +0000 @@ -32,12 +32,14 @@ There are two main flavors of packages. @itemize @bullet -@item Regular Packages +@item +Regular Packages @cindex regular packages A regular package is one in which multiple files are involved and one may not in general safely remove any of them. -@item Single-File Packages +@item +Single-File Packages @cindex single-file packages A single-file package is an aggregate collection of thematically related but otherwise independent lisp files. These files are bundled @@ -247,7 +249,8 @@ Packages". @enumerate 1 -@item Choose a download site. +@item +Choose a download site. via menu: Options -> Manages Packages -> Add Download Site via keyb: @code{M-x customize-variable RET package-get-remote RET} (put in the details of remote host and directory) @@ -255,7 +258,8 @@ If the package tarballs _AND_ the package-index file are in a local directory, you can: @code{M-x pui-add-install-directory RET} -@item Obtain a list of packages and display the list in a buffer named +@item +Obtain a list of packages and display the list in a buffer named @file{*Packages*}. menu: Options -> Manage Packages -> List & Install keyb: @code{M-x pui-list-packages RET} @@ -319,11 +323,13 @@ about the package to be displayed in the minibuffer. -@item Choose the packages you wish to install. +@item +Choose the packages you wish to install. mouse: Click button 2 on the package name. keyb: @kbd{RET} on the package name -@item Make sure you have everything you need. +@item +Make sure you have everything you need. menu: Packages -> Add Required keyb: @kbd{r} @@ -334,7 +340,8 @@ For novices and gurus alike, this step can save your bacon. It's easy to forget to install a critical package. -@item Download and install the packages. +@item +Download and install the packages. menu: Packages -> Install/Remove Selected keyb: @kbd{x} @end enumerate