[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
w3m-goto-url: option not to use ange-ftp
- From: NAKAGAWA Takayuki <tknakaga@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 26 Apr 2001 14:29:06 +0900 (JST)
- X-ml-name: emacs-w3m
- X-mail-count: 00656
中川@檻の中です。
ftp proxy がなく、http proxy (squid) で代用しているのですが、
ange-ftp が http proxy を越えられないため難儀しています。
とりあえず w3m-goto-url の w3m-goto-ftp-url を呼んでいる cond clause
をコメントアウトしていますが、キャッシュの関係等でこれで良いのかどうか
疑問です。オプションか何かで設定できるようにならないでしょうか。
ご検討のほど、よろしくお願いします。
あと、w3m-goto-ftp-url は
(defun w3m-goto-ftp-url (url)
(let* ((ftp (w3m-convert-ftp-url-for-emacsen url))
(file (file-name-nondirectory ftp)))
(if (file-directory-p ftp)
(dired-other-window ftp)
(copy-file ftp (w3m-read-file-name nil nil file)))))
あたりの方が良いような。ftp で落とすファイルが指定された拡張子と言う
訳ではないはずですし。
ではでは。
--
中川貴之 (株)日立製作所 エンタープライズサーバ事業部 Nセ2G