On Wed, 2011-06-15 at 22:12 +0000, Leo Butler wrote:
> :lisp (defmfun $ls (directory) (append '((mlist simp))
> (cl-fad:list-directory directory)))
> maxima
clisp
layout_autotools true
Maxima 5.24.0 http://maxima.sourceforge.net
using Lisp CLISP 2.44.1 (2008-02-23)
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(%i1) :lisp (defmfun $ls (directory) (append '((mlist simp))
(cl-fad:list-directory directory)))
Maxima encountered a Lisp error:
READ from #<INPUT STRING-INPUT-STREAM>: there is no package with name
"CL-FAD"
Automatically continuing.
To enable the Lisp debugger set *debugger-hook* to nil.
tomdean