module Ed_mode_ocaml_rc: sig
.. end
Configuration file of the ocaml mode.
val mode_name : string
The mode name.
val includes_global_var : string
Name of the global variable where includes are stored. These includes
can be used to launch commands (compilation, analysis, ...) of
edited ocaml files.
val rc_file : string
The user's configuration file.
val local_rc_file : string
The local configuration file.
val key_bindings : (Okey.keyhit_state * string) Config_file.list_cp
The option for the key bindings in the mode.
val stack_call_bgcolor : Config_file.string_cp
The background color used when showing non-tail calls.
val stack_call_fgcolor : Config_file.string_cp
The foreground color used when showing non-tail calls.
val read : unit -> unit
Read the configuration file.
val write : unit -> unit
Write the configuration file.
val add_sourceview_mode_ocaml_key_binding : Okey.keyhit_state -> string -> unit
val add_sourceview_mode_ocaml_key_binding_string : string -> string -> unit
val local_read : unit -> unit
Read the local configuration file.
val local_write : unit -> unit
Write the local configuration file.
val ocamlbuild_commands : (string * string) Config_file.list_cp
OCamlbuild commands associated to files.