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

Re: M's meaning changed



Oh no, my
(global-set-key "\C-xw" 'browse-url-of-buffer)
is also now browsing externally all of the sudden.

How can I make it browse externally only if given a C-u prefix, and
otherwise always browse internally? This is more complicated than

KY>   (let ((ffap-url-fetcher (if current-prefix-arg
KY>                               #'browse-url-firefox
KY>                             #'w3m-browse-url))