You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
root ad8c2b8552
Sync with portage [Fri Jul 8 09:43:44 MSK 2022].
2 years ago
..
README.Gentoo
xemacs-21.4.19-db.patch
xemacs-21.4.24-gcc5.patch
xemacs-21.4.24-glibc-macro.patch
xemacs-21.4.24-ncurses-tinfo.patch
xemacs-21.4.24-strsignal.patch Sync with portage [Tue Sep 1 01:31:26 MSK 2020]. 4 years ago
xemacs-21.5.34-ar.patch Sync with portage [Mon Apr 20 13:57:37 MSK 2020]. 4 years ago
xemacs-21.5.34-as-needed.patch
xemacs-21.5.34-autoloads-parallell-make.patch Sync with portage [Fri Jun 17 14:11:18 MSK 2022]. 2 years ago
xemacs-21.5.34-configure-libc-version.patch Sync with portage [Mon Mar 9 10:33:09 MSK 2020]. 5 years ago
xemacs-21.5.34-gcc5.patch
xemacs-21.5.34-glibc-macro.patch
xemacs-21.5.34-module-autoloads.patch Sync with portage [Fri Jul 8 09:43:44 MSK 2022]. 2 years ago
xemacs-21.5.34-ncurses-tinfo.patch
xemacs-21.5.34-no-lock-on-finder-inf.patch Sync with portage [Wed Jun 29 14:37:21 MSK 2022]. 2 years ago
xemacs-21.5.34-process-test-qa.patch Sync with portage [Sun Jan 17 01:49:10 MSK 2021]. 4 years ago
xemacs-21.5.34-strsignal.patch Sync with portage [Tue Sep 1 01:31:26 MSK 2020]. 4 years ago
xemacs.desktop

README.Gentoo

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