On Jul 16, 2012, at 3:16 PM, Dima Pasechnik wrote: > On Monday, 16 July 2012 12:06:10 UTC+8, Kwankyu Lee wrote: > Hi, > > This ticket is long abandoned at Trac without a reviewer. > > http://trac.sagemath.org/sage_trac/ticket/12503 > > The feature that the patch provides is indispensable to me when I use command > line interface of Sage. I think it is also very useful to you. Would you be a > reviewer of the ticket? > > comments there seem to indicate it's a duplicate of already closed #10289. > Only by going to the latter one sees that it was a duplicate... :–) > > By the way, is there a sorely missed by me feature of getting the next > command in the history? > I.e. I often do something like this: > > sage: A... > sage: B... > sage: C... > oops, wrong answer; editing code... > sage: A... > sage: B... > sage: C... > oops, wrong answer; editing code... > sage: A... > sage: B... > sage: C... > Good! > > So I can navigate history to A, but once I am there and executed it, I want a > quick way to go to B. > But it's not available...
That's the whole point of this patch, unless I'm misunderstanding what you want. Here's the workflow (after having bound keys appropriately). 1. Navigate your history to A 2. Type C-o (or whatever) and it will a. execute A b. take you to B automatically. Is this what you wanted? -Ivan -- -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
