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

Re: How to go to URL?



In [emacs-w3m : No.12487]
	On Thu, 16 Jul 2015 16:58:35 +0100, Rodolfo Medina wrote:
> When I type `U' and then a web site address, e.g.

>  www.debian.org

> , instead of going there emacs-w3m goes to Google searching for
> `www.debian.org'.  How to go straight to the right address, in this case
> straight to www.debian.org?

Try this in your ~/.emacs-w3m.el (or ~/.emacs-w3m) file:

(setq w3m-enable-google-feeling-lucky nil)

By default emacs-w3m assumes an input string to be a search word
if it doesn't take a full url form, i.e., http://www.debian.org/ .