From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Problem with Emacs HEAD on WXP (-nw) Date: Thu, 30 Aug 2007 08:24:26 -0700 Message-ID: <200708301524.l7UFOQSY020721@oogie-boogie.ics.uci.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188487512 21219 80.91.229.12 (30 Aug 2007 15:25:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Aug 2007 15:25:12 +0000 (UTC) Cc: Emacs Devel To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 30 17:25:08 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IQltI-0001yW-48 for ged-emacs-devel@m.gmane.org; Thu, 30 Aug 2007 17:25:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQltH-0000t9-9x for ged-emacs-devel@m.gmane.org; Thu, 30 Aug 2007 11:25:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IQltD-0000sX-Sz for emacs-devel@gnu.org; Thu, 30 Aug 2007 11:24:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IQltB-0000rj-RT for emacs-devel@gnu.org; Thu, 30 Aug 2007 11:24:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQltB-0000rg-Mq for emacs-devel@gnu.org; Thu, 30 Aug 2007 11:24:57 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IQltB-0007jl-6W for emacs-devel@gnu.org; Thu, 30 Aug 2007 11:24:57 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l7UFOQSY020721; Thu, 30 Aug 2007 08:24:26 -0700 (PDT) In-Reply-To: (dhruva's message of "Thu\, 30 Aug 2007 18\:32\:04 +0530") Original-Lines: 12 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-Detected-Kernel: Solaris 9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:77421 Archived-At: dhruva writes: > Hi, > I updated with the latest sources from HEAD and built with MinGW on WXP. > "emacs -q -nw" and it hangs. I ran it through gdb, I am not able to > interrupt (CTRL-C) it to get a backtrace either. > I plan to build it with MSVC and use the windows debugger to get the trace. As Jason Rumney posted to this list more than 3 months ago, emacs -nw does not work on Windows on the multi-tty branch. That branch has just been merged onto the trunk. Someone that uses that platform would need to do the work to make emacs -nw functional again.