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

Re: browse-url-firefox vs. gnus



>>>>> "KY" == Katsumi Yamaoka <yamaoka@xxxxxxx> writes:

KY> This is because browse-url uses 'thing-at-point' to pick a url.
KY> The following replacement will help for the case
KY> `mm-text-html-renderer' is `w3m' or `shr'.

KY> (eval-after-load "browse-url"
KY>   '(progn
KY>      (require 'w3m)
KY>      (defalias
KY>        'browse-url-url-at-point
KY>        'w3m-active-region-or-url-at-point)))

AH! Works now!