[Axiom-developer] JavaView - Interactive 3D Geometry and Visualization

2005-08-26 Thread Bill Page
http://www.javaview.de JavaView is a 3D geometry viewer and a mathematical visualization software. The web-integration allows display of 3D geometries and interactive geometry experiments in any HTML document on the internet. JavaView also runs as application on local computers from a Unix or Dos

[Axiom-developer] Re: [Gcl-devel] Re: gcl-2.6.7 and FC4

2005-08-26 Thread Camm Maguire
Greetings! Here is what we've been doing since early FC: int main(int argc, char **argv, char **envp) { #ifdef NEED_NONRANDOM_SBRK #if SIZEOF_LONG == 4 if (!syscall(SYS_personality,PER_LINUX32)) #else if (!syscall(SYS_personality,PER_LINUX)) #endif execvp(argv[0],argv);

[Axiom-developer] Re: gcl-2.6.7 and FC4

2005-08-26 Thread Camm Maguire
Greetings! This is the first I've heard -- please keep me posted of your findings. It appears that every single FC release is going to break lisp as new 'enhancement/feature'. Take care, root <[EMAIL PROTECTED]> writes: > GCL-2.6.7 fails to build on FC4. > I'm trying to debug it now but I th

[Axiom-developer] [polymake]

2005-08-26 Thread kratt6
Changes http://page.axiom-developer.org/zope/mathaction/Polymake/diff -- ++added: \begin{axiom} )lib STRCNV READFILE \end{axiom} ++added: Cardinal ==> NonNegativeInteger Scalar ==> Fraction Integer --removed: - facets: % -> Matrix Integer - - vertices: % -> Matrix Integer -

[Axiom-developer] gcl-2.6.7 and FC4

2005-08-26 Thread root
GCL-2.6.7 fails to build on FC4. I'm trying to debug it now but I thought I'd mention it in case anyone already knows why. Tim ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer

[Axiom-developer] [AxiomContributions]

2005-08-26 Thread kratt6
Changes http://page.axiom-developer.org/zope/mathaction/AxiomContributions/diff -- ++added: [string conversions] -- forwarded from http://page.axiom-developer.org/zope/mathaction/[EMAIL PROTECTED] ___ Axiom-developer mailing list Axiom-developer@nong

[Axiom-developer] [reading structures from a file]

2005-08-26 Thread kratt6
Changes http://page.axiom-developer.org/zope/mathaction/ReadingStructuresFromAFile/diff -- ??changed: -This package provides operations that all take a filename and return an axiom structure which is supposed to be in some standard notation in this file. Geared towards polymake. This package pr

[Axiom-developer] [reading structures from a file] (nouveau)

2005-08-26 Thread kratt6
Changes http://page.axiom-developer.org/zope/mathaction/ReadingStructuresFromAFile/diff -- This package provides operations that all take a filename and return an axiom structure which is supposed to be in some standard notation in this file. Geared towards polymake. \begin{axiom} )abbrev packa

[Axiom-developer] [string conversions] (nouveau)

2005-08-26 Thread kratt6
Changes http://page.axiom-developer.org/zope/mathaction/StringConversions/diff -- Here is a package that converts strings to numbers. It is only to be considered as a starting point. There is no error checking, it is probably slow and certainly buggy... \begin{axiom} )abbrev package STRCNV Strin

[Axiom-developer] [AxiomContributions]

2005-08-26 Thread kratt6
Changes http://page.axiom-developer.org/zope/mathaction/AxiomContributions/diff -- ++added: [reading structures from a file] -- forwarded from http://page.axiom-developer.org/zope/mathaction/[EMAIL PROTECTED] ___ Axiom-developer mailing list Axiom-de

RE: [Axiom-developer] steps towards better TeXmacs interface

2005-08-26 Thread Bill Page
On August 26, 2005 4:00 PM Martin Rubey wrote: > > C Y writes: > > I think I know what Andrey is thinking about here. Let's > > say we have the following expression: > > > > 2 > > b + 2 a > > + c >

Re: [Axiom-developer] steps towards better TeXmacs interface

2005-08-26 Thread Martin Rubey
C Y writes: > I think I know what Andrey is thinking about here. Let's say we have > the following expression: > >2 > b + 2 a > + c > d >

Re: [Axiom-developer] steps towards better TeXmacs interface

2005-08-26 Thread root
> 1. What is the correct file to put the definition and initialisation of >$InterfaceStrings ? choose a new file. > 2. Is there some way in which this initialisation could be made dependent > on external conditions? For example, can I pass a command-line argument to > AXIOMsys, and check

Re: [Axiom-developer] steps towards better TeXmacs interface

2005-08-26 Thread C Y
--- Martin Rubey <[EMAIL PROTECTED]> wrote: > Andrey G. Grozin writes: > > > ... if this C code is used, it is absolutely impossible (and never > > will be possible) to copy a (part of) output by the mouse and > > insert in into an input field (because it is not possible to > > reconstruct the m

Re: [Axiom-developer] steps towards better TeXmacs interface

2005-08-26 Thread Andrey G. Grozin
I forgot to ask one more practical question. The prompt prefix and suffix will contain non-printable chars, \0x02 (ctrl-b) and \0x05 (ctrl-e). How can I include them in a boot string? Is literal embedding of these bytes inside a string enough? (in emacs, ctrl-q ctrl-something inserts the litera

Re: [Axiom-developer] steps towards better TeXmacs interface

2005-08-26 Thread Martin Rubey
Dear Andrey, just two comments: regarding the markers and in and output parsing you should short circuit yourself wiht Kai Kaminski, I suppose. Second: Andrey G. Grozin writes: > ... if this C code is used, it is absolutely impossible (and never will be > possible) to copy a (part of) output

[Axiom-developer] steps towards better TeXmacs interface

2005-08-26 Thread Andrey G. Grozin
Hello *, If some program (e.g., TeXmacs) wants to communicate with axiom (via pipes), it must know in a reliable way, where axiom prompts begin and end, when axiom waits for input, where parts of axiom output written in LaTeX begin and end, which parts of output are error messages, information