gentoo-overlay/app-editors/xemacs/files
2014-10-22 15:04:35 +04:00
..
README.Gentoo Automatic update [Wed Nov 9 11:33:18 MSK 2011]. 2011-11-09 11:33:19 +04:00
xemacs-21.4.19-db.patch Automatic update [Wed Nov 9 11:33:18 MSK 2011]. 2011-11-09 11:33:19 +04:00
xemacs-21.4.19-texi.patch Automatic update [Wed Nov 9 11:33:18 MSK 2011]. 2011-11-09 11:33:19 +04:00
xemacs-21.4.21-vcdiff.patch Automatic update [Wed Nov 9 11:33:18 MSK 2011]. 2011-11-09 11:33:19 +04:00
xemacs-21.4.22-deprecated-ldap.patch Automatic update [Wed Nov 9 11:33:18 MSK 2011]. 2011-11-09 11:33:19 +04:00
xemacs-21.4.22-large-images.patch Automatic update [Wed Nov 9 11:33:18 MSK 2011]. 2011-11-09 11:33:19 +04:00
xemacs-21.4.22-libpng15.patch Automatic update [Wed Nov 9 11:33:18 MSK 2011]. 2011-11-09 11:33:19 +04:00
xemacs-21.4.22-texinfo-5.patch Sync with portage [Wed Oct 22 15:04:35 MSK 2014]. 2014-10-22 15:04:35 +04:00
xemacs-21.5.29-optimization-bug.patch Automatic update [Wed Nov 9 11:33:18 MSK 2011]. 2011-11-09 11:33:19 +04:00
xemacs-21.5.33-no-mule-build.patch Sync with portage [Thu Jun 27 19:53:31 MSK 2013]. 2013-06-27 19:53:34 +04:00
xemacs-21.5.34-ncurses-tinfo.patch Sync with portage [Mon Feb 3 10:30:33 MSK 2014]. 2014-02-03 10:30:37 +04:00
xemacs.desktop Sync with portage [Fri Sep 7 22:04:59 MSK 2012]. 2012-09-07 22:05:07 +04:00

README.Gentoo
-------------

This is a quick tutorial on how to configure the XEmacs package user
interface (package-ui). After you configure package-ui, you will be
able to download and install XEmacs packages and dependencies 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 installed: xemacs-base, efs and
(optionally if you 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 (package-ui installs via
network).

  M-x customize-variable RET package-get-remote RET

Insert a new value, then:

  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.

At this point you can install your modules:

  M-x pui-list-packages