Module Ed_mode_makefile_rc (.ml)


module Ed_mode_makefile_rc: sig .. end
Configuration file of the makefile mode.

val mode_name : string
The mode name.
val rc_file : string
The user's configuration file.
val key_bindings : (Okey.keyhit_state * string) Config_file.list_cp
The option for the key bindings in the mode.
val read : unit -> unit
Read the configuration file.
val write : unit -> unit
Write the configuration file.
val add_sourceview_mode_makefile_key_binding : Okey.keyhit_state -> string -> unit
Same as Ed_gui_rc.add_window_key_binding and Ed_gui_rc.add_window_key_binding_string but for the key bindings of the mode.
val add_sourceview_mode_makefile_key_binding_string : string -> string -> unit