Hello! This package enables multiple grep buffers (as in M-x rgrep) in Emacs, for times when one is not enough... It can be enabled with the following in your .emacs: --8<---------------cut here---------------start------------->8--- ;; Grep-a-lot (require 'grep-a-lot) (grep-a-lot-setup-keys) --8<---------------cut here---------------end--------------->8--- Maxim