X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 88.191.16.109 Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!nntpfeed.proxad.net!nospam.fr.eu.org!usenet-fr.net!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!198.186.194.247.MISMATCH!transit3.readnews.com!textspool1.readnews.com!news-out.readnews.com!transit4.readnews.com!newspump.sol.net!post2.nntp.sol.net!posts.news.twtelecom.net!nnrp2.twtelecom.net!not-for-mail From: Bill Rowe Newsgroups: comp.soft-sys.math.mathematica Subject: Re: Undo/Redo Date: Sun, 1 May 2011 10:22:58 +0000 (UTC) Organization: Steven M. Christensen and Associates, Inc and MathTensor, Inc. Sender: steve@smc.vnet.net Approved: Steven M. Christensen , Moderator Message-ID: Lines: 28 NNTP-Posting-Date: 01 May 2011 09:23:45 GMT NNTP-Posting-Host: 230a595f.news.twtelecom.net X-Trace: DXC=Y6=E2JC_P5LIN?cPSk`9;@C_A=>8kQj6M;[h;PUXBgbDe6cLf4b_YJCEFiONJ7[GoF9GX2mHbEThis seems to be a recurring subject in this group. >Mathematica is now at version 8 and there's still no multiple undo >and redo functionality. I don't understand how such an amazing piece >of software can lack such a trivial feature. Why isn't Woflram doing >anything about it? Heck, I'll even write the code for undo/redo >myself for them for free if they let me. Is there someone at Wolfram >I can complain on the matter? Perhaps an internet petition is in >order? What do you think? Simply put, implementation of undo/redo for something like Mathematica is far more complex than you suggest. Undo/redo in a text editor or word processor is manipulating what I will call static text, i.e., text that is to be read/printed etc that does not change the state of your machine, it not executed. This isn't the case for Mathematica. You really need to think about what you mean by say undo in the context of Mathematica. What does it mean to undo a computation? Keep in mind, many mathematical operations have no simple inverse. Reverting the state of a text document to a previous state is quite simple compared to doing the same for a Mathematica session.