<div>
            <div>
                <span>Many thanks, for the explanation.</span></div><div><span><br></span></div><div><span>with warmest regards,</span></div><div><span><br></span></div><div><span></span><span>Janusz<br>--<div>MRAC Publishing</div><div>Janusz Podrazik</div><br></span>
                
                <p style="color: #a0a0a0;">On Thursday, 9 June 2011 at 12:03, Gary Byers wrote:</p>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
                    <span><div><div>In the CCL IDE, undo is handled by an NSUndoManager associated with an <br>editor document.<br>The maximum depth of an NSUndoManager's stack can be accessed via <br>#/levelsOfUndo and<br>set via #/setLevelsOfUndo: .  The value 0 is the default and indicates that <br>there's<br>no fixed limit on the size of the undo stack.<br><br>There are several ways of obtaining the NSDocument object; in the example <br>below,<br>I had a listener and editor window open, and the listener was frontmost:<br><br>? (#/orderedDocuments gui::*NSApp*)<br>#<NS-MUTABLE-ARRAY (<br>    "<HemlockListenerDocument: 0x51ee70>",<br>    "<HemlockEditorDocument: 0x56dcd0>"<br>) (#x551390)><br>? (#/objectAtIndex: * 1)<br>#<HEMLOCK-EDITOR-DOCUMENT <HemlockEditorDocument: 0x56dcd0> (#x56DCD0)><br><br>When called with an NSDocument, the #/undoManager method will return the <br>NSUndoManager instance used to track changes to that document.<br>? (#/undoManager *)<br>#<NS-UNDO-MANAGER <NSUndoManager: 0x56ee80> (#x56EE80)><br>? (#/levelsOfUndo *)<br>0<br>?<br><br>There might be some behavior that leads you to conclude that the undo stack <br>in question is limited in size.  If you describe that behavior and how to <br>reproduce it, someone might be able to explain that behavior and, if it's <br>incorrect, fix it.<br><br><br>--On June 9, 2011 10:22:23 AM +0200 Janusz Podrazik <br><<a href="mailto:info@mracpublishing.com">info@mracpublishing.com</a>> wrote:<br><br><blockquote type="cite"><div><br><br>command-\z<br><br><br>in LispWorks:<br><br><br><br>; Editor Undo Levels<br>(setf (editor:variable-value 'editor::undo-ring-size) 1000)<br>--<br>MRAC Publishing<br>Janusz Podrazik<br><br><br>On Thursday, 9 June 2011 at 03:18, Gary Byers wrote:<br><br><br><br>What's the undo size ?<br><br>On Thu, 9 Jun 2011, Janusz Podrazik wrote:<br><br><br><br>how to increase the undo size<br><br>--MRAC Publishing<br>Janusz Podrazik<br></div></blockquote></div></div></span>
                
                
                
                
                </blockquote>
                
                <div>
                    <br>
                </div>
            </div>
        </div>