"Eric M. Ludlam" <eric(a)siege-engine.com> writes:
On Tue, 2009-09-01 at 12:08 +0900, Stephen J. Turnbull wrote:
I was looking for some flag that disabled "extra" packages, but left
useful things like the common lisp libraries active. ie - a
--basic-packages-only flag or some-such that left off the old jde and
ecb. I could then document how users could run the tests without having
to resort to logging in as root.
Doesn't something like this:
(setq load-path (paths-filter #'(lambda (path) (not (string-match "/jde"
path))) load-path))
mostly work?
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta