DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11057>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11057 Auto-detect (X)Emacs compile mode ------- Additional Comments From [EMAIL PROTECTED] 2002-07-23 12:49 ------- Well, to be exact, not by default, since you're using the "nice little piece of elisp from Ant's FAQ" :) Anyway, if you don't think this (and bug 11056) is a Good Thing by default, maybe the FAQ could be updated to contain something like: ------ To make your Ant auto-detect (X)Emacs' compile mode, put this into your .antrc: # Detect (X)Emacs compile mode if [ "$EMACS" = "t" ] ; then ANT_ARGS="$ANT_ARGS -emacs" ANT_OPTS="$ANT_OPTS -Dbuild.compiler.emacs=true" fi ------ ...and a similar one for Windows users, if .antrc or something like it is applicable there (don't remember ATM). -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
