[sage-support] Re: Using `in' with VectorSpace()

2015-01-01 Thread Jim Hefferon
Thank you, that is very helpful to know. I appreciate your filing the bug. --Jim -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@goo

[sage-support] Using `in' with VectorSpace()

2014-12-31 Thread Jim Hefferon
Hello, I apologize if I am confused but I have some behavior that surprises me. Both of these `in' expressions return True. (I just tested it on cloud.sagemath.com so I think it is not from my having an old version.) V = VectorSpace(RDF,3) v1 = vector(RDF, [1, 2, 3]) v1 v1 in V v2 = vector(RD

[sage-support] Re: Turning off readline

2012-12-11 Thread Jim Hefferon
On Tuesday, December 11, 2012 10:09:39 AM UTC-5, Dima Pasechnik wrote: > > if you look at sage/misc/readline_extra_commands.pyx > > you'll see that it is basically an interface to GNU readline. > Looking into it, one gathers that changing the line > > readline 1 > > to > > readline 0 > > i

[sage-support] Re: Turning off readline

2012-12-11 Thread Jim Hefferon
On Tuesday, December 11, 2012 9:15:20 AM UTC-5, Jason Grout wrote: > > > Sage has an expect interface for Sage: > http://hg.sagemath.org/sage-main/file/33242a07d2ab/sage/interfaces/sage0.py > > Thanks, Jason. I did not know that. I'll have a look. (As you know, I'm trying to pick up the sag

[sage-support] Re: Turning off readline

2012-12-11 Thread Jim Hefferon
On Tuesday, December 11, 2012 7:45:10 AM UTC-5, Dima Pasechnik wrote: > is pyreadline really used by Sage? > It seems to be only needed on Windows, where Sage does not run. > > Thanks for your comment. Probably I have it wrong. I based my opinion on this from the Sage FAQ: http://wiki.s

[sage-support] Turning off readline

2012-12-09 Thread Jim Hefferon
I am trying to turn off the command line readline action.* If that were possible, it would be a big help to me. Does anyone know? I am running Sage on a recent Ubuntu, using a recent install. I believe the readline behavior arises from pyreadline that comes in as part of ipython. I can find