package ecaml

  1. Overview
  2. Docs
Library for writing Emacs plugin in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

ecaml-v0.15.0.tar.gz
sha256=89f2806dd37012b07ddbaf40c2d9cfb9de29289944d921d23f4fd9b93d5c7cba

doc/ecaml.ecaml_test_helpers/Ecaml_test_helpers/index.html

Module Ecaml_test_helpers

module Buffer_helper : module type of Buffer_helper
val press : ?and_show:bool -> ?show_point:bool -> string -> unit Async.Deferred.t

Run the given key sequence, and then display the current buffer.

val press_and_show_minibuffer : ?show_contents:bool -> string -> unit Async.Deferred.t

Run the given key sequence, and then show the following:

  • minibuffer prompt
  • minibuffer contents, unless show_contents = false
  • *Completions* buffer, if any
val show : ?show_point:bool -> unit -> unit

Display the current buffer.

val eval : string -> unit Async.Deferred.t

Evaluate an elisp expression and display the resulting value.

OCaml

Innovation. Community. Security.