package ecaml

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

Just as you can run a compiler from Emacs and then visit the lines with compilation errors, you can also run ‘grep’ and then visit the lines on which matches were found. This works by treating the matches reported by ‘grep’ as if they were errors.

(Info-goto-node "(emacs)Grep Searching")

include Major_mode.S_with_lazy_keymap
type Ecaml__.Major_mode_intf.Name.t +=
  1. | Major_mode
val major_mode : Major_mode.t
val keymap : Keymap.t Core.Lazy.t
val enabled_in_current_buffer : unit -> bool
val grep : command:string -> unit

(describe-function 'grep)) (Info-goto-node "(emacs)Grep Searching")

module Save_buffers : sig ... end
val last_buffer : Buffer.t option Var.t

(describe-variable 'grep-last-buffer)

val save_buffers : Save_buffers.t Customization.t

(describe-variable 'grep-save-buffers)