[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: google looping!
- From: Tatsuya Kinoshita <tats@xxxxxxxxxxxxxx>
- Date: Sat, 09 May 2015 20:46:25 +0900 (JST)
- X-ml-name: emacs-w3m
- X-mail-count: 12446
- References: <b4m7fsjir9t.fsf@xxxxxxx> <87egmq3tmu.fsf@xxxxxxxxxxx>
On May 9, 2015, [emacs-w3m:12445], jidanni (at jidanni.org) wrote:
> OK but also plain
> $ w3m https://www.google.com/search?q=bla+bla
> needs to be fixed. I haven't even tried it in
> emacs-w3m. Lynx doesn't have this problem.
To workaround, use the w3m options `-o meta_refresh=0` or `-o user_agent=Lynx`,
or set the config file.
```~/.w3m/config
meta_refresh 0
user_agent Lynx
```
See also `w3m -o` and the Option Setting Panel (type "o" in w3m).
Thanks,
--
Tatsuya Kinoshita