[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Don't Want to Feel Lucky
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Thu, 31 Aug 2006 16:23:07 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 08824
- References: <87r6z03nvc.fsf@robotron.kosmorama>
>>>>> In [emacs-w3m : No.08816] David Hansen wrote:
> how do i disable this "google feeling lucky" feature?
There seems to be no option to do that. Do you think it is
necessary? Here's a makeshift:
(defadvice w3m-input-url (before disable-feeling-lucky activate)
"Disable the `google feeling lucky' feature."
(ad-set-arg 4 nil))