On Mon, 11 Nov 2019 18:19:42 +0800, 積丹尼さん wrote: > Package: w3m-el-snapshot > Version: 1.4.632+0.20190920.1116.c9cdb7e-1 > X-Debbugs-Cc: yama...@jpl.org
> 1. Go to https://ftp.gnu.org/gnu/tramp/?C=M;O=D > 2. hit "d" on tramp-2.4.2.tar.gz . > /bin/bash: -dump_extra: command not found This seems to be the case where the value for the `w3m-command' variable is "", though I cannnot imagine why it goes so. It should be set automatically if the w3m executable is found in `exec-path'. What is the value for it? Otherwise, what does evaluating the form (w3m-which-command "w3m") return? If it is not the right one, you can add the directory name where the w3m executable exists to `exec-path', for example: (add-to-list 'exec-path "/home/jidanni/bin") Of course you may instead set `w3m-command' directly as follows: (setq w3m-command "/home/jidanni/bin/w3m") How about it?