There are a couple of things that I find obscure in the modules documentation.
It says that import operates on a single name at a time, but there's a counter-example in the table right below this sentence: import MyModule which looks like it imports a module as a whole. On the other hand, the table in question says that with such a directive, MyModule.x (and y and p) are "brought into scope" and "available for method extension". But from what I could gather, it seems to me that the dot notation always makes everything available. So it would rather seem that import MyModule is a no-op. Is that correct? -- ELS'16 registration open! http://www.european-lisp-symposium.org Lisp, Jazz, Aïkido: http://www.didierverna.info
