gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] Re: a little more info


From: Camm Maguire
Subject: [Gcl-devel] Re: a little more info
Date: 07 Jun 2006 16:10:39 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings, and thanks for this!

I think if you delete the home package of a symbol, there is nothing
you can do, even with imports or exports.

>(symbol-package 'define-symbol-macro)

#<"COMMON-LISP-USER" package>

>(delete-package 'common-lisp-user)

T

NIL>(symbol-package 'define-symbol-macro)

#<NIL package>

... but I am clueless about packages, so this could be quite wrong.

Take care,

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]