Issue234

classification
Title Monitor
Type feature Module core code 21.4, core code 21.5
Severity inconvenience Platform N/A
Keywords Nosy List mike.kupfer
explanation
process
These controls should only be changed by committers and tracker administrators.
Status new   Reason
Superseder   Submitted 2008-01-18.17:02:20
Priority normal   Assigned To

Created on 2008-01-19.06:43:19 by oub, last changed 2013-12-02.12:05:34 by stephen.

Messages
msg2003 [hidden] ([hidden]) Date: 2009-11-25.02:01:31
  Message-ID: <1259114491.58.0.945873848213.issue234@xemacs.org>
Does 'package-get-remove-copy help some?


(defcustom package-get-remove-copy t
  "*After copying and installing a package, if this is t, then remove 
the
copy.  Otherwise, keep it around."
  :type 'boolean
  :group 'package-get)
msg410 [hidden] ([hidden]) Date: 2008-01-19.06:43:19
  Message-ID: <87fxwv5aoz.fsf@mat.ucm.es>
Hello

I would like to try out some packages in pre release, and may be go
back to the stable version. 

However when I download manually the package and install it via 
pui-list-packages then the pkg is deleted after installation.

Could that behavior be made optional, that is I would like to keep the
pkg after installation.

thanks

Uwe Brauer 

_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta@xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
History
Date User Action Args
2013-12-02 12:05:34stephensetfiles: - lmr12.html
2013-10-08 14:47:26economicseries8setfiles: + lmr12.html
title: make optional: pkg install via pui-list-packages deletes the pkg -> Monitor
2009-11-25 02:01:31FKtPpsetmessages: + msg2003
2009-06-19 01:50:40mike.kupfersetnosy: + mike.kupfer
2008-01-19 10:30:34stephensetseverity: inconvenience
title: pkg install via pui-list-packages deletes the pkg, why? -> make optional: pkg install via pui-list-packages deletes the pkg
module: + core code 21.4, core code 21.5
priority: normal
platform: + N/A
type: feature
2008-01-19 06:43:19oubcreate