<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">Stas,<br>
      Thanks.  In ACL there's no complaint, but I think I see why. In
      another file for this same system the author has previously done
      the import, and since ACL allows defpackage to augment any
      previous properties for the package, it works.<br>
      Pete<br>
    </div>
    <blockquote cite="mid:87lhttvfy9.fsf@gmail.com" type="cite">
      <pre wrap="">bonasso <a class="moz-txt-link-rfc2396E" href="mailto:bonasso@traclabs.com"><bonasso@traclabs.com></a> writes:

</pre>
      <blockquote type="cite">
        <pre wrap="">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?
</pre>
      </blockquote>
      <pre wrap="">No, that's how EXPORT and IMPORT work.
</pre>
    </blockquote>
    <br>
  </body>
</html>