Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
FAQ and yodl
- X-seq: zsh-workers 8450
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: FAQ and yodl
- Date: Wed, 27 Oct 1999 14:40:15 -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
tanaka19991027/Etc% make
cd . && yodl2txt FAQ.yo && mv -f FAQ.txt FAQ
Yodl2txt 1.31.16
Yodl is processing a(n) report
FAQ.yo: 522: USECOUNTER
FAQ.yo: 522: no counter XXenumcounter defined
FAQ.yo: 522: last parsed symbol: `CHAR'
yodl indicates failure!
make: *** [FAQ] Error 1
If I put SETCOUNTER(XXenumcounter)(0) on line 503 above
enumerate():
tanaka19991027/Etc% make
cd . && yodl2txt FAQ.yo && mv -f FAQ.txt FAQ
Yodl2txt 1.31.16
Yodl is processing a(n) report
FAQ.yo: 502: SETCOUNTER
FAQ.yo: 502: no counter XXenumcounter defined
FAQ.yo: 502: last parsed symbol: `('
yodl indicates failure!
make: *** [FAQ] Error 1
Obviously I don't know what I'm doing, but what's wrong here?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author