Search found 430 matches

by nigelbrown
Sun Jan 29, 2006 3:05 am
Forum: newLISP newS
Topic: RFC open on newLISP documentation
Replies: 280
Views: 147689

Fair comment. Having P is more standard.

Nigel
by nigelbrown
Sun Jan 29, 2006 1:01 am
Forum: newLISP in the real world
Topic: Determining the integeral value of a data.
Replies: 5
Views: 3902

Try unpack (see manual)

Note at site says "little endian"
but just says "4 unsigned integers" so I don't know what they think the bytes per integer is. 4 bytes per integer would be 32 bit. 4 bytes for 4 integers would be 8 bit.

Nigel
by nigelbrown
Sat Jan 28, 2006 10:17 pm
Forum: newLISP newS
Topic: RFC open on newLISP documentation
Replies: 280
Views: 147689

Hi Lutz, The reasion I suggested _questionmark_ is that listp is a likely name for a user to choose for ther own defined predicate function (especilly if they have an oldLisp background) - I was looking for a substitution that was unlikely to result in a naming clash. For a shorter form how about li...
by nigelbrown
Sat Jan 28, 2006 2:09 pm
Forum: newLISP newS
Topic: RFC open on newLISP documentation
Replies: 280
Views: 147689

Hi Lutz, I'm looking into the help linking and noted: 1. doc location setting Using newlisp 8.7.9 compiled on Suse 10 86_64 I tried the "text is highlighted with the mouse, than right-mous-button/menu/help" and found the context-sensitive help tried to link to /usr/share/newlisp/newlisp_manual.html ...
by nigelbrown
Fri Jan 27, 2006 11:57 pm
Forum: newLISP newS
Topic: RFC open on newLISP documentation
Replies: 280
Views: 147689

Thanks Lutz for the edited version. Regarding list? etc the '?' will keep the manual nonstandard html/xml accepted only by the grace/whim of the browsing application. While it could be massaged on the way to latex I feel finding a correct representation in the html is a solution for the longer term ...
by nigelbrown
Fri Jan 27, 2006 1:44 pm
Forum: newLISP newS
Topic: RFC open on newLISP documentation
Replies: 280
Views: 147689

Posted Manual with edits as per diff above: http://users.cyberone.com.au/nbrown/newlisp/corrected/newlisp_manual.html xml (xhtml) version created by 'tidy -n -ascii -asxhtml': http://users.cyberone.com.au/nbrown/newlisp/corrected/newlisp_manual.xml The diff as in prev post: http://users.cyberone.com...
by nigelbrown
Fri Jan 27, 2006 4:59 am
Forum: newLISP newS
Topic: RFC open on newLISP documentation
Replies: 280
Views: 147689

Hi Lutz, Here is a diff, corrected version first (quite are few are replacing <p>...<p> with <p>...</p>, closing '<a' with a '>', adding a missed = after href - it includes the </li> stuff you've already addressed: *** newlisp_manual.html Fri Jan 27 13:50:17 2006 --- c:\Program Files\newlisp\newlisp...
by nigelbrown
Fri Jan 27, 2006 2:50 am
Forum: newLISP newS
Topic: development version newLISP 8.7.
Replies: 34
Views: 26012

I'm posting some comments on newlisp_manual html tags on doc thread http://www.alh.net/newlisp/phpbb/viewto ... =5633#5633 .
They may help conversion to latex.

Nigel
by nigelbrown
Fri Jan 27, 2006 2:02 am
Forum: newLISP newS
Topic: RFC open on newLISP documentation
Replies: 280
Views: 147689

A warning from tidy (that occurs a few times): line 63 column 1 - Warning: missing <li> relates to starting an unordered list within and ordered (to get the bullets under a heading) but not making the unordered list an item. You have: <h3>Users Manual</h3> <ol> <li><a href="#introduction">Introducti...
by nigelbrown
Fri Jan 27, 2006 1:14 am
Forum: newLISP newS
Topic: RFC open on newLISP documentation
Replies: 280
Views: 147689

Hi Lutz, In looking at a html2latex.lsp converter I've run newlisp_manual.html through tidy ( http://tidy.sourceforge.net/ ) which can convert to xml (xhtml) which I'm planning to analyse with newlisp xml functions. Tidy reports this apparent mark up error line 11958 column 21 - Error: <t> is not re...
by nigelbrown
Thu Jan 26, 2006 7:09 pm
Forum: newLISP newS
Topic: development version newLISP 8.7.
Replies: 34
Views: 26012

I'm glad you like it Peter, Thanks for the help Eddie. By the way, the cyberone servers (the ISP I use) seems to have gone down tonight for anyone trying to get the pdfs - I don't know if they are just changing their IP address and it is taking time for the DNS to propogate as I'm getting 'failure t...
by nigelbrown
Thu Jan 26, 2006 2:44 am
Forum: newLISP newS
Topic: development version newLISP 8.7.
Replies: 34
Views: 26012

Hi Eddie, I found it worked putting it here: \renewcommand\labelitemiv{{\textbullet}} } \usepackage{newcent} % Pages styles (master pages) \makeatletter The font is much clearer. Thanks! see http://users.cyberone.com.au/nbrown/newlisp/newlisp_manual-newcent.pdf Putting it between title and begin los...
by nigelbrown
Thu Jan 26, 2006 12:30 am
Forum: newLISP newS
Topic: development version newLISP 8.7.
Replies: 34
Views: 26012

Posted: http://users.cyberone.com.au/nbrown/newlisp/newlisp_manual.tex which is made by doing: C:\writer2latex04>w2l.bat newlisp_manual.sxw This is Writer2LaTeX, Version 0.4 (2005-07-01) Starting conversion... Done! C:\writer2latex04> Then loading as file into TexNicCenter and doing search&replace o...
by nigelbrown
Wed Jan 25, 2006 3:28 pm
Forum: newLISP newS
Topic: development version newLISP 8.7.
Replies: 34
Views: 26012

Hi Eddie, I tried putting in \usepackage{newcent} in but it didn't change much - there possibly is something that needs to come out to let the package work. I tried taking out amsfonts but that didn't help. Anyone know the trick? The pdf was a first try so perhaps changing use of styles, and by that...
by nigelbrown
Wed Jan 25, 2006 6:16 am
Forum: newLISP newS
Topic: development version newLISP 8.7.
Replies: 34
Views: 26012

Hi all, I've had some success generating a pdf with a hyperlinked Table of Contents using this tool chain: 1) import html manual into openoffice (2.0), save working file in openoffice format 2) generate a table of contents with included hyperlinks using openoffice functionality with hyperlink refere...
by nigelbrown
Thu Jan 19, 2006 10:38 pm
Forum: newLISP newS
Topic: development version newLISP 8.7.
Replies: 34
Views: 26012

Hi Eddie,
I'm pleased you have the skills for latex, while I raised it as an option I don't have the experience you have.
I look forward to seeing the text, a well set manual can be a thing of beauty in itself.

Nigel
by nigelbrown
Wed Jan 18, 2006 2:18 pm
Forum: newLISP newS
Topic: development version newLISP 8.7.
Replies: 34
Views: 26012

Potentially you could have a single source that could generate multiple formats. the advantage over html to pdf would be more control over the pdf with the option of generating a paper format if desired. I'll look into whether there would be any loss in html quality ie if framed html can come from l...
by nigelbrown
Wed Jan 18, 2006 12:01 pm
Forum: newLISP newS
Topic: development version newLISP 8.7.
Replies: 34
Views: 26012

Lutz,
Would you consider a Latex manual that could generate pdf and html?

Nigel
by nigelbrown
Mon Jan 09, 2006 3:18 am
Forum: newLISP newS
Topic: development version newLISP 8.7.
Replies: 34
Views: 26012

I'll look around for a way to do linked contents automatically.

Nigel
by nigelbrown
Mon Jan 09, 2006 12:54 am
Forum: newLISP newS
Topic: development version newLISP 8.7.
Replies: 34
Views: 26012

Hi Lutz,
I like the manual in pdf. Perhaps the pdf Contents could have active links into the manual body? Once in the body the cross-links work well.

Nigel
by nigelbrown
Tue Jan 03, 2006 11:17 pm
Forum: newLISP newS
Topic: development version newLISP 8.7.6
Replies: 11
Views: 6797

makeing symbol-names like ':something' unavailable, which may be a good thing Lutz On the other hand it probably stops one doing a macro that could accept the standard keyword style - I've not thought this through but I gather that (my-keyword-driven-fn :x 2 :y 3 :b 2 :a 4) can't be done now? Nigel
by nigelbrown
Mon Dec 26, 2005 11:57 pm
Forum: newLISP newS
Topic: newLisp competition - FINAL CALL -
Replies: 17
Views: 14060

As I'm at UT+10 here in Australia any of those would get me well into 'tomorrow'.

Nigel
by nigelbrown
Mon Dec 26, 2005 11:10 pm
Forum: newLISP newS
Topic: newLisp competition - FINAL CALL -
Replies: 17
Views: 14060

...(USA time)?
Eastern (UT-5) West Coast (UT-8)? Hawaii (UT-10)? Samoa (UT-11 I believe)?
See http://nist.time.gov/

Nigel
by nigelbrown
Fri Dec 23, 2005 9:17 am
Forum: newLISP and the O.S.
Topic: newlisp on AMD64
Replies: 26
Views: 17734

Lutz wrote:Until 64 bit gets main stream ...
Lutz
I've recently bought 2 middle range computers and a barebox and even the barebox one was 64bit - they're very quickly going to become all you can get.

Nigel
by nigelbrown
Sat Dec 10, 2005 7:17 am
Forum: newLISP in the real world
Topic: capture stderr from (process ...
Replies: 6
Views: 4406

Fantastic! Thank you Lutz, it will make my parsing of stdout much easier with stderr going elsewhere.

Regards
Nigel