[Armedbear-devel] export doesn't work

Stas Boukarev stassats at gmail.com
Thu May 22 18:14:22 UTC 2014


bonasso <bonasso at traclabs.com> writes:

> Whenever I try to export a symbol to cl-user from another package,
> like (export '(memory-apropos) :cl-user) while in a package called
> memory I get 
>
> "The symbol memory-apropos is not accessible in package
> COMMON-LISP-USER"
>
> But if I do:
>
> (in-package :cl-user)
> (import 'memory::memory-apropos) 
>
> it works.
>
> Is this a bug?
No, that's how EXPORT and IMPORT work.
-- 
With best regards, Stas.

_______________________________________________
Armedbear-devel mailing list
Armedbear-devel at common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel



More information about the armedbear-devel mailing list