Search found 4 matches

by ptdecker
Mon May 02, 2005 3:24 pm
Forum: newLISP and the O.S.
Topic: newlisp-tk on windows
Replies: 4
Views: 6337

Thank you, Lutz! Don't we all just love Windows! BTW--Everything works fine as far as I can tell under OS X on my Mac.
by ptdecker
Fri Apr 29, 2005 10:07 pm
Forum: Anything else we might add?
Topic: Quotes output by format (neeb questions)
Replies: 3
Views: 4239

Yes, your suggestion works fine. Thank you.

Also, the "Differences" FAQ is most helpful. Somehow, missed the link to it the first time I went through the general FAQ.

P. Todd
by ptdecker
Fri Apr 29, 2005 9:00 pm
Forum: Anything else we might add?
Topic: Quotes output by format (neeb questions)
Replies: 3
Views: 4239

Quotes output by format (neeb questions)

I'm working through Peter Seibel's Practical Common Lisp book using NewLisp as my environment (at least at work where I'm stuck with windows). Anyway, early on he provides an example to print the proverbial Hello World (from his book): > (format t "hello, world") hello, world nil I quickly figured o...
by ptdecker
Fri Apr 29, 2005 8:28 pm
Forum: newLISP and the O.S.
Topic: newlisp-tk on windows
Replies: 4
Views: 6337

I was able to correct this problem by editting the newlisp-tk.config file and replacing the incorrect for Windows "/" directory delimiters with "\"; however, newLisp seems to interprute "\" as an escape code as in C, so I actually had to use "\\", e.g. "C:\\Program Files\\newlisp". This works like a...