Module Ecaml_valueSource

Sourcemodule Caml_embed : sig ... end
Sourcemodule Ecaml_callback : sig ... end

This module is used to enforce the expected types of registered callbacks.

Sourcemodule Feature : sig ... end
Sourcemodule Form : sig ... end

An Emacs "form", which is a Lisp object that is intended to be evaluated. (Info-goto-node "(elisp)Forms").

Sourcemodule Funcall : sig ... end

A typeful interface for calling Elisp, as external does for C. E.g.,

Sourcemodule Function : sig ... end

Lower-level interface for functions that call from Emacs to OCaml.

Sourcemodule Generated_bindings : sig ... end
Sourcemodule Symbol : sig ... end
Sourcemodule Value : sig ... end
Sourcemodule Valueable : sig ... end
Sourceval message : string -> unit
Sourceval messagef : ('a, unit, string, unit) Core_kernel.format4 -> 'a
Sourceval message_s : Core_kernel.Sexp.t -> unit
Sourceval initialize : unit -> unit