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

Re: reload twice with minimal (?) example and 'emacs -q'



On April 15, 2019, [emacs-w3m:13348], moasenwood (at zoho.eu) wrote:
> Here is how to reproduce the error with
> 'emacs -q':
> 
>     (require 'w3m)
>     (require 'w3m-search)
>     (w3m-search-do-search 'w3m-goto-url w3m-search-default-engine "hello Emacs-w3m!")

It seems the page is redirected to &gbv=1&sei=... with META refresh.

Evaluate
    (setq w3m-use-refresh nil)
or
    (setq w3m-refresh-minimum-interval 0)
to prevent annoying.

Should we add "&gbv=1" to www.google.com/search to prevent this
META refresh?

Thanks,
-- 
Tatsuya Kinoshita