tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tramp 2.1.9


From: Michael Albinus
Subject: Re: Tramp 2.1.9
Date: Thu, 12 Apr 2007 16:30:36 +0200
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux)

Pete Forman <address@hidden> 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]