From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: wytten Newsgroups: gmane.emacs.help Subject: compile-mode hangs when maven downloads large files Date: Mon, 22 Feb 2010 05:52:03 -0800 (PST) Organization: http://groups.google.com Message-ID: <5b887f30-a0ef-4da0-92c6-b9d84395371b@z35g2000yqd.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1266852571 1441 80.91.229.12 (22 Feb 2010 15:29:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 22 Feb 2010 15:29:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 22 16:29:27 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NjaDW-0008DY-P7 for geh-help-gnu-emacs@m.gmane.org; Mon, 22 Feb 2010 16:29:02 +0100 Original-Received: from localhost ([127.0.0.1]:59748 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NjaDW-0006j9-65 for geh-help-gnu-emacs@m.gmane.org; Mon, 22 Feb 2010 10:29:02 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!z35g2000yqd.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: 74.203.213.142 Original-X-Trace: posting.google.com 1266846724 26490 127.0.0.1 (22 Feb 2010 13:52:04 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 22 Feb 2010 13:52:04 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z35g2000yqd.googlegroups.com; posting-host=74.203.213.142; posting-account=OAY2ogoAAADB5LRMLi2r4yPyw_4GJKlk User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.89 Safari/532.5, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:176975 X-Mailman-Approved-At: Mon, 22 Feb 2010 10:23:51 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72020 Archived-At: When running mvn command in compile-mode, any time maven starts downloading a large file, GNU Emacs 23.0.94.1 on Win XP hangs and I have to kill it. I'm pretty sure it is because of intense cursor movement the mvn command produces in order to provide status on the download. For example it outputs something like: 0K/5991K and then continuously overwrites that line with updated status. Anyone out there have a configuration fix for this?