[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to go to URL?
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Fri, 17 Jul 2015 08:19:21 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 12488
- References: <87wpy0f61g.fsf@xxxxxxxxx>
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/ .