Skip to content

Commit

Permalink
added comint mode, add colors in output.
Browse files Browse the repository at this point in the history
  • Loading branch information
hron committed Jan 6, 2010
1 parent 049de91 commit 222b023
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion feature-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,8 @@ are loaded on startup. If nil, don't load snippets.")
(feature-arg (if feature-file
(concat " FEATURE='" feature-file "'")
"")))
(compile (concat "rake cucumber CUCUMBER_OPTS=\"--no-color " opts-str "\"" feature-arg)))
(ansi-color-for-comint-mode-on)
(compile (concat "rake cucumber CUCUMBER_OPTS=\"" opts-str "\"" feature-arg) t))
(end-of-buffer-other-window 0))

(defun feature-escape-scenario-name (scenario-name)
Expand Down

0 comments on commit 222b023

Please sign in to comment.