Here is the ticket
http://trac.sagemath.org/sage_trac/ticket/10289
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group
Hi,
I uploaded a patch to this ticket.
Please do experiments with it, and leave comments.
Kwankyu
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group
By the way, this (or a very similar) feature is in GAP shell.
(you can try it in Sage using gap_console(), if you don't have a
separate GAP installation).
Not sure if they just use a readline feature, or had to code
themselves (you could read the source,
of course...)
Dmitrii
On Nov 18, 5:29 pm,
Hi Dan,
Thank you for the comments.
IPython just relies on the readline library linked to Python. Perhaps
Sage can provide necessary functions that complements the readline
library.
I did some experiments, and I now think this is a doable task. So I
made a ticket:
http://trac.sagemath.org/sage_
On May 29, 9:13 am, Jason Grout wrote:
> Kwankyu wrote:
> > Hi,
>
> > I got a reply from GNU readline maintainer Chet Ramey to the following
> > wish letter.
>
> Thanks for following up on this. So here's a post by Fernando (the
> ipython guy) about the issue:
>
> http://mail.scipy.org/pipermai
Kwankyu wrote:
> Hi,
>
> I got a reply from GNU readline maintainer Chet Ramey to the following
> wish letter.
Thanks for following up on this. So here's a post by Fernando (the
ipython guy) about the issue:
http://mail.scipy.org/pipermail/ipython-user/2008-June/005465.html
It seems like pyr