Ok, that did the trick. Turns out the variables were set, but not exported.

Thanks,
Wojtek

wt., 30 lip 2019 o 13:26 Alexander Burger <a...@software-lab.de> napisał(a):

> On Tue, Jul 30, 2019 at 01:07:43PM +0200, Wojciech Gac wrote:
> > Right. So my Bash has the two variables set and exported, but they do not
> > propagate over to Picolisp, i.e. when I evaluate (sys "LINES"), i get
> NIL.
> > Any way to force pil to grab those variables?
>
> I have in my ~/.bashrc
>
>    export COLUMNS LINES
>
> and get
>
>    $ ./pil +
>    : (sys "COLUMNS")
>    -> "48"
>    : (sys "LINES")
>    -> "48"
>
> Is it different in your case?
>
> ☺/ A!ex
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>

Reply via email to