RE: [Axiom-developer] Re: [Gcl-devel] Simple web server code for GCLfor Windows

2005-04-28 Thread Mike Thomas
Hi Camm. | > | It is trivial to fork() in linux for each | > | connection, but don't know how this would be done on Windows. | > | > Threads. | | OK, now I'm confused. Sorry. | threads need reentrancy, no? Yes. | None of our code | has been checked in this regard, and there are known issues

RE: [Axiom-developer] RE: [Gcl-devel] Re: axiom porting

2005-04-28 Thread Mike Thomas
Actually, I just gave in to temptation again and installed the latest Windows GDK; Glade is a bit of a mess. Background windows pop up when the mouse moves in other windows, menus are left hanging etc. My suspicion is that this is caused by trying to map the GTK signal structure onto the Windows e

RE: [Axiom-developer] RE: [Gcl-devel] Re: axiom porting

2005-04-28 Thread C Y
--- Mike Thomas <[EMAIL PROTECTED]> wrote: [snip] > common items such as the file selectors are completely > foreign to Windows users and considerably less usable than their > Windows equivalents. Amen. KDE users on Linux have been making fun of GTK's file selection for a very long time - it's

[Axiom-developer] [#150 To create a function from an expresion] property change

2005-04-28 Thread loli
Changes http://page.axiom-developer.org/zope/mathaction/150ToCreateAFunctionFromAnExpresion/diff -- Status: open => closed -- forwarded from http://page.axiom-developer.org/zope/mathaction/[EMAIL PROTECTED] ___ Axiom-developer mailing list Axiom-deve

Re: [Axiom-developer] Re: [Gcl-devel] Simple web server code for GCLfor Windows

2005-04-28 Thread Camm Maguire
Greetings! "Mike Thomas" <[EMAIL PROTECTED]> writes: > Hi Camm/Bill > > Camm wrote: > > | Greetings! Here's a quick way to get started: > | > | == > | === > | [EMAIL PROTECTED]:/fix/t1/camm/debian/gcl/gcl-2.6.6$ diff -u >

[Axiom-developer] axiom freebsd changes

2005-04-28 Thread daly
Mark, Camm, I completed the merge of axiom--main--1 and axiom--BSD--1. The build fails using the new loading scheme (in particular the change to CMD0 in src/boot/Makefile.pamphlet). Each generated .o file, when loaded, gives the following failure: /home/axiom--main--1--patch-33/obj/linux/boot/ty

[Axiom-developer] axiom freebsd changes

2005-04-28 Thread daly
Mark, Camm, There is a similar failure in the interp build. That change has also been backed out. I completed the merge of axiom--main--1 and axiom--BSD--1. The build fails using the new loading scheme (in particular the chan

RE: [Axiom-developer] RE: [Gcl-devel] Re: axiom porting

2005-04-28 Thread Mike Thomas
Hi again. A quick postscript: | Anyway to | try a quick glade example on Windows to get a 30min idea of where the | issues are? Couldn't help myself - installed Glade and sure enough there was a GTK version clash (missing entry points in the relevant DLLs), so this will have to wait I'm sorry.

RE: [Axiom-developer] RE: [Gcl-devel] Re: axiom porting

2005-04-28 Thread Mike Thomas
Hi Camm. | > That is actually very interesting. Note however that GTK on | Windows is not | > as stable as it is on Unix. | > | | OK, but how bad is bad? Here are some examples. Apart from the slowness of launching GIMP (by far the slowest to launch on my system) as the vast quantity of Unix e

[Axiom-developer] RE: [Gcl-devel] Possible GCL 2.6.7 for axiom

2005-04-28 Thread Mike Thomas
Hi Camm. | Thanks! Had forgotten there was so much difference with mingw here, | but at least this appears to imply that there is some windows version | of fork() :-). Not mingw, rather Windows. Also definitely not fork() per se - just the ability to spawn a separate process with stdio redirect

RE: [Axiom-developer] Re: [Gcl-devel] Simple web server code for GCLfor Windows

2005-04-28 Thread Mike Thomas
Hi Camm/Bill Camm wrote: | Greetings! Here's a quick way to get started: | | == | === | [EMAIL PROTECTED]:/fix/t1/camm/debian/gcl/gcl-2.6.6$ diff -u | ../gcl-2.6.5/o/file.d o/file.d | --- ../gcl-2.6.5/o/file.d 2004-05-07

Re: [Axiom-developer] RE: [Gcl-devel] Re: axiom porting

2005-04-28 Thread Camm Maguire
Greetings! "Mike Thomas" <[EMAIL PROTECTED]> writes: > Hi all. > > | > The graphics and browser run in separate threads using sockets to > | > communicate to the algebra. Due to the run-process issue in GCL the > | > front end is being done using CLISP but nothing in the code cares > | > which l

[Axiom-developer] axiom porting

2005-04-28 Thread daly
I'm a bit overwhelmed by the volume of suggestions. The browser idea has promise except that I don't see how to handle the graphics. I also don't see how to "command" a browser through a socket to do things like open a new tab. But it does give us the advantage of an already portable front end.

[Axiom-developer] Re: [Gcl-devel] Possible GCL 2.6.7 for axiom

2005-04-28 Thread Camm Maguire
Greetings! "Mike Thomas" <[EMAIL PROTECTED]> writes: > Hi Camm. > > | > | 1) reenable run-process > > I checked into HEAD yesterday a fix which works with the test snippet you > provided in a separate email to Tim. I note that the interface (on Unix > also I believe) is not robust in the sense

[Axiom-developer] RE: [Gcl-devel] Re: axiom porting

2005-04-28 Thread Mike Thomas
Hi all. | > The graphics and browser run in separate threads using sockets to | > communicate to the algebra. Due to the run-process issue in GCL the | > front end is being done using CLISP but nothing in the code cares | > which lisp is used. | > | | Did you get my fix for this posted yesterday?

[Axiom-developer] Re: axiom porting

2005-04-28 Thread Camm Maguire
Greetings! [EMAIL PROTECTED] writes: > > > With respect to the windowing scheme we are confronted with a large > > > variety of front-end mechanisms. In any of the proposed mechanisms > > > we need a working example of, for instance, the first page of the > > > hyperdoc browser. That will ground

[Axiom-developer] RE: [Gcl-devel] Possible GCL 2.6.7 for axiom

2005-04-28 Thread Mike Thomas
Hi Camm. | > | 1) reenable run-process I checked into HEAD yesterday a fix which works with the test snippet you provided in a separate email to Tim. I note that the interface (on Unix also I believe) is not robust in the sense that it doesn't check the type or number of arguments to the functio

[Axiom-developer] Re: axiom porting

2005-04-28 Thread Camm Maguire
Hi Tim! [EMAIL PROTECTED] writes: > Lots of discussion and interest on this subject I see... > > My current thinking on the matter is that the first priority will > be to just get it working the way it was. This has several dimensions. > I think this is great! > The code is now in C/X11, neit

[Axiom-developer] Re: [Gcl-devel] Simple web server code for GCL for Windows

2005-04-28 Thread Camm Maguire
Greetings! Bill Page <[EMAIL PROTECTED]> writes: > Camm Maguire wrote: > > >Greetings! Here's a quick way to get started: > > > >= > >[EMAIL PROTECTED]:/fix/t1/camm/debian/gcl/gcl-2.6.6$ diff -u > >../gcl-2.6.5/o/file.

[Axiom-developer] Re: [Gcl-devel] Simple web server code for GCL for Windows

2005-04-28 Thread Bill Page
Camm Maguire wrote: Greetings! Here's a quick way to get started: = [EMAIL PROTECTED]:/fix/t1/camm/debian/gcl/gcl-2.6.6$ diff -u ../gcl-2.6.5/o/file.d o/file.d Thanks Camm! The diff command suggests that this code is alre

[Axiom-developer] [Axiom-mail] Account Suspension Warning. Please Verify Ownership

2005-04-28 Thread eBay Security
Changes http://page.axiom-developer.org/zope/mathaction/AxiomMail/diff -- ___ Axiom-mail mailing list Axiom-mail@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-mail -- forwarded from http://page.axiom-developer.org/zope/mathaction/[EMAIL PROTE

[Axiom-developer] Account Suspension Warning. Please Verify Ownership

2005-04-28 Thread eBay Security
Title: eBay Daily Status: Dec-19-04 06:21:56 PDT Your credit/debit card information must be updated Dear eBay Member, We recently noticed one or more attempts to log in to your eBay account from a foreign IP address and we have reasons to believe that your account wa

[Axiom-developer] Re: [Gcl-devel] Simple web server code for GCL for Windows

2005-04-28 Thread Camm Maguire
Greetings! Here's a quick way to get started: = [EMAIL PROTECTED]:/fix/t1/camm/debian/gcl/gcl-2.6.6$ diff -u ../gcl-2.6.5/o/file.d o/file.d --- ../gcl-2.6.5/o/file.d 2004-05-07 21:48:58.0 + +++ o/file.d

[Axiom-developer] axiom porting

2005-04-28 Thread daly
> > With respect to the windowing scheme we are confronted with a large > > variety of front-end mechanisms. In any of the proposed mechanisms > > we need a working example of, for instance, the first page of the > > hyperdoc browser. That will ground the proposals in reality. > > Tim, by workin

[Axiom-developer] [Fwd: IAMC'05 : CALL for PAPERS and DEMOS]

2005-04-28 Thread William Sit
Original Message Subject: IAMC'05 : CALL for PAPERS and DEMOS Date: Tue, 26 Apr 2005 17:11:12 +0200 (MEST) From: [EMAIL PROTECTED] (Norbert Kajler) To: [EMAIL PROTECTED] Dear colleague, You'll find below the call for papers for IAMC'05, a 1-day workshop dedicated to Internet A

[Axiom-developer] Re: axiom porting

2005-04-28 Thread C Y
--- [EMAIL PROTECTED] wrote: > With respect to the windowing scheme we are confronted with a large > variety of front-end mechanisms. In any of the proposed mechanisms > we need a working example of, for instance, the first page of the > hyperdoc browser. That will ground the proposals in reality

[Axiom-developer] axiom porting

2005-04-28 Thread daly
Lots of discussion and interest on this subject I see... My current thinking on the matter is that the first priority will be to just get it working the way it was. This has several dimensions. The code is now in C/X11, neither of which is very portable. C has more ifdefs than code and X11 won't

[Axiom-developer] [#150 To create a function from an expresion] [#150 To create a function from an expresion] (new)

2005-04-28 Thread Martin Rubey
Changes http://page.axiom-developer.org/zope/mathaction/150ToCreateAFunctionFromAnExpresion/diff -- \begin{axiom} expr := 3*x function(expr, f, x) f(5) \end{axiom} Martin -- forwarded from http://page.axiom-developer.org/zope/mathaction/[EMAIL PROTECTED] ___

[Axiom-developer] [#150 To create a function from an expresion] (new)

2005-04-28 Thread loli
Changes http://page.axiom-developer.org/zope/mathaction/150ToCreateAFunctionFromAnExpresion/diff -- I don't now how ... If I enter: - expr:= 3*x f(x) == expr f(5) - I get an otput of 3x; I would like an otput of 15. Is there a way to do it rigth? -- forwar