Re: [Axiom-developer] drawRibbons from the book

2006-11-06 Thread Richard Harke
On Mon November 6 2006 10:00, Vanuxem Grégory wrote: > Le dimanche 05 novembre 2006 à 19:58 -0800, Richard Harke a écrit : > > [...] > > > When I try to execute with > > drawRibbons([x**i for i in 1..5], x=-1..1, y=0..1) > > axiom quietly exits, that is, no error message. > > I believe your version

Re: [Axiom-developer] drawRibbons from the book

2006-11-06 Thread Vanuxem Grégory
Le dimanche 05 novembre 2006 à 19:58 -0800, Richard Harke a écrit : [...] > When I try to execute with > drawRibbons([x**i for i in 1..5], x=-1..1, y=0..1) > axiom quietly exits, that is, no error message. I believe your version of Axiom has a bug which was recently fixed in silver and build-imp

RE: [Axiom-developer] drawRibbons from the book

2006-11-05 Thread Bill Page
Richard, On November 5, 2006 11:40 PM you wrote: > > > > There is also a surperfluous \ in the line num := \# flist > > I have editted the version per the above url, I think. First > > time I have tried this. > > Richard > I guess I didn't. Actually your change to http://wiki.axiom-developer.org

Re: [Axiom-developer] drawRibbons from the book

2006-11-05 Thread root
Richard, The proper procedure for making changes to the sources is: 1) find the bug in the file foo.pamphlet 2) fix the bug and save it in foo.pamphlet.new 3) diff -Naur foo.pamphlet foo.pamphlet.new >foo.pamphlet.patch 4) send foo.pamphlet.patch to the list In this case I've already fixed the t

Re: [Axiom-developer] drawRibbons from the book

2006-11-05 Thread Richard Harke
On Sun November 5 2006 20:17, Richard Harke wrote: > On Sun November 5 2006 19:11, Bill Page wrote: > > On November 5, 2006 6:59 PM Vanuxem Grégory wrote: > > > In fact there is an error in the book, the underscore does not need > > > to be escaped. > > > > Although it's small, so this kind of thin

Re: [Axiom-developer] drawRibbons from the book

2006-11-05 Thread root
fixed in axiom--silver--1 --- book.pamphlet Sun Nov 5 23:15:52 2006 +++ book.pamphlet.new Sun Nov 5 23:16:05 2006 @@ -54564,7 +54564,7 @@ \begin{verbatim} drawRibbons(flist, xrange, yrange) ==}{} sp := createThreeSpace() Create empty space $sp$. - num := \# flis

Re: [Axiom-developer] drawRibbons from the book

2006-11-05 Thread root
fixed axiom--silver--1 --- book.pamphlet Tue Sep 19 23:22:26 2006 +++ book.pamphlet.new Sun Nov 5 23:05:17 2006 @@ -54451,7 +54451,7 @@ \begin{figure} \begin{verbatim} -drawRibbons(flist, xrange) ==}{} +drawRibbons(flist, xrange) == sp := createThreeSpace() Crea

Re: [Axiom-developer] drawRibbons from the book

2006-11-05 Thread Richard Harke
On Sun November 5 2006 19:11, Bill Page wrote: > On November 5, 2006 6:59 PM Vanuxem Grégory wrote: > > In fact there is an error in the book, the underscore does not need > > to be escaped. > > Although it's small, so this kind of thing doesn't get lost in the > email trash, as a matter of discipl

Re: [Axiom-developer] drawRibbons from the book

2006-11-05 Thread Richard Harke
On Sun November 5 2006 15:49, Vanuxem Grégory wrote: > Le dimanche 05 novembre 2006 à 11:47 -0800, Richard Harke a écrit : > > I have been working my way through the book. The first version of > > drawRibbons (Section 10.2, page 487) seems to work as described. > > The second version (section 10.3

RE: [Axiom-developer] drawRibbons from the book

2006-11-05 Thread Bill Page
On November 5, 2006 6:59 PM Vanuxem Grégory wrote: > > In fact there is an error in the book, the underscore does not need > to be escaped. > Although it's small, so this kind of thing doesn't get lost in the email trash, as a matter of discipline can one of you submit a patch, create an issue r

Re: [Axiom-developer] drawRibbons from the book

2006-11-05 Thread Vanuxem Grégory
Le lundi 06 novembre 2006 à 00:49 +0100, Vanuxem Grégory a écrit : > I don't know if your > code used to work in the past. In fact there is an error in the book, the underscore does not need to be escaped. Greg ___ Axiom-developer mailing list Axiom

Re: [Axiom-developer] drawRibbons from the book

2006-11-05 Thread Vanuxem Grégory
Le dimanche 05 novembre 2006 à 11:47 -0800, Richard Harke a écrit : > I have been working my way through the book. The first version of > drawRibbons (Section 10.2, page 487) seems to work as described. > The second version (section 10.3, page 489) produces some error > messages which I don't und

[Axiom-developer] drawRibbons from the book

2006-11-05 Thread Richard Harke
I have been working my way through the book. The first version of drawRibbons (Section 10.2, page 487) seems to work as described. The second version (section 10.3, page 489) produces some error messages which I don't understand. The following is the session. (after a )clear all) (1) -> )read ri