[Openmcl-devel] output print without package name

Janusz Podrazik info at mracpublishing.com
Sun Aug 7 11:28:34 PDT 2011


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,

JP


More information about the Openmcl-devel mailing list