By the way, I wanted to clear a misunderstanding I seem to be having,
regarding code evaluation in Vip. The wiki article says, that if I move to
the command buffer and enter a Picolisp expression on a line of its own,
then I can execute it by pressing Enter. So what I did was, I entered the
following command:

(out "/tmp/vip-test" (prinl "test"))

And pressed Enter with the cursor on that expression. Based on the article,
I would expect the code to be run and the /tmp/vip-test file to appear, but
it didn't. Am I missing something?

While I'm on the topic, is there a way to evaluate arbitrary Picolisp code
from *any* Vip buffer, i.e. sending region to the Picolisp REPL?

Cheers,
Wojtek

śr., 31 lip 2019 o 11:56 Alexander Burger <a...@software-lab.de> napisał(a):

> On Tue, Jul 30, 2019 at 10:41:40AM +0200, Alexander Burger wrote:
> > I tested on Termux, Tmux, XTerm and Linux Console. If anybody is
> interested, it
> > is in the rolling picoLisp.tgz release :)
>
> Released an updated version now (19 7 31).
>
> Fixed some bugs - not directly related to the changes from curses to escape
> sequences, but to the different screen updates and the ^Z (SIGTSTP and
> SIGCONT)
> handling.
>
> Just in case anybody actually uses it.
>
> ☺/ A!ex
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>

Reply via email to