[emacs-w3m:13355] Re: reload twice with minimal (?) example and 'emacs -q'
Tatsuya Kinoshita <[email protected]>
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <20190416.110627.599834820004484191.tats%[email protected]> |
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