Re: [sage-devel] Unicode in Sage Worksheets

2015-05-07 Thread Bill Page
On 7 May 2015 at 22:29, François Bissey wrote: > Pushed a branch at http://trac.sagemath.org/ticket/10295 we can continue > the work there. > OK, thanks. > > On 05/08/15 14:22, François Bissey wrote: >> >> Unfortunately, the notebook is still broken with newer pexpect. If you >> try: >> g=sin(x)

Re: [sage-devel] Unicode in Sage Worksheets

2015-05-07 Thread François Bissey
Pushed a branch at http://trac.sagemath.org/ticket/10295 we can continue the work there. Francois On 05/08/15 14:22, François Bissey wrote: Unfortunately, the notebook is still broken with newer pexpect. If you try: g=sin(x); plot(g,(x,-pi,3*pi/2)) You get this: Python 2.7.8 (default, Apr 22 20

Re: [sage-devel] Unicode in Sage Worksheets

2015-05-07 Thread François Bissey
Unfortunately, the notebook is still broken with newer pexpect. If you try: g=sin(x); plot(g,(x,-pi,3*pi/2)) You get this: Python 2.7.8 (default, Apr 22 2015, 10:15:06) [GCC 4.9.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> >>> import os;os.chdir("/tmp/tmp

Re: [sage-devel] Unicode in Sage Worksheets

2015-05-07 Thread François Bissey
On 05/08/15 14:08, Bill Page wrote: On 7 May 2015 at 21:37, François Bissey wrote: Looks like I would want this single commit. https://github.com/pexpect/pexpect/commit/aac5897aa12daf056b8fe08f1b6512d9f60c2d27 The branch seems otherwise strangely stale (210 commits behind master). Yes. I supp

Re: [sage-devel] Unicode in Sage Worksheets

2015-05-07 Thread Bill Page
On 7 May 2015 at 21:37, François Bissey wrote: > Looks like I would want this single commit. > https://github.com/pexpect/pexpect/commit/aac5897aa12daf056b8fe08f1b6512d9f60c2d27 > The branch seems otherwise strangely stale (210 commits > behind master). Yes. I suppose that branch 3.x is (more or

Re: [sage-devel] Unicode in Sage Worksheets

2015-05-07 Thread François Bissey
Looks like I would want this single commit. https://github.com/pexpect/pexpect/commit/aac5897aa12daf056b8fe08f1b6512d9f60c2d27 The branch seems otherwise strangely stale (210 commits behind master). May be someone didn't merge it in the right branch? Francois On 05/08/15 12:02, François Bissey w

Re: [sage-devel] Unicode in Sage Worksheets

2015-05-07 Thread François Bissey
I have other ways but if it mostly work and the notebook also works we may want to upgrade that antiquity like there is no tomorrow. Francois On 05/08/15 10:07, Bill Page wrote: Maybe this patch solves the problem: https://github.com/pexpect/pexpect/pull/109/files I pulled pexpect 3.x from gi

Re: [sage-devel] Unicode in Sage Worksheets

2015-05-07 Thread Bill Page
Maybe this patch solves the problem: https://github.com/pexpect/pexpect/pull/109/files I pulled pexpect 3.x from github which as I understand it is quite a few patches ahead of 3.3. $ git clone https://github.com/pexpect/pexpect.git $ cd pexpect $ git checkout 3.x then installed it into my sage

Re: [sage-devel] Unicode in Sage Worksheets

2015-05-07 Thread Francois Bissey
If you want doctests failures here is a sample (6.7.beta4): sage -t --long /usr/lib64/python2.7/site-packages/sage/interfaces/expect.py ** File "/usr/lib64/python2.7/site-packages/sage/interfaces/expect.py", line 285, in sage.inte

Re: [sage-devel] Unicode in Sage Worksheets

2015-05-06 Thread Francois Bissey
Nice. Could you try the example at http://trac.sagemath.org/ticket/10295#comment:7 in a sage notebook session and see if it works? François > On 7/05/2015, at 17:23, Bill Page wrote: > > On 6 May 2015 at 23:28, leif wrote: >> Bill Page wrote: >>> Is there a possibility of creating an experimen

Re: [sage-devel] Unicode in Sage Worksheets

2015-05-06 Thread Bill Page
http://trac.sagemath.org/ticket/10295 Looks like no one is interested any more. On 6 May 2015 at 22:03, Francois Bissey wrote: > Haven’t checked recently but the notebook has been broken each > time someone has tried to update pexpect. There is a pexpect upgrade > ticket where there should be mo

Re: [sage-devel] Unicode in Sage Worksheets

2015-05-06 Thread Francois Bissey
Haven’t checked recently but the notebook has been broken each time someone has tried to update pexpect. There is a pexpect upgrade ticket where there should be more details. François > On 7/05/2015, at 13:55, Bill Page wrote: > > After reading the docs: > > http://pexpect.readthedocs.org/en/l