[Axiom-developer] Re: Noweb and \usepackage[T1]{fontenc}

2007-07-04 Thread Norman Ramsey
> Dear Norman, > > The output of << and >> inside code chunks is not typewriter font. Only in the presence of \usepackage[T1]{fontenc}. I'm completely ignorant of this package and so don't even know whether the behavior should be considered a bug. It looks as if maybe a ligature is being intr

[Axiom-developer] Re: noweb vs. leo

2006-05-10 Thread Ralf Hemmecke
Hi Bill, Ralf's ALLPROSE (Aldor Literate Programming Support Environemnt) http://www.hemmecke.de/aldor tool is intended to be "a framework for building Aldor libraries and their documentation". Clearly this framework could be extended for use with the Axiom library with it's 1,300 tightly inter-

Axiom wishlist (was Re: [Axiom-developer] Re: noweb vs. leo)

2006-05-10 Thread Gabriel Dos Reis
root <[EMAIL PROTECTED]> writes: | >We have found that for a moderately large project (say over 10,000 | >lines of code) an outline (or even a set of outlines) is not enough. | >We rely heavily on a LaTeX table of contents (our best analog to a Leo | >outline), but we also rely on diagrams and ove

Re: [Axiom-developer] Re: noweb vs. leo

2006-05-09 Thread Gabriel Dos Reis
Norman Ramsey <[EMAIL PROTECTED]> writes: | I have said for years that if you want better documentation, don't | look to your tools---look to your *process*. The good news is that | almost any kind kind of process will work: you just need multiple eyes | to review the documents, and you need acco

[Axiom-developer] Re: noweb vs. leo

2006-05-09 Thread root
>We have found that for a moderately large project (say over 10,000 >lines of code) an outline (or even a set of outlines) is not enough. >We rely heavily on a LaTeX table of contents (our best analog to a Leo >outline), but we also rely on diagrams and overview chapters. >This is all very expensiv

[Axiom-developer] RE: noweb vs. leo

2006-05-09 Thread Page, Bill
On Tuesday, May 09, 2006 7:35 PM Norman Ramsey wrote: > ... > We have found that for a moderately large project (say over > 10,000 lines of code) an outline (or even a set of outlines) is > not enough. We rely heavily on a LaTeX table of contents (our > best analog to a Leo outline), but we also re

[Axiom-developer] Re: noweb vs. leo

2006-05-09 Thread Norman Ramsey
> On Tuesday, May 09, 2006 4:38 PM Norman Ramsey wrote: > > ... > > I'm afraid you can have 'simple and understandable' or > > you can have 'precise'. You can't have both. The man > > page represents the usual muddled compromise that provides > > neither. > > I don't mean for the followi

Re: [Axiom-developer] Re: noweb

2006-05-09 Thread Ralf Hemmecke
Hi Bill, ... noweb modifications ... The bottom line here is that I agree with Norman that modifying noweb's behavior is not the correct solution and that if anything it should be more exact and strict. Actually, I did not say that I want to modify noweb in any way. To me it was only not clea

Re: [Axiom-developer] Re: noweb

2006-05-09 Thread Norman Ramsey
> Unfortunately, the website http://www.eecs.harvard.edu/~nr/noweb/ is not > very explicit about pointing to a nice documentation that describes the > semantics of all the various situations where << and >> can appear > (non-escaped) in a simple and understandable manner. The definitive answe

RE: [Axiom-developer] Re: noweb

2006-05-05 Thread Page, Bill
On Friday, May 05, 2006 12:02 PM I wrote: > ... > Unfortunately developers still often use editing tools that > do not properly hide the internal representation of the > literate document so that on input the escape syntax can > sometimes seem quite inconvenient. I think the problem > really lies

RE: [Axiom-developer] Re: noweb

2006-05-05 Thread Page, Bill
Ralf, Norman, Tim, et al. > > Ralf Hemmecke wrote: > > > > The only place where I think it would be necessary to > > escape << is if an = sign immediately follows the >> > > AND the << starts at the first column. In all other > > situations the line should be output by noweb literally > > and

Re: [Axiom-developer] Re: noweb

2006-05-05 Thread Norman Ramsey
> Hello, is somebody so familiar with the documentation of noweb, to point > exactly at a place in the documentation that says something about what > noweb SHOULD do if it sees > ><> > > in either documentation or code chunk? > > The only place where I think it would be necessary

Re: [Axiom-developer] Re: noweb

2006-05-05 Thread Ralf Hemmecke
Hello, is somebody so familiar with the documentation of noweb, to point exactly at a place in the documentation that says something about what noweb SHOULD do if it sees <> in either documentation or code chunk? The only place where I think it would be necessary to escape << is if an = s

Re: [Axiom-developer] Re: noweb / Lisp Skills

2006-05-05 Thread Ralf Hemmecke
On 05/05/2006 11:59 AM, Martin Rubey wrote: "Page, Bill" <[EMAIL PROTECTED]> writes: On Thursday, May 04, 2006 10:47 AM Martin Rubey wrote: ... Things to do on the interpreter side needed for the axiom-combinat project: * make it understand Aldor: * dependent types * extend * creatin

Re: [Axiom-developer] Re: noweb / Lisp Skills

2006-05-05 Thread Martin Rubey
"Page, Bill" <[EMAIL PROTECTED]> writes: > On Thursday, May 04, 2006 10:47 AM Martin Rubey wrote: > > ... > > Things to do on the interpreter side needed for the > > axiom-combinat project: > > > > * make it understand Aldor: > > > > * dependent types > > * extend > > * creating domains

Re: [Axiom-developer] Re: noweb

2006-05-04 Thread Ralf Hemmecke
In the file ' src/interp/fnewmeta.lisp.pamphlet' the text: <<' Name '>> is not really a reference to a chunk but noweb thinks it is and the standard (designed in) behavior of noweb when it finds such an "undefined chunk" is simply to omit it. This breaks the Axiom code. Maybe that is a bug,

Re: [Axiom-developer] Re: noweb / Lisp Skills

2006-05-04 Thread Gabriel Dos Reis
Martin Rubey <[EMAIL PROTECTED]> writes: | Gabriel Dos Reis <[EMAIL PROTECTED]> writes: | | > Martin has a very good summary. Many reserachers and potential | > contributors out there are not interested in learning Lisp just to be | > able to use Axiom, which already requires its own language.

Re: [Axiom-developer] Re: noweb

2006-05-04 Thread Gabriel Dos Reis
"Page, Bill" <[EMAIL PROTECTED]> writes: | Gaby, | | On Thursday, May 04, 2006 10:48 AM you wrote: | > ... | > I read the message saw other problems that people mentioned. I | > (mis)interpreted Ralf's statement as saying that it was a bug | > in noweb -- that is now corrected. | > | | There

RE: [Axiom-developer] Re: noweb / Lisp Skills

2006-05-04 Thread Page, Bill
On Thursday, May 04, 2006 10:47 AM Martin Rubey wrote: > ... > Things to do on the interpreter side needed for the > axiom-combinat project: > > * make it understand Aldor: > > * dependent types > * extend > * creating domains on the command line > Is what you are suggesting the same thi

Re: [Axiom-developer] Re: noweb / Lisp Skills

2006-05-04 Thread Martin Rubey
Gabriel Dos Reis <[EMAIL PROTECTED]> writes: > Martin has a very good summary. Many reserachers and potential > contributors out there are not interested in learning Lisp just to be > able to use Axiom, which already requires its own language. That make > the number of people capable to maintain

Re: [Axiom-developer] Re: noweb

2006-05-04 Thread Ralf Hemmecke
On 05/04/2006 10:53 AM, Gabriel Dos Reis wrote: Ralf Hemmecke <[EMAIL PROTECTED]> writes: | Hi Bill, hello Gaby, | | Look at this... | | http://lists.gnu.org/archive/html/axiom-developer/2005-12/msg00262.html Many thanks. Obviously, there have been many talks about this noweb thingy. I ju

RE: [Axiom-developer] Re: noweb

2006-05-04 Thread Page, Bill
Gaby, On Thursday, May 04, 2006 10:48 AM you wrote: > ... > I read the message saw other problems that people mentioned. I > (mis)interpreted Ralf's statement as saying that it was a bug > in noweb -- that is now corrected. > There was a bug in noweb that was corrected in a recent version but

Re: [Axiom-developer] Re: noweb / Lisp Skills

2006-05-04 Thread Gabriel Dos Reis
Martin Rubey <[EMAIL PROTECTED]> writes: [...] | And I'm absolutely certain that I don't want to understand how noweb works. No | matter whether it is coded in Lisp, Aldor or C. Hear! Hear! Hear! Martin has a very good summary. Many reserachers and potential contributors out there are not inte

Re: [Axiom-developer] Re: noweb

2006-05-04 Thread Gabriel Dos Reis
"Page, Bill" <[EMAIL PROTECTED]> writes: | On Thursday, May 04, 2006 4:54 AM Gabriel Dos Reis wrote: | > | > Ralf Hemmecke writes: | > | > | | > | Look at this... | > | | http://lists.gnu.org/archive/html/axiom-developer/2005-12/msg00262.html | > | > Many thanks. | > Obviously, there have bee

Re: [Axiom-developer] Re: noweb / Lisp Skills

2006-05-04 Thread Martin Rubey
C Y <[EMAIL PROTECTED]> writes: > --- root <[EMAIL PROTECTED]> wrote: > > > i'd much rather reduce the number of languages need to understand axiom > > rather than enlarge the number. some are necessary (like lisp, spad, aldor) > > but some are optional (e.g. java in the aldor merge) and more pro

Re: [Axiom-developer] Re: noweb

2006-05-04 Thread C Y
--- root <[EMAIL PROTECTED]> wrote: > i'd much rather reduce the number of languages need to understand > axiom rather than enlarge the number. some are necessary (like > lisp, spad, aldor) but some are optional (e.g. java in the aldor > merge) and more properly should be done using existing tools

RE: [Axiom-developer] Re: noweb

2006-05-04 Thread Page, Bill
On Thursday, May 04, 2006 4:54 AM Gabriel Dos Reis wrote: > > Ralf Hemmecke writes: > > | > | Look at this... > | http://lists.gnu.org/archive/html/axiom-developer/2005-12/msg00262.html > > Many thanks. > Obviously, there have been many talks about this noweb thingy. > I just don't understand

Re: [Axiom-developer] Re: noweb

2006-05-04 Thread Gabriel Dos Reis
Ralf Hemmecke <[EMAIL PROTECTED]> writes: | Hi Bill, hello Gaby, | | Look at this... | | http://lists.gnu.org/archive/html/axiom-developer/2005-12/msg00262.html Many thanks. Obviously, there have been many talks about this noweb thingy. I just don't understand why it lingers for so long. | I

Re: [Axiom-developer] Re: noweb

2006-05-04 Thread Gabriel Dos Reis
root <[EMAIL PROTECTED]> writes: [...] | 2) sed and awk are NOT standard parts of a windows distribution. | again as a matter of policy we need to reduce the requirements | so we can work across a larger number of systems. ideally all | of axiom would run in common lisp and porting becomes a co

Re: [Axiom-developer] Re: noweb

2006-05-04 Thread Ralf Hemmecke
[Norman Ramsey's awk script...] Really, this script is not so hard to understand is it? yes, it is. really. it just reads as line noise to me. for example, the variable 'uses' is not defined anywhere. nor is 'defns'. what exactly is it trying to iterate over and where does the data come from? t

Re: [Axiom-developer] Re: noweb

2006-05-04 Thread Ralf Hemmecke
Hi Bill, hello Gaby, Look at this... http://lists.gnu.org/archive/html/axiom-developer/2005-12/msg00262.html I would even say: Throw away the noweb sources, throw away this awk script and rather go to the Axiom sources and correct a usage of an undefined chunk. Why would one want to have unde

RE: [Axiom-developer] Re: noweb

2006-05-03 Thread Page, Bill
Tim, On Wednesday, May 03, 2006 11:57 PM you wrote: > > 3) ... > > the noweb script will be sitting in a standalone pamphlet in > src/scripts. it will not appear as an integral part of anything > to a future maintainer. > ... Although this script is not so important in the overall toolset fo

RE: [Axiom-developer] Re: noweb

2006-05-03 Thread Page, Bill
Tim, On Wednesday, May 03, 2006 11:57 PM you wrote: > ... > three points: > > 1) perl, python, asp, javascript, etc are all part of any standard > linux distribution ... > > as a policy i favor minimizing the number of languages used. > adding sed (1 language), awk (a second), clever bash shel

Re: [Axiom-developer] Re: noweb

2006-05-03 Thread root
> Get serious! awk is a standard unix tool and is part of every > linux distribution. It has been around for at least as long > the C programming language. We make no attempt to explain C > programming or even lisp programming to anyone, so why should > we need to explain awk? three points: 1) pe

RE: [Axiom-developer] Re: noweb

2006-05-03 Thread Page, Bill
Gaby, On Wednesday, May 03, 2006 11:05 PM you wrote: > ... > | *) if noweb is installed check to see if the filter already > | exists > > I can do this if I'm given sufficient detail of how to detect > the problem and where the filter could possibly reside. > It would make good sense t

RE: [Axiom-developer] Re: noweb

2006-05-03 Thread Page, Bill
Tim, You wrote: > ... > Bill Page wrote: > > Really, this script is not so hard to understand is it? > > yes, it is. really. it just reads as line noise to me. for > example, the variable 'uses' is not defined anywhere. nor > is 'defns'. what exactly is it trying to iterate over and > where does

Re: [Axiom-developer] Re: noweb

2006-05-03 Thread Gabriel Dos Reis
root <[EMAIL PROTECTED]> writes: | Bill, | | > Please forgive my irritation but this issue *has* been discussed | > repeatedly on this list. Most recently see: | | i realize that the current solution is an irritation to you. | i'd suggest that you check out a copy of axiom and integrate | the pa

Re: [Axiom-developer] Re: noweb

2006-05-03 Thread root
Bill, > Please forgive my irritation but this issue *has* been discussed > repeatedly on this list. Most recently see: i realize that the current solution is an irritation to you. i'd suggest that you check out a copy of axiom and integrate the patch. it's not as simple as it seems. fully integra

RE: [Axiom-developer] Re: noweb

2006-05-03 Thread Page, Bill
Gaby, Thanks for your continuing work on the Axiom Silver branch! :) On Wednesday, May 03, 2006 4:36 PM you wrote: > ... > Tim Daly (root) wrote: > | modules.c is one way to fix the noweb bug. i've submitted it > | as a patch to norman ramsey but he rejected it saying that i > | should use sed/a

[Axiom-developer] Re: noweb

2006-05-03 Thread Gabriel Dos Reis
root <[EMAIL PROTECTED]> writes: | the [EMAIL PROTECTED] was created because the | mailing list axiom-developer@nongnu.org failed for a week or so. OK. | once you create a mailing list you cannot delete it. yes, that is why I put "close" in quote. | to my knowledge no one uses [EMAIL PROTECTED

[Axiom-developer] Re: noweb

2006-05-03 Thread root
the [EMAIL PROTECTED] was created because the mailing list axiom-developer@nongnu.org failed for a week or so. once you create a mailing list you cannot delete it. to my knowledge no one uses [EMAIL PROTECTED] and since it's never been mentioned nobody knows about it. now you've ruined it. blown

[Axiom-developer] Re: noweb

2006-05-03 Thread Gabriel Dos Reis
root <[EMAIL PROTECTED]> writes: | there is still a bit of controversy over the noweb inclusion. | some people (notably, but not limited to, FreeBSD) want to | use natively installed noweb rather than build it. There is | supposed to be a version of noweb with the fix installed but | i do not hav

Re: [Axiom-developer] Re: noweb "bug" (was: article "standard" header/footer)

2005-12-19 Thread Camm Maguire
Greetings! Just wondering if there were any ideas or progress on this front. Take care, Camm Maguire <[EMAIL PROTECTED]> writes: > Greetings! > > With current cvs 2.6.8pre, I just took your patch, and changed the > GCLVERSION to gcl-system in both Makefile and Makefile.pamphlet. Then > I poin

Re: [Axiom-developer] Re: noweb "bug" (was: article "standard" header/footer)

2005-12-16 Thread Camm Maguire
Greetings! With current cvs 2.6.8pre, I just took your patch, and changed the GCLVERSION to gcl-system in both Makefile and Makefile.pamphlet. Then I pointed the PATH to ~/gcl-2.6.8pre/bin:$PATH, set the AXIOM env variable as you instructed, and make AWK=awk. I get down to the following: tangli

[Axiom-developer] Re: noweb "bug"

2005-12-16 Thread root
> Hmmm, I don't know whether it is worth spending many hours on the spad > language. You know, I am a bit against spad. Although quite similar, > SPAD is not the same as Aldor. And I would rather like to see SPAD > replaced by Aldor. Eliminate the SPAD language in favour of Aldor. not to worry,

[Axiom-developer] Re: noweb "bug"

2005-12-16 Thread Ralf Hemmecke
i've started in on volume 2, the programmers guide which will require a complete rewrite. i've outlined it and am writing a programming example that will be carried throughout the book (a cohen algebra which i mentioned in a previous posting) Hmmm, I don't know whether it is worth spending many

[Axiom-developer] Re: noweb "bug"

2005-12-16 Thread Ralf Hemmecke
most of the steps would be: (1) PUSH THE CHANGE check out a fresh system build a pre-change copy of the system (call it old) build a second copy of the system (call it new) in new: add the awk script to etc/scripts update CHANGELOG update the etc/scripts/Makefile.pamphl

Re: [Axiom-developer] Re: noweb "bug" (was: article "standard" header/footer)

2005-12-15 Thread root
i took your suggestion and rewrote plttest.c to add the line: long findstring(char *a, char *b); but it had no effect. when you built axiom did you modify the makefiles to use GCLVERSION=gcl-2.6.8pre or did you build the lisp by hand and copy it over? or did you use your debian mod and compil

Re: [Axiom-developer] Re: noweb "bug" (was: article "standard" header/footer)

2005-12-15 Thread Camm Maguire
Greetings! Odd, I see: Loading /Users/camm/axiom/obj/MACOSX/interp/cformat.o start address -T 0xccf500 Finished loading /Users/camm/axiom/obj/MACOSX/interp/cformat.o Loading /Users/camm/axiom/obj/MACOSX/interp/cfuns.o start address -T 0xc41880 Finished loading /Users/camm/axiom/obj/MACOSX/inter

Re: [Axiom-developer] Re: noweb "bug" (was: article "standard" header/footer)

2005-12-15 Thread root
different error message. there is progress. now it is loading the lisp code that was compiled but it fails loading cfuns.o which is C code that gets compiled and linked into the image. the source is in src/lib/cfuns.c.pamphlet. the message is Loading /home/daly/macosx46/obj/MACOSX/interp/cfuns.o E

Re: [Axiom-developer] Re: noweb "bug" (was: article "standard" header/footer)

2005-12-15 Thread Camm Maguire
Greetings! OK, think I got it now, will know for sure in a bit. Might want to try a fresh update of 2.6.8pre at this point. Please keep me posted. Take care, root <[EMAIL PROTECTED]> writes: > still fails at the same spot in the same way. > > > OK, please try again with > > > > export CVSRO

[Axiom-developer] Re: noweb "bug"

2005-12-15 Thread root
> OK. Could you tell me how recent the sources are in book--main--1. > I have unfortunately never worked with tla except for 'tla get' and I am > learning very slowly. re: learning. no problem. you could even document it :-) > > If you don't mind, I'll put bookvol4 into src/doc and change every

[Axiom-developer] Re: noweb "bug"

2005-12-15 Thread Ralf Hemmecke
if you're interested in volume 4 go for it. send email and i'll help you with the details and the writing. the book--main--1 branch is probably better than the axiom--main--1 branch because we can update more frequently and the changes can be broken for a long time. we can also mirror them in src/

[Axiom-developer] Re: noweb "bug" (was: article "standard" header/footer)

2005-12-15 Thread root
> But what matters is that there is just a link on the website telling > about book--main--1. I cannot remember that I have read much about the > different volumes that should be written. So why should I check out > book--main--1 if I am new to Axiom and just want to learn how I could > contrib

[Axiom-developer] Re: noweb "bug" (was: article "standard" header/footer)

2005-12-15 Thread root
> it is just that any bug or fix I find in noweb will be sent to Norman > Ramsey. I will never modify the version that comes with Axiom. > I guess many people would think that way. If Tim has enough time to > maintain that version, fine with me. if you sent your fix to norman and he accepted it

[Axiom-developer] Re: noweb "bug" (was: article "standard" header/footer)

2005-12-15 Thread Ralf Hemmecke
re: advocacy ok. you're advocating a change. No, I am just complaining that you did something wrong 3 years ago. It was Ralf who was advocating a change. I just agreed with him. ;) Hmm, was I advocating? Well, my point of view is to minimise the effort of developing/maintaining axiom. As

Re: [Axiom-developer] Re: noweb "bug" (was: article "standard" header/footer)

2005-12-14 Thread root
still fails at the same spot in the same way. > OK, please try again with > > export CVSROOT=:pserver:[EMAIL PROTECTED]:/sources/gcl > cd gcl-2.6.8pre/o && cvs update plttest.c && make plt.o \ > && cd ../unixport && make saved_gcl > > Or try a fresh checkout if you wish. > > Please kee

Re: [Axiom-developer] Re: noweb "bug" (was: article "standard" header/footer)

2005-12-14 Thread Camm Maguire
OK, please try again with export CVSROOT=:pserver:[EMAIL PROTECTED]:/sources/gcl cd gcl-2.6.8pre/o && cvs update plttest.c && make plt.o \ && cd ../unixport && make saved_gcl Or try a fresh checkout if you wish. Please keep me posted. I'll explain what is going on if you are interested

Re: [Axiom-developer] Re: noweb "bug" (was: article "standard" header/footer)

2005-12-14 Thread Camm Maguire
Greetings! First let me say I'm totally fine with shipping gcl sources with axiom as is. The below is just an attempt to explore the other possibility in more detail. root <[EMAIL PROTECTED]> writes: > you ARE aware that gcl includes things like bfd, binutils, gmp, etc. > axiom isn't the only

[Axiom-developer] Re: noweb "bug" (was: article "standard" header/footer)

2005-12-14 Thread root
Camm, further investingation shows that _feof is defined in /usr/lib/libc.dylib(feof.So) simplly definiing a file foo.lisp containing (defun foo (x y) (+ x y)) and then doing: (compile-file "foo.lisp") (load "foo.lisp") (foo 2 3) works so the breakage is more subtle. i'm continuing to inv

[Axiom-developer] Re: noweb "bug" (was: article "standard" header/footer)

2005-12-14 Thread root
Camm, on the mac: loading /home/daly/macosx46/obj/MACOSX/interp/util.o Error: Undefined symbol "_feof" Fast links are on: do (si::use-fast-links nil) for debugging Error signalled by LOAD. Broken at LOAD. Type :H for Help. >>make[3]: *** [/home/daly/macosx46/obj/MACOSX/bin/interpsys] Error 255

[Axiom-developer] RE: noweb "bug" (was: article "standard" header/footer)

2005-12-14 Thread Page, Bill
Camm, On Wednesday, December 14, 2005 1:13 PM you wrote: >... > Bill Page wrote: > > Or does the Debian build actually rebuild noweb? > > I haven't touched axiom's use of noweb, apart from not shipping > special noweb binaries. You can look at a sample build log here: > > http://buildd.debian

[Axiom-developer] RE: noweb "bug" (was: article "standard" header/footer)

2005-12-14 Thread Page, Bill
Ralf, On Wednesday, December 14, 2005 7:56 AM you wrote: > > By the way, try the following in AXIOMROOT. > > find . -name '*.pamphlet' -exec grep "<<.*>>" {} \; > xxx.1 > grep -v ">>= *$" xxx.1 > xxx.2 > grep -v ">> *$" xxx.2 > xxx.3 > grep -v "@<<"xxx.3 > xxx.4 > wc xxx.4 >86 472 483

[Axiom-developer] Re: noweb "bug" (was: article "standard" header/footer)

2005-12-14 Thread root
oh, and as an aside, even if you build axiom on a "native gcl" you don't need the native gcl afterward. you can erase it and axiom still works (since axiom IS a gcl image). so why force the user to install software that isn't used? t ___ Axiom-deve

[Axiom-developer] Re: noweb "bug" (was: article "standard" header/footer)

2005-12-14 Thread root
(7) and readline isn't installed in gcl axiom has its own readline (clef) which can do "algebra command completion" and knows about axiom. clef is automatically started when axiom starts. readline interferes with clef. so if "native gcl" has readline we can't use it either. t __

[Axiom-developer] Re: noweb "bug" (was: article "standard" header/footer)

2005-12-14 Thread root
you ARE aware that gcl includes things like bfd, binutils, gmp, etc. axiom isn't the only package that includes upstream sources. the only way i know to ensure that your product works as advertised is to make sure that it works when you build it. and that requires certain versions. in a perfect wo

[Axiom-developer] Re: noweb "bug" (was: article "standard" header/footer)

2005-12-14 Thread Ralf Hemmecke
Hi, Yes, we should simply "tell people that axiom needs at least version x.y of noweb" and version 2.6.x of gcl. These are prerequisites. Download and install them first - then install Axiom. If you are using apt-get on Debian or yum on Fedora, etc. then these prerequisites are automatically ins

[Axiom-developer] Re: noweb "bug" (was: article "standard" header/footer)

2005-12-14 Thread Ralf Hemmecke
Hello, root wrote: re: noweb bug i don't agree with Norman. *I* consider it a bug. especially so since Ralf fixed the same "feature" independently. noweb does the wrong thing with certain non-chunks. if the chunk isn't in the hashtable complain and continue. i diagnosed the bug,

[Axiom-developer] Re: noweb "bug" (was: article "standard" header/footer)

2005-12-14 Thread Ralf Hemmecke
By the way, try the following in AXIOMROOT. find . -name '*.pamphlet' -exec grep "<<.*>>" {} \; > xxx.1 grep -v ">>= *$" xxx.1 > xxx.2 grep -v ">> *$" xxx.2 > xxx.3 grep -v "@<<"xxx.3 > xxx.4 wc xxx.4 86 472 4836 xxx.4 Look at these 86 lines. I've only found Label: '<<' Name '>

Re: [Axiom-developer] Re: noweb "bug" (was: article "standard" header/footer)

2005-12-13 Thread C Y
--- root <[EMAIL PROTECTED]> wrote: > sbcl just got itself working on windows. > i'm trying to build it to see if they got mcclim working. > if so, we have a cross-platform gui. Unfortunately, McCLIM currently requires clx to work (there is no Windows backend even in the works yet). > an alte

[Axiom-developer] RE: noweb "bug" (was: article "standard" header/footer)

2005-12-13 Thread Page, Bill
On Tuesday, December 13, 2005 8:17 PM Tim Daly (root) wrote: > > re: noweb bug > >i don't agree with Norman. *I* consider it a bug. >especially so since Ralf fixed the same "feature" independently. >noweb does the wrong thing with certain non-chunks. >if the chunk isn't in the has

Re: [Axiom-developer] Re: noweb "bug" (was: article "standard" header/footer)

2005-12-13 Thread root
sbcl just got itself working on windows. i'm trying to build it to see if they got mcclim working. if so, we have a cross-platform gui. an alternative i'm also investigating is gtk+ and libglade it seems that gaim uses it and works everywhere. if they can, we can. t

Re: [Axiom-developer] Re: noweb "bug" (was: article "standard" header/footer)

2005-12-13 Thread C Y
--- root <[EMAIL PROTECTED]> wrote: > an alternative is to modify GCL to support UFFI (Universal > Foreign Function Interface) and modify Axiom to use it. I > looked at this path and it is a lot of work. When Axiom goes > ANSI it'll have to be done but that's still a long way in the > future and

[Axiom-developer] Re: noweb "bug" (was: article "standard" header/footer)

2005-12-13 Thread root
re: noweb bug i don't agree with Norman. *I* consider it a bug. especially so since Ralf fixed the same "feature" independently. noweb does the wrong thing with certain non-chunks. if the chunk isn't in the hashtable complain and continue. i diagnosed the bug, fixed it, and sent of