Purpose: describe how the Tk-based supertext extension is useful. I think this is the "Supertext" that [Kitten] is talking about... What: text widget with undo Where: http://www1.clearlight.com/%7Eoakley/tcl/supertext.html Description: Supertext widget with builtin undo. Updated: 06/1998 Contact: mailto:oakley@bardo.clearlight.com (Bryan Oakley) ---- The text widget as of 8.4a5 has an undo/redo mechanism builtin. See http://www.tcl.tk/man/tcl8.4/TkCmd/text.htm#M72 and http://www.tcl.tk/man/tcl8.4/TkCmd/text.htm#M89 for the documentation. See http://www.tcl.tk/cgi-bin/tct/tip/26.html for the [TIP] that implemented it. ---- For whatever it's worth, the undo/redo mechanism built in to the 8.4 text widget has a different behavior than supertext's. Better? Worse? Hard to say. Supertext attempted to model emacs' undo behavior and is closer to "unlimited" than the text widget's. The text widget more closely matches the way most Windows text editors (notepad, Word, etc) work. ---- [Category Package]