Kentaro Kuribayashi's blog

Software Engineering, Management, Books, and Daily Journal.

Entries from 2011-05-08 to 1 day

coffeescriptでflymakeする

超適当。 (setq flymake-coffeescript-err-line-patterns '(("\\(Error: In \\([^,]+\\), .+ on line \\([0-9]+\\).*\\)" 2 3 nil 1))) (defconst flymake-allowed-coffeescript-file-name-masks '(("\\.coffee$" flymake-coffeescript-init))) (defun flyma…