From d80827fc3177f7341a966aa8889903f968f530bd Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Tue, 22 Jul 2014 23:22:59 -0400 Subject: [PATCH] Add exception to stick nosetests buffer popup --- my-funcs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/my-funcs.el b/my-funcs.el index b037a1968..f2c2eabd8 100644 --- a/my-funcs.el +++ b/my-funcs.el @@ -290,7 +290,8 @@ argument takes the kindows rotate backwards." ;;there were errors (message "There were errors. SPC-e-n to visit.") (unless (or (string-match "Grep finished" (buffer-string)) - (string-match "Ag finished" (buffer-string))) + (string-match "Ag finished" (buffer-string)) + (string-match "nosetests" (buffer-name))) ;;no errors, make the compilation window go away in 0.5 seconds (delete-windows-on buf)