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

Re: ftp oddities



>>>>> In [emacs-w3m : No.07978] 
>>>>>	"Elias Oltmanns" <oltmanns@uni-bonn.de> wrote:

> When I executed this code (w3m-use-ange-ftp nil, no ange-ftp
> customisation), the root directory of the server was displayed
> correctly and I heard the beep as described before. Once I wanted to
> enter one of the subdirectories, the debug buffer popped up and showed
> the following:
> ----*Backtrace*----
> Debugger entered--Lisp error: (ftp-error "FTP Error: DIR failed: 425 Can't...
[...]
>   apply(ange-ftp-file-exists-p "/anonymous@ftp.gwdg.de:/spinner.gif")
>   ange-ftp-hook-function(file-exists-p "/anonymous@ftp.gwdg.de:/spinner.gif")
>   file-exists-p("/anonymous@ftp.gwdg.de:/spinner.gif")
>   w3m-initialize-graphic-icons()
>   w3m-buffer-setup()
>   w3m-goto-url("ftp://ftp.gwdg.de/pub/"; nil nil nil "ftp://ftp.gwdg.de/";...
[...]
>   w3m-view-this-url(nil nil)
>   call-interactively(w3m-view-this-url)
> ----*Backtrace*----
[...]
> Apparently, that's precisely the case.

Thanks for your investigation.  It seems to be the case where
the value of the w3m-icon-directory variable is nil.  How is it?
It should be set properly by default in many cases but sometimes
might fail.  The value should be the directory in which icon
files for emacs-w3m, e.g., antenna-up.xpm, spinner.gif, etc. have
been installed.