From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Thu, 10 Sep 2009 07:13:50 -0700 Subject: [sup-talk] How hard would a universal undo be? In-Reply-To: <1252517083-sup-58@yoom.home.cworth.org> References: <1252517083-sup-58@yoom.home.cworth.org> Message-ID: <1252591706-sup-7219@masanjin.net> Reformatted excerpts from Carl Worth's message of 2009-09-09: > Would it be a small change to move the undo keybinding to somewhere > more universal? The undo keybinding could definitely be moved from thread-index-mode to the main event loop. That's a small change. The bigger amount of work is writing undo lambdas for every operation you want to be able to undo, e.g. every command in thread-view-mode. It's not complicated, just a little tedious, IMO. -- William