From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Failure in building Emacs 23.0.50 on Cygwin (fwd) Date: Wed, 5 Sep 2007 10:53:40 +0200 Message-ID: References: <20070903075037.2652@blackhawk> <20070903092334.2296@blackhawk> <200709041620.l84GKRKJ026897@oogie-boogie.ics.uci.edu> <200709042136.l84Lawms007683@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1188982449 29123 80.91.229.12 (5 Sep 2007 08:54:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Sep 2007 08:54:09 +0000 (UTC) Cc: Eli Zaretskii , "d.henman" , emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 05 10:54:07 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 1ISqe7-0006Tk-G9 for ged-emacs-devel@m.gmane.org; Wed, 05 Sep 2007 10:53:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISqe6-00010A-2t for ged-emacs-devel@m.gmane.org; Wed, 05 Sep 2007 04:53:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ISqe0-0000zv-BF for emacs-devel@gnu.org; Wed, 05 Sep 2007 04:53:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ISqdz-0000zh-89 for emacs-devel@gnu.org; Wed, 05 Sep 2007 04:53:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISqdz-0000ze-11 for emacs-devel@gnu.org; Wed, 05 Sep 2007 04:53:51 -0400 Original-Received: from smtp-out114.alice.it ([85.37.17.114]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ISqdu-0006iV-11; Wed, 05 Sep 2007 04:53:46 -0400 Original-Received: from FBCMMO02.fbc.local ([192.168.68.196]) by smtp-out114.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Wed, 5 Sep 2007 10:53:03 +0200 Original-Received: from FBCMCL01B03.fbc.local ([192.168.69.84]) by FBCMMO02.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Wed, 5 Sep 2007 10:53:42 +0200 Original-Received: from homepc ([87.7.216.123]) by FBCMCL01B03.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Wed, 5 Sep 2007 10:53:02 +0200 X-X-Sender: Angelo@homepc In-Reply-To: <200709042136.l84Lawms007683@oogie-boogie.ics.uci.edu> X-OriginalArrivalTime: 05 Sep 2007 08:53:02.0378 (UTC) FILETIME=[2AB3D8A0:01C7EF9A] X-Detected-Kernel: Windows 2000 SP4, XP SP1+ 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:77841 Archived-At: On Tue, 4 Sep 2007, Dan Nicolaescu wrote: > > You have not answered the fundamental question: does the patch work? > I don't think this code path is exercised if you run in a window > system, it will probably only be used if you use "emacsclient -t" or > "emacs -nw". Running 'emacs -nw' from an X-shell (rxvt-unicode, xterm), seems to work : it does not have a graphical interface (which I preferer because it is simpler for me to use), in any case, I can visit a file, compile it with M-x compile... etc. Cheers, Angelo.