Search found 92 matches

by jazper
Fri Apr 19, 2019 11:53 am
Forum: So, what can you actually DO with newLISP?
Topic: newLisp vs node.js
Replies: 5
Views: 9193

Re: newLisp vs node.js

I've been trying out the new Node.js-based editor, Atom.io. There's a lot to like about it, but the central problem is that it's slowish - it struggles with loading new documents, for example. Perhaps we all spend so much time waiting in web browsers anyway, it's not a problem... :) I also tried it...
by jazper
Thu Aug 11, 2016 9:39 am
Forum: newLISP and the O.S.
Topic: Guiserver on Win10
Replies: 10
Views: 12082

Re: Guiserver on Win10

Try running guiserver.jar from java
by jazper
Tue Aug 09, 2016 10:35 am
Forum: newLISP and the O.S.
Topic: Guiserver on Win10
Replies: 10
Views: 12082

Re: Guiserver on Win10

Do you have Java installed? I had no problem with newLISP installer on win 10 (64 bit) a few days ago
by jazper
Sun Jul 10, 2016 8:44 pm
Forum: newLISP Graphics & Sound
Topic: Guiserver again
Replies: 6
Views: 7887

Re: Guiserver again

This problem sorted itself out somehow. I'm on Ubuntu 16.04. I installed newLISP from the download. After not getting the GuiServer to work, I left things for these few months, & had my newLISP fun on windows. Then, I found a post on how to install Oracle Java on Ubuntu 16.04. I followed that, & the...
by jazper
Thu Apr 21, 2016 5:20 am
Forum: newLISP Graphics & Sound
Topic: Guiserver again
Replies: 6
Views: 7887

Re: Guiserver again

I was wrong about one thing: the version. I am on Ubuntu 15.10
by jazper
Wed Apr 20, 2016 3:00 pm
Forum: newLISP Graphics & Sound
Topic: Guiserver again
Replies: 6
Views: 7887

Re: Guiserver again

NEWLISPDIR does not persist. I set it and restart, and it's not there using printenv or printenv NEWLISPDIR There are a confusing number of totally different posts on askbuntu on how to set it on startup, (~/.profile, ~/.local.rc, ~/.pam_environment, and some files in /etc) all of which I have tried...
by jazper
Wed Apr 20, 2016 2:14 pm
Forum: newLISP Graphics & Sound
Topic: Guiserver again
Replies: 6
Views: 7887

Re: Guiserver again

Setting NEWLISPDIR does not help:
NEWLISPDIR=/usr/local/share/newlisp
export NEWLISPDIR
is what I do.

The java problem remains.
by jazper
Tue Apr 19, 2016 7:36 pm
Forum: newLISP Graphics & Sound
Topic: Guiserver again
Replies: 6
Views: 7887

Re: Guiserver again

Thanks for the NEWLISPDIR tip. I will try setting that. However, this java response has dogged me for days: any attempt to call java results in this response in the terminal: The program 'java' can be found in the following packages: * default-jre * gcj-4.9-jre-headless * gcj-5-jre-headless * openjd...
by jazper
Sun Apr 17, 2016 7:09 pm
Forum: newLISP Graphics & Sound
Topic: Scite editor
Replies: 0
Views: 5877

Scite editor

I also installed Scite, replacing lisp.properties with Kazmir's file. Running a one line "Hello World" file named "hello.lsp" returns bash exit code 127 cmd /K "newlisp -c /home/myname/Desktop/hello.lsp" is what is being sent to bash. Can anyone throw any light on why this is happening and newlisp i...
by jazper
Sun Apr 17, 2016 6:54 pm
Forum: newLISP Graphics & Sound
Topic: Guiserver again
Replies: 6
Views: 7887

Guiserver again

Hi all. With a new installation of Ubuntu 15.04, I installed java (not the jre that comes with ubuntu) from Oracle, as shown in the downloads page. The result is that the java executable is found at /usr/bin/java/jre1.8.0_77/bin/java I then created a link, with sudo ln -s /usr/bin/java/jre1.8.0_77/b...
by jazper
Mon Dec 23, 2013 9:17 pm
Forum: newLISP Graphics & Sound
Topic: HTML Tag functions?
Replies: 10
Views: 11647

Re: HTML Tag functions?

I tried the changes suggested by xytotron (replacing \026 with \001), without success. It still runs fine directly from newLISP or in Scite, which calls newLISP switched as follows: newlisp -n -c -s 400000 Since it runs fine from newLISP without setting a stack size, I haven't tried to find or fiddl...
by jazper
Thu Dec 19, 2013 11:20 pm
Forum: newLISP Graphics & Sound
Topic: HTML Tag functions?
Replies: 10
Views: 11647

Re: HTML Tag functions?

After testing, the code works when called from newLISP, so I'm not bothered about IDE problems.
by jazper
Wed Dec 18, 2013 4:57 am
Forum: newLISP Graphics & Sound
Topic: HTML Tag functions?
Replies: 10
Views: 11647

Re: HTML Tag functions?

Interesting. Just gets curiouser and curiouser. On my Win 7 Dell at home, ran sxmlhtml.lsp in Scite: it ran perfectly, and produced test.html without a hitch. But newLISP GS editor produced exactly the error found on my Crunchbang 64 bit box.
by jazper
Tue Dec 17, 2013 8:34 pm
Forum: newLISP Graphics & Sound
Topic: HTML Tag functions?
Replies: 10
Views: 11647

Re: HTML Tag functions?

Much appreciated, thanks xytotron. I very much admire that code. The .lsp file ran straight off in Win 7, but returned ERR: list or string expected : nil called from user defined function page1:pre called from user defined function page1:b called from user defined function page1:p called from user d...
by jazper
Fri Dec 13, 2013 5:14 pm
Forum: newLISP Graphics & Sound
Topic: HTML Tag functions?
Replies: 10
Views: 11647

HTML Tag functions?

Some time ago, one of the frequent contributors posted some code showing how to do HTML tags. I think it was in a context for each tag. Since bookmarking that, my hard disk died, and some bookmarks with it, though I had copies of all the main stuff. Please can someone point me to this post, or the c...
by jazper
Tue Dec 10, 2013 1:12 pm
Forum: newLISP and the O.S.
Topic: crunchbang crypto library and sqlite3
Replies: 6
Views: 6713

Re: crunchbang crypto library and sqlite3

Thanks, Rickyboy. After a closer look, I did find "libcrypt" files in /lib/x86_64-linux-gnu, but I do not have any "libcrypto" files in /lib/x86_64-linux-gnu.
by jazper
Mon Dec 09, 2013 7:58 pm
Forum: newLISP and the O.S.
Topic: crunchbang crypto library and sqlite3
Replies: 6
Views: 6713

Re: crunchbang crypto library and sqlite3

What I can say is that /usr/lib, on my 64 bit Crunchbang system, has no files named "librypt" anything at all. I think my biggest problem was that I was editing the wrong file list, ie. inserting the crypto file names into the file list in sqlite3.lsp, instead of the file list in crypto.lsp. Both li...
by jazper
Mon Dec 09, 2013 7:43 pm
Forum: newLISP and the O.S.
Topic: crunchbang crypto library and sqlite3
Replies: 6
Views: 6713

Re: crunchbang crypto library and sqlite3

Late, late into the small hours, everything came right. I can't recall what I did, unfortunately, because on checking what steps I'd written down, it's obvious I left stuff out. But thanks very much for all the pointers. They ring bells, so they are pretty much what I must have discovered along the ...
by jazper
Sun Dec 01, 2013 1:14 pm
Forum: newLISP and the O.S.
Topic: crunchbang crypto library and sqlite3
Replies: 6
Views: 6713

crunchbang crypto library and sqlite3

While trying to use sqlite3 in an app that needs the crypto library, I get a warning "can't find crypto library". On Crunchbang linux, there are a few "crypt" files in /usr/lib/x86_64-linux-gnu directory: libcrypt.so, libcrypt.so.1.0.0, libcrypt.a the first is a symlink, as follows: lrwxrwxrwx 1 roo...
by jazper
Thu Jun 13, 2013 8:27 pm
Forum: newLISP and the O.S.
Topic: Windows install
Replies: 35
Views: 25421

Re: Windows install

Aha! I had tried both Program Files and Program Files (x86), but of course, they BOTH have spaces in them. Will try this just out of curiosity when I get a chance - buried in work for the last week, but will report back.

Sigh. It's quite often the *simple* things I fail to think of first ...
by jazper
Sun Jun 09, 2013 6:53 pm
Forum: newLISP and the O.S.
Topic: Windows install
Replies: 35
Views: 25421

Re: Windows install

Having got Winger's Scite config going on my Win 7 machine at home, (so, confident that I can still use newLISP in case of more Java problems) I allowed Windows to update my system. That did not affect how newLISP GS worked. Then, I updated Java from java 6 update 31 to the latest, 7 update 21. That...
by jazper
Thu Jun 06, 2013 5:44 am
Forum: newLISP and the O.S.
Topic: Windows install
Replies: 35
Views: 25421

Re: Windows install

@rickyboy, sorry, I have confused things somewhat. Ignore my last post: it appeared that last night's had not gone through, and then all of a sudden it appeared, along with your reply to last night's. Thanks
by jazper
Thu Jun 06, 2013 5:42 am
Forum: newLISP and the O.S.
Topic: Windows install
Replies: 35
Views: 25421

Re: Windows install

@rickyboy, regret to say, I still haven'rt Emacs going with newLISP on Win 7. I followed your instructions to the letter, even allowing for the renamed newlisp[-mode].el (which I tried with both names). Perhaps it's because my .emacs.d file is on C:\Users\me, but Emacs is in fact installed on C:\. I...
by jazper
Wed Jun 05, 2013 4:39 pm
Forum: newLISP and the O.S.
Topic: Windows install
Replies: 35
Views: 25421

Re: Windows install

@rickyboy, sorry to say, I still have not got Emacs working with newLISP. Perhaps it's to do with my Emacs being in C:\emacs - how will it be initialised by files in C:\Users\me\.emacs.d? Maybe I should move emacs into C:\User\me\emacs? Then put the .emacs.d file into that, and move likewise the \ne...
by jazper
Tue Jun 04, 2013 7:36 pm
Forum: newLISP and the O.S.
Topic: Windows install
Replies: 35
Views: 25421

Re: Windows install

@rickyboy, thanks for the advice: I couldn't run into any problems, because this site was under migration to a new server, and I had not copied your emacs instructions yet. Before trying them, I had a go at installing Winger's Scite config, and that worked out okay. So, my immediate problems at work...