emacs-pretest-bug
[Top][All Lists]
Advanced

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

ange-ftp


From: Stefan Monnier
Subject: ange-ftp
Date: Sun, 23 Feb 2003 15:07:21 -0500

While trying to track down Andrew Koenig's problem with
ange-ftp I came across the following:

In ange-ftp-file-directory-p, if the entry is a symlink, we follow
the symlink and try again (by calling file-directory-p on the destination
of the symlink).  In the RC branch this call to file-directory-p
gets us back to ange-ftp-file-directory-p (since the file-name-handler
applies to the destination of the symlink as well), but on the trunk
it doesn't.

I suspect it has something to do with Tramp which probably ends up
temporarily disabling the file-name-handler, one way or another.

Could you take a look ?


        Stefan





reply via email to

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