"Piet van Oostrum" <[EMAIL PROTECTED]> writes: >>>>>> Stefan Monnier <[EMAIL PROTECTED]> (SM) wrote: > > >>SM> I've finally had time to take a look at it on my Mac OS X system and I can >>SM> indeed reproduce it. The patch below seems to fix it, but it's maybe a >>bit >>SM> naive, I don't know. >>SM> Does someone see something wrong with such a patch? > > It does solve the problem, but I have some doubts: What happens when > it was a real error. Maybe at least some IPV6 check should be in, e.g. > by including a colon in the r.e.
This case the patch doesn't work, indeed. First of all, I had to adapt the regexp of Stefan a little bit. My ftp client responds this: magdalene:~> ftp 192.168.0.9 ftp: connect: No route to host When I apply the (modified) patch from Stefan, ange-ftp is locked in `ange-ftp-wait-not-busy', as suspected. > Even better would be to check that it is followed by 'Trying', but the > current implementation of ange-ftp doesn't allow for multi-line > regexps AFAIK. One could play with `ange-ftp-multi-msgs'. Unfortunately, I cannot test this due to my ftp client restrictions ... Best regards, Michael. _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
