package ecaml

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

The "echo area" is used for displaying error messages for messages made with the `message' primitive, and for echoing keystrokes. It is not the same as the minibuffer, despite the fact that the minibuffer appears (when active) in the same place on the screen as the echo area.

(Info-goto-node "(elisp)The Echo Area").

val message : string -> unit
val wrap_message : string -> f:(unit -> 'a) -> 'a
val messagef : ('a, unit, string, unit) Core_kernel.format4 -> 'a
val message_s : Core_kernel.Sexp.t -> unit
val inhibit_messages : (unit -> 'a) -> 'a

(describe-variable 'inhibit-message)