[emacs-w3m:13829] Re: accept_media=*/*, wildcard/shell problem?
Katsumi Yamaoka <[email protected]> Mon, 16 Aug 2021 09:12:53 +0900
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Organization | Emacsen advocacy group |
| Message-ID | <[email protected]> |
In [emacs-w3m:13828] On Fri, 13 Aug 2021 06:16:06 +0200, Emanuel Berg wrote: > $ wget 'https://www.nifty-networks.net/swirc/releases/swirc-3.3.0.tgz' > (w3m-download "https://www.nifty-networks.net/swirc/releases/swirc-3.3.0.tgz") Currently both do not work in at least Japan: wget: ERROR: The certificate of ‘www.nifty-networks.net’ is not trusted. ERROR: The certificate of ‘www.nifty-networks.net’ doesn't have a known issuer. w3m: [...] Web Page Blocked! > File(/home/incal/swirc-3.3.0.tgz) downloading failed: > zsh:1: no matches found: accept_media=*/* Zsh seems to try to expand the wild cards "*/*" always, so I've changed the shell used in the `w3m-download' to be hard-coded with "sh". Regards,