package ecaml

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

Module Ecaml.GrepSource

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
Sourceval grep : command:string -> unit

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

Sourcemodule Save_buffers : sig ... end
Sourceval last_buffer : Buffer.t option Var.t

(describe-variable 'grep-last-buffer)

(describe-variable 'grep-save-buffers)

OCaml

Innovation. Community. Security.