emacs-devel
[Top][All Lists]
Advanced

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

Re: browse-url and "non-webish" URLs


From: Johan Bockgård
Subject: Re: browse-url and "non-webish" URLs
Date: Thu, 23 Aug 2007 23:18:46 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>> and that it only works for urls that match url-handler-regexp.
>
> Similar limitations apply to every other browse-url function.

`url' knows about more protocols than does `url-handler-regexp' (there
are handlers for irc, mailto, news, ...). browse-url-emacs could pass
them on (if it doesn't it should at least signal an error).


Btw, browse-url-w3 runs inside Emacs and it obeys the `new-window'
argument

    [...]
    (if (browse-url-maybe-new-window new-window)
        (w3-fetch-other-window url)
      (w3-fetch url)))

-- 
Johan Bockgård





reply via email to

[Prev in Thread] Current Thread [Next in Thread]