Number: 1091 Date: 11-May-84 16':39':21 Submitter: vanMelle Source: vanMelle Subject: (CLOSEF NIL) in AR.FORM.LOAD Assigned To: Attn: Sannella Status: Fixed In/By: Problem Type: Bug Impact: Minor Difficulty: Easy Frequency: Priority: Perhaps System: Text Subsystem: Other Machine: 1132 Disk: Lisp Version: 9-May-84 09':41':34 Source Files: Microcode Version: 5124 Memory Size: 4096 File Server: Server Software Version: Disposition: ' ["Sannella.PA" "29-Aug-84 14':57':22" Status':(Open->Fixed)] Description: ' There is a RESETSAVE in AR.FORM.LOAD that results in the unintended call (CLOSEF NIL) when unwound. Quick look at the code suggests the RESETSAVE should not be done when ARSTREAM=NIL. No real harm done, but (CLOSEF NIL) in a process that has no ttydisplaystream has the unfortunate side effect of creating a tty window (which you never see because it never needs to open); hence is slow instead of being a noop. Workaround: Test Case: Edit-By: Sannella.PA Edit-Date: 29-Aug-84 14':57':23