<div dir="ltr"><div>Move Transcripter to ST80.<br></div><div><br></div><div>Then check for presence of class named #Transcripter in Object&gt;&gt;#primitiveError: to determine whether to present and accept that option.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Dec 12, 2013 at 1:33 PM, Frank Shearar <span dir="ltr">&lt;<a href="mailto:frank.shearar@gmail.com" target="_blank">frank.shearar@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I&#39;ve not run into the emergency evaluator, but I wonder: Transcript<br>
class &gt;&gt; #emergencyEvaluator calls Transcript &gt;&gt; #newInFrame:, which<br>
calls #initInFrame: which checks for a class called Paragraph. (Trunk<br>
doesn&#39;t have such a class, because - AFAIK at least - it&#39;s an ST80<br>
class). If there&#39;s no such class, _it raises an #inform:_. In an<br>
emergency, that&#39;s probably not what you want!<br>
<br>
So: has anyone used the emergency evaluator of late? Have you used it<br>
in an image without ST80?<br>
<br>
Certainly the example usage in Transcript &gt;&gt; #newInFrame: is broken:<br>
<br>
(Transcripter newInFrame: (0@0 extent: 100@200))<br>
    nextPutAll: &#39;Hello there&#39;; endEntry;<br>
    cr; print: 355.0/113; endEntry;<br>
    readEvalPrint.<br>
<span class="HOEnZb"><font color="#888888"><br>
frank<br>
<br>
</font></span></blockquote></div><br></div>