[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: google looping!



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