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

Re: Don't Want to Feel Lucky



>>>>> 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))