[Openmcl-devel] buffer evals
    Alexander Repenning 
    ralex at cs.colorado.edu
       
    Tue Oct 20 15:12:44 PDT 2009
    
    
  
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?
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20091020/8575e52e/attachment.htm>
    
    
More information about the Openmcl-devel
mailing list