summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/xemacs-gamma/files/README.Gentoo')
-rw-r--r--app-editors/xemacs-gamma/files/README.Gentoo43
1 files changed, 0 insertions, 43 deletions
diff --git a/app-editors/xemacs-gamma/files/README.Gentoo b/app-editors/xemacs-gamma/files/README.Gentoo
deleted file mode 100644
index e8d1a804b7ad..000000000000
--- a/app-editors/xemacs-gamma/files/README.Gentoo
+++ /dev/null
@@ -1,43 +0,0 @@
-README.Gentoo
--------------
-
-This is a quick tutorial on how to configure XEmacs's package user
-interface (package-ui). After you configure package-ui, you will be
-able to download and install XEmacs packages while in XEmacs. For the
-complete documentation, see
-/usr/share/doc/xemacs-21.4.*/README.packages.gz
-
-Once XEmacs is emerged onto a Gentoo Linux system, you will only have
-the following elisp modules install: xemacs-base, efs and (optionally
-if youi had mule in USE) mule-base. This guide will show how to use
-package-ui to download and install your own preference in elisp
-modules to ~/.xemacs/xemacs-packages.
-
-First, start XEmacs and load the package-ui elisp module.
-
- M-x load-library RET package-ui RET
-
-The first thing to set is the download site (XEmacs' package-ui
-installs via network).
-
- M-x package-get-remote RET
-
- Choice: Remote
- Host: ibiblio.org
- Directory: /pub/packages/editors/xemacs/packages/
-
-Make sure you set and save the change. Note, other host/directories
-are possible. The the documentation for package-ui for more
-information. Hint: ibiblio.org is *fast*.
-
-Then set the location package-ui should install to:
-
- M-x customize-variable RET pui-package-install-dest-dir RET
-
- Directory: ~/.xemacs/xemacs-packages
-
-Make sure you set and save the change you make.
-
-At this point you can install your modules:
-
- M-x pui-list-packages