bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

wish bash would make emacs compile-mode compliant error messages


From: Dan Jacobson
Subject: wish bash would make emacs compile-mode compliant error messages
Date: 30 Oct 2001 09:41:24 +0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Wish there was a bash switch that would cause all error messages to
come out in emacs compilation mode with line and even column
information for easy processing with emacs' C-x `

these lines don't work
wanttoquitsoon: line 26: unexpected EOF while looking for matching `''
wanttoquitsoon: line 39: syntax error: unexpected end of file

these lines do:
wanttoquitsoon:26: unexpected EOF while looking for matching `''
wanttoquitsoon:39: syntax error: unexpected end of file

indeed, adding this ability would make testing scripts a lot faster.
Or maybe you might say it's an emacs problem.
Ok, I'll post there too.
-- 
http://www.geocities.com/jidanni Tel+886-4-25854780



reply via email to

[Prev in Thread] Current Thread [Next in Thread]