Module Ecaml.Grep

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
type t
type name = ..
type name += Major_mode
val major_mode : t
val grep : command:string -> unit

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

module Save_buffers : sig ... end
val save_buffers : Save_buffers.t Var.t

(describe-variable 'grep-save-buffers)