[Openmcl-devel] buffer evals

Gail Zacharias gz at clozure.com
Tue Oct 20 15:20:45 PDT 2009


At 10/20/2009 06:12 PM, Alexander Repenning wrote:
>ccl::*verbose-eval-selection* is almost perfect. This may sound 
>picky but I am still getting the "?" as if I am typing in the forms 
>into the listener one at a time, i.e., I get
>
>#<STANDARD-METHOD INITIALIZE-INSTANCE :AFTER (XLUI::IMAGE-EDITOR-WINDOW)>
>?
>#<STANDARD-METHOD XML:ADD-SUBOBJECT :AFTER 
>(XLUI::IMAGE-EDITOR-WINDOW XLUI::IMAGE-EDITOR)>
>?
>#<STANDARD-METHOD XLUI::LOAD-IMAGE-FROM-FILE (XLUI::IMAGE-EDITOR-WINDOW T)>
>?
>#<STANDARD-METHOD XLUI::SAVE-IMAGE-TO-FILE (XLUI::IMAGE-EDITOR-WINDOW T)>
>?
>
>
>but would prefer the MCL (and other Lisps) way of just showing the results:
>
>
>#<STANDARD-METHOD INITIALIZE-INSTANCE :AFTER (XLUI::IMAGE-EDITOR-WINDOW)>
>#<STANDARD-METHOD XML:ADD-SUBOBJECT :AFTER 
>(XLUI::IMAGE-EDITOR-WINDOW XLUI::IMAGE-EDITOR)>
>#<STANDARD-METHOD XLUI::LOAD-IMAGE-FROM-FILE (XLUI::IMAGE-EDITOR-WINDOW T)>
>#<STANDARD-METHOD XLUI::SAVE-IMAGE-TO-FILE (XLUI::IMAGE-EDITOR-WINDOW T)>
>
>
>Is there a way to get that behavior?


Not currently.  You might add a note to 
http://trac.clozure.com/openmcl/ticket/582 so whoever works on that 
can also address this issue.




>Alex
>
>On Oct 20, 2009, at 3:33 PM, Gail Zacharias wrote:
>
>>At 10/20/2009 12:51 PM, Alexander Repenning wrote:
>>>Things are working pretty well with Snow Leopard and CCL so far (1.4-
>>>dev-r13022M-trunk  (DarwinX8632)!)
>>>
>>>Just a little annoyance for which, I am sure, there is some doc
>>>somewhere but I cannot find it.
>>>
>>>When using Execute All I am just getting a list of "?" printed in the
>>>listener for each form in the file. Is there some setting to print
>>>each value into the listener, e.g,
>>>
>>>#<STANDARD-CLASS XLUI::SELECTION-MASK>
>>>
>>>instead of
>>>
>>>?
>>
>>
>>There is ccl::*verbose-eval-selection*, though I haven't tried it 
>>recently so it might have bit-rotted.
>
>Prof. Alexander Repenning
>
>
>University of Colorado
>
>Computer Science Department
>
>Boulder, CO 80309-430
>
>
>vCard: 
><http://www.cs.colorado.edu/~ralex/AlexanderRepenning.vcf>http://www.cs.colorado.edu/~ralex/AlexanderRepenning.vcf
>




More information about the Openmcl-devel mailing list