Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - iho

#1
Thanks Lutz!
#2
Hi,



I have written a small client for http://www.matrix.org">http://www.matrix.org decentralised persistent communication.



If anyone wants to have a look, it's here: https://github.com/IngoHohmann/newlisp-matrix-client">https://github.com/IngoHohmann/newlisp-matrix-client



This is my first newlisp project, so there may be some strange usage patterns.





Ingo
#3
Is it possible to let 'load load from the current directory, or parent script directory, respectively?



Imagine this layout



/dir/settings/settings.lsp

/dir/main.lsp

/dir/sub.lsp

/dir/settings.lsp



main.lsp:

(load "sub.lsp") ; should be loaded from the same directory as settings

(load "settings.lsp") ; should be loaded from the current directory



So, I call newlisp from both dirs



$ newlisp ../main.lsp

$ newlisp main.lsp
#4
Hi,



is it possible to reset command-event to normal, after having installed a special handler?

I have tried to reset it by setting it back to an fn which just returns a string, but I get a SIGSEGV if I do it.



Kind regards,



Ingo