>>>> "Gerald" == Gerald Gutierrez
<gutier(a)intergate.bc.ca> writes:
Gerald> While I'm asking things .. I'm one of those people who
Gerald> like to keep local copies of install packages. To that end
Gerald> I downloaded a bunch of XEmacs packages before I installed
Gerald> them off the local disk. After I installed the packages, I
Gerald> noticed that the original files have gone! Is this
Gerald> intended behaviour? How do I stop XEmacs from doing this?
Try
M-x pui-list-packages
followed by
C-h a pack.*remove RET
I even have my own little packages I distribute locally. Setting this
up in .emacs for XEmacs is easy:
(setq package-get-download-sites
(append
(quote (("Adrian's Local Packages"
nil
"d:\\Users\\AichnerAd\\Public\\xemacs-packages")))
package-get-download-sites))
This shows up under
Options
Manage Packages
Add Download Site
Adrian's Local Packages
HTH,
Adrian