Module Ed_view_rc (.ml)


module Ed_view_rc: sig .. end
Configuration of the "ocamloutput" view.

val rc_file : string
The user's configuration file.
val filename_view_patterns : (string * string) Config_file.list_cp
Associations between regular expressions on filenames and view names.
val default_view : Config_file.string_cp
The name of the default view to use if no pattern matched the filename to open.
val read : unit -> unit
Read the configuration file.
val write : unit -> unit
Write the configuration file.