[Openmcl-devel] output print without package name

Stas Boukarev stassats at gmail.com
Sun Aug 7 11:42:48 PDT 2011


Janusz Podrazik <info at mracpublishing.com> writes:

> hi,
>
> i wonder how to setup not too print package name with output in the listener.
> after loading of my package (in-package :ludwig-van) all print output contain name:
>
>> midi-to-pitch
> ((ludwig-van::c4c5 ludwig-van::gs3 ludwig-van::ds4d5) (ludwig-van::ds4 ludwig-van::d5))
>
> i am looking for:
>
>> midi-to-pitch
> ((c4c5 gs3 ds4d5) (ds4 d5))
>
> this must be pathetically simple to accomplish…
>
> best wishes,
Use PRINC instead of PRINT/PRIN1, or ~a  instead of ~s in FORMAT.

-- 
With best regards, Stas.



More information about the Openmcl-devel mailing list