gentoo-full-overlay/app-editors/xemacs/files
2024-10-21 08:31:57 +03:00
..
README.Gentoo Sync with portage [Mon Feb 6 16:39:48 MSK 2012]. 2012-02-06 16:39:49 +04:00
xemacs-21.4.19-db.patch Sync with portage [Mon Feb 6 16:39:48 MSK 2012]. 2012-02-06 16:39:49 +04:00
xemacs-21.4.24-gcc5.patch Sync with portage [Sun Apr 3 17:44:53 MSK 2016]. 2016-04-03 17:44:54 +03:00
xemacs-21.4.24-glibc-macro.patch Sync with portage [Tue Apr 4 09:17:23 MSK 2017]. 2017-04-04 09:17:24 +03:00
xemacs-21.4.24-ncurses-tinfo.patch Sync with portage [Tue Apr 18 02:05:31 MSK 2017]. 2017-04-18 02:05:31 +03:00
xemacs-21.4.24-strsignal.patch Sync with portage [Tue Sep 1 01:31:26 MSK 2020]. 2020-09-01 01:31:26 +03:00
xemacs-21.5.35-configure-libc-version.patch Sync with portage [Thu Mar 14 21:22:58 MSK 2024]. 2024-03-14 21:22:58 +03:00
xemacs-21.5.35-configure.patch Sync with portage [Tue Jun 20 16:57:00 MSK 2023]. 2023-06-20 16:57:00 +03:00
xemacs-21.5.35-linker-flags.patch Sync with portage [Mon Oct 21 08:31:57 MSK 2024]. 2024-10-21 08:31:57 +03:00
xemacs-21.5.35-misalignment.patch Sync with portage [Mon Sep 30 18:22:13 MSK 2024]. 2024-09-30 18:22:13 +03:00
xemacs-21.5.35-mule-tests.patch Sync with portage [Tue Jun 20 16:57:00 MSK 2023]. 2023-06-20 16:57:00 +03:00
xemacs-21.5.35-va_args.patch Sync with portage [Mon Sep 30 18:22:13 MSK 2024]. 2024-09-30 18:22:13 +03:00
xemacs-21.5.35-which.patch Sync with portage [Mon Sep 30 18:22:13 MSK 2024]. 2024-09-30 18:22:13 +03:00
xemacs.desktop Sync with portage [Sat Mar 21 00:08:53 MSK 2015]. 2015-03-21 00:08:54 +03: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