<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    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 <br>
    <br>
    "The symbol memory-apropos is not accessible in package
    COMMON-LISP-USER"<br>
    <br>
    But if I do:<br>
    <br>
    (in-package :cl-user)<br>
    (import 'memory::memory-apropos) <br>
    <br>
    it works.<br>
    <br>
    Is this a bug?<br>
    <br>
    Thanks,<br>
    Pete<br>
    <br>
    <br>
  </body>
</html>