[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: reload twice with minimal (?) example and 'emacs -q'
- From: Tatsuya Kinoshita <tats@xxxxxxxxxxxxxx>
 
- Date: Tue, 16 Apr 2019 11:06:27 +0900 (JST)
 
- X-ml-name: emacs-w3m
 
- X-mail-count: 13355
 
- References: <86pnpnbyxy.fsf@zoho.eu>
 
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