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

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

Re: Windows & bug in ange-ftp


From: Eric Marsden
Subject: Re: Windows & bug in ange-ftp
Date: 06 Nov 2000 16:52:42 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.6

>>>>> "sz" == Stephan Zimmermann <Stephan.Zimmermann@assd.de> writes:

  sz> ange-ftp-normal-login
  sz> Opening FTP connection to 192.168.0.61...
  sz> FTP Error: OPEN request failed: Verbindung mit 

Hi Stephan,

The messages from the FTP server auf Deutsch are fooling ange-ftp into
thinking something is wrong. Perhaps you can tell the ftpd to speak
English?

Alternatively, try adding regular expressions matching the offending
lines to the variable `ange-ftp-skip-msgs', something like

 (setq ange-ftp-skip-msgs
       (concat "^Verbindung\\|" ange-ftp-skip-msgs))

-- 
Eric Marsden                          <URL:http://www.laas.fr/~emarsden/>



reply via email to

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