Search found 4 matches

by iho
Wed May 13, 2015 3:30 pm
Forum: newLISP in the real world
Topic: reset command-event back to normal?
Replies: 2
Views: 3132

Re: reset command-event back to normal?

Thanks Lutz!
by iho
Wed May 13, 2015 3:29 pm
Forum: newLISP in the real world
Topic: matrix.org decentralised persistent communication client
Replies: 2
Views: 3364

matrix.org decentralised persistent communication client

Hi,

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

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

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


Ingo
by iho
Wed May 13, 2015 8:59 am
Forum: newLISP in the real world
Topic: 'load from same directory as parent script
Replies: 0
Views: 3729

'load from same directory as parent script

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") ;...
by iho
Fri May 08, 2015 6:14 pm
Forum: newLISP in the real world
Topic: reset command-event back to normal?
Replies: 2
Views: 3132

reset command-event back to normal?

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