Le 01/03/2021 à 12:26, Alexander Burger a écrit :

I faintly remember to have seen this too, a long time ago.

Anybody else here with a better memory? I'm not sure at the moment, but is it
perhaps that (wait) does not work? What happens if you call

    : (wait 200)

in non-debug mode? If so, it must depend on the OS.

Yep! This freezes pil64 on archlinux (pil21 works correctly)


Pil21 reads "~/.pil/rc" at startup. You could put the lines

    (history
       (in "~/.pil/history"
          (make (while (line) (link @))) ) )

    (push1 '*Bye '(out "~/.pil/history" (mapc prinl (history))))

into "~/.pil/rc". Instead of "~/.pil/history" you can use any other name (for
example, I keep separate histories per directory).


Thanks! It solves my problem!

Regards.

--
Laurent ARTAUD (laurent.art...@free.fr)

--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to