On Tue, 12 Nov 2019 10:52:58 +0800, 積丹尼さん wrote:
> Great! I'll trust you.

Thanks.  Finally I've installed only this change in emacs-w3m git.
diff --git a/w3m.el b/w3m.el
index e25ef940..4653589f 100644
--- a/w3m.el
+++ b/w3m.el
@@ -5829,7 +5829,7 @@ NO-CACHE is ignored (always download)."
       (w3m-goto-ftp-url url filename)
     (let ((args (concat (mapconcat
 			 #'(lambda (x) (replace-regexp-in-string
-					"\\([\t ]\\)" "\\\\\\1" x))
+					"\\([\t ;]\\)" "\\\\\\1" x))
 			 `(,w3m-command
 			   ,@w3m-command-arguments
 			   ,@(w3m-w3m-expand-arguments

Reply via email to