[Openmcl-devel] Opening files on automounted file systems
Gary Byers
gb at clozure.com
Mon Mar 29 11:49:27 PDT 2010
What does:
? (ccl::fd-open "/path/to/file/on/automounted/volume" #$O_RDONLY)
return ?
If that returns a negative integer N, then
? (ccl::%strerror N)
will return a string with a somewhat generic description of the error.
If N is non-negative ... well, something fails later and we'll have
to see what that is.
On Mon, 29 Mar 2010, Daniel Weinreb wrote:
> CCL cannot open any files in a certain directory, whose
> unusual characteristic is that it is automounted from
> NFS. Emacs has no trouble opening and reading the file,
> "ls" shows it, and so on, but CCL says it's not there.
> I looked at the CCL documentation but failed to
> find anything about this. Does anyone know?
>
> Thanks.
>
> -- Dan
>
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel
>
>
More information about the Openmcl-devel
mailing list