The Winnow Package
I am indebted to the help I received on Stack Exchange for this video:
https://github.com/dgtized/winnow.el
(require 'winnow) (add-hook 'ag-mode-hook 'winnow-mode) (add-hook 'occur-mode-hook 'winnow-mode) (add-hook 'compilation-mode-hook 'winnow-mode)
Note: The revised code is not longer required as Winnow has been updated and includes the patch.