package ecaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ecaml.Browse_urlSource

Pass a URL to a WWW browser. Ecaml bindings for browse-url.el

Sourcemodule Url : sig ... end
Sourceval browser_function : Symbol.t Customization.t

(describe-variable 'browse-url-browser-function)

Sourceval browse_url : Url.t -> unit Async_kernel.Deferred.t

(describe-function 'browse-url)

Sourceval browse_url_chrome : Url.t -> unit

(describe-function 'browse-url-chrome)

Sourcemodule Private : sig ... end