2

I'm recursively grepping a large project using M-x rgrep.

After a few seconds pass I see the text I was searching for. At this point how can I cancel the search whilst preserving the buffer contents?

Sherlock
  • 145
  • 4
  • 1
    **Emacs, internal process killing, any command?**: http://stackoverflow.com/questions/10627289/emacs-internal-process-killing-any-command – lawlist Mar 20 '17 at 17:44

1 Answers1

3

C-c C-k should be bound to kill-compilation, which should do the job.

Drew
  • 75,699
  • 9
  • 109
  • 225