From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: Re: next-error fails to find file on Cygwin with recursive make Date: Fri, 25 Apr 2008 09:40:30 -0400 Message-ID: References: <4811D3FA.9000802@pobox.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209130859 16861 80.91.229.12 (25 Apr 2008 13:40:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Apr 2008 13:40:59 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: Gareth Rees Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Apr 25 15:41:34 2008 connect(): Connection refused Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JpOB1-0006ZX-7q for geb-bug-gnu-emacs@m.gmane.org; Fri, 25 Apr 2008 15:41:23 +0200 Original-Received: from localhost ([127.0.0.1]:49265 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JpOAL-0006e4-3h for geb-bug-gnu-emacs@m.gmane.org; Fri, 25 Apr 2008 09:40:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JpOAE-0006dp-IW for bug-gnu-emacs@gnu.org; Fri, 25 Apr 2008 09:40:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JpOAD-0006dV-1z for bug-gnu-emacs@gnu.org; Fri, 25 Apr 2008 09:40:34 -0400 Original-Received: from [199.232.76.173] (port=58559 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JpOAC-0006dR-Vt for bug-gnu-emacs@gnu.org; Fri, 25 Apr 2008 09:40:33 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182] helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JpOAC-0006rr-AN for bug-gnu-emacs@gnu.org; Fri, 25 Apr 2008 09:40:32 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvYEAJd7EUhMCpew/2dsb2JhbACBUqp6 X-IronPort-AV: E=Sophos;i="4.25,707,1199682000"; d="scan'208";a="19147769" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 25 Apr 2008 09:40:31 -0400 Original-Received: from pastel.home ([76.10.151.176]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id FRN03131; Fri, 25 Apr 2008 09:40:31 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id F1C908064; Fri, 25 Apr 2008 09:40:30 -0400 (EDT) In-Reply-To: <4811D3FA.9000802@pobox.com> (Gareth Rees's message of "Fri, 25 Apr 2008 13:52:10 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17878 Archived-At: > Now I type M-x next-error RET. I expect Emacs to go to the location of the > first error, but instead it asks me thiis question: > Find this error in (default src/test.c): c:/cygdrive/c/tmp/test You probably want to use cygwin-mount.el. I always thought it would be a nice addition to Emacs, but people more knowledgeable about Windows seemed to be rather opposed to it last time this popped up. Stefan