Pete Forman <[EMAIL PROTECTED]> writes:

> Shouldn't the third change keep the high bits, resulting in something
> like this?
>
>   ;; Convert inode.
>   (unless (listp (nth 10 attr))
>     (setcar (nthcdr 10 attr)
>             (list (floor (nth 10 attr) 65536)
>                   (floor (mod (nth 10 attr) 65536)))))

You're right, I should have read the `file-attributes' docstring
first. Coding inode as a list of two integers is requested only in
case the "inode number is larger than the Emacs integer"*), but I
guess it doesn't hurt to return it always this way.

So I'll commit it to CVS in your version.

*): GNU Emacs doc. I suspect it is similar in XEmacs, I haven't one
    here @work.

Thanks, and best regards, Michael.



_______________________________________________
Tramp-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to