Alex–
Yes, accessing the files from the shell works just fine. I tried reinstalling. 
Same behavior. I'm running under qemu, aarch64. I can't imagine that that 
matters, but I'm out of ideas, so ….
Shaughan

On Tue, Jun 16, 2020 at 11:02 AM, Alexander Burger <a...@software-lab.de> wrote:

> Hi Shaughan,
>
>> I have a permissions problem: When I run pil @lib/form.l+ I get:
>> [/usr/lib/picoLisp/lib/form.l:2657] … @doc/form/refD.html" -- Open error:
>> Permission denied ..
>> Everything works fine without the +
>
> OK. This is because only in debug mode the tail if lib/form.l is loaded:
>
> ### Debug ###
> `*Dbg
>
> (allow "!console")
> (de console @ # JS: lisp(null, "console", "Message");
> (msg (cons 'console (rest)))
> (respond) )
>
> (noLint 'gui)
> (noLint 'choDlg 'gui)
> (noLint 'jsForm 'action)
>
> (docs "@doc/form/")
>
> Without *Dbg this is part is ignored.
>
>> or if I run as root.
>
> So the docs are indeed not accessible.
>
>> ArchLinux, built from source, running from /usr/bin. @doc/form/ref has the 
>> same
>> owner:group as everything else in that directory (<me>:<me>), but it shipped
>> with permissions 600, while everything else in the directory was 644.
>
> Yes, should be fine, user read and write.
>
> Can you read the files in doc/ from the shell?
>
> ☺/ A!ex
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to