Alexander Burger <a...@software-lab.de> writes: Hi Alex,
> Perhaps the output mode (console cooked vs. raw) is not right? Does it > behave correctly if you start it - without emacs - just from the shell > > $ pil + > > in the default way? picolisp does work from the shell - but not 'doc: ,----------------------------------------- | tj1@tj-desktop:~$ pil + | + open: No such file or directory | ? | : (+ 2 3) | -> 5 | : (pp 'insert) | (de insert (N Lst X) | (conc (cut (dec N) 'Lst) (cons X) Lst) ) | -> insert | : (doc 'insert) | !? (doc 'insert) | doc -- Undefined | ? | : `----------------------------------------- Cheers, -- Thorsten -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe