Doug Alcorn wrote:
> The only down side to emacs is i haven''t figured out a good way to
run
> rake targets and parse the output. Someone else may have some hints
> on that.
I use M-x compile. As long as the error messages start with
file-name.rb:123
then you will be able to use C-x ` to jump to the next error. The problem is,
Ruby stack traces start with
error-message-from-Ruby file-name.rb:123
next_level_down.rb:456
next_level_down.rb:789
Does anybody know how to tell Ruby to insert a newline after
error-message-from-Ruby?
> A really good resource is http://emacswiki.org and #emacs
Jim
--
Jim Menard, jimm-Xhj3G7Rj6JI@public.gmane.org, http://www.io.com/~jimm
"A language that doesn''t affect the way you think about
programming, is not
worth knowing." -- Alan J. Perlis