From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: LENNART BORGMAN Newsgroups: gmane.emacs.devel Subject: Re: RE: Trouble with classpaths Date: Tue, 13 Dec 2005 11:41:25 +0100 Message-ID: <3f89aa13f8e4f1.3f8e4f13f89aa1@net.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1134470758 22715 80.91.229.2 (13 Dec 2005 10:45:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Dec 2005 10:45:58 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 13 11:45:57 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Em7eY-0000xS-M5 for ged-emacs-devel@m.gmane.org; Tue, 13 Dec 2005 11:45:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Em7f1-0002op-VQ for ged-emacs-devel@m.gmane.org; Tue, 13 Dec 2005 05:45:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Em7br-0002Qj-Fu for emacs-devel@gnu.org; Tue, 13 Dec 2005 05:42:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Em7bi-0002PS-TN for emacs-devel@gnu.org; Tue, 13 Dec 2005 05:42:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Em7bd-0002P5-Ag for emacs-devel@gnu.org; Tue, 13 Dec 2005 05:42:02 -0500 Original-Received: from [130.235.208.46] (helo=piraten.student.lu.se) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Em7dV-0000Cp-DH for emacs-devel@gnu.org; Tue, 13 Dec 2005 05:43:57 -0500 Original-Received: from net.lu.se (localhost [127.0.0.1]) by piraten.student.lu.se (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0IRF00JI5N1161@piraten.student.lu.se> for emacs-devel@gnu.org; Tue, 13 Dec 2005 11:41:25 +0100 (MET) Original-Received: from [212.209.42.133] by piraten.student.lu.se (mshttpd); Tue, 13 Dec 2005 11:41:25 +0100 Original-To: "emacs-devel@gnu.org" X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.14 (built Mar 18 2003) Content-language: sv Content-disposition: inline X-Accept-Language: sv Priority: normal 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:47616 Archived-At: I think Emacs compiled for Cygwin should understand paths like C:/some/path/to/file.txt since Cygwin understands them. ----- Original Message ----- From: Lennart.Borgman@astrazeneca.com Date: Tuesday, December 13, 2005 11:22 am Subject: RE: Trouble with classpaths > > From: Jon Haugsand [jon.haugsand@bbs.no] > > JDE has a little bit split personalities here. First, the > cygwin > > awareness is appearant through functions like > > jde-cygwin-path-converter, but I was quite merciless told > > that jde does not support cygwin emacs, and the problem > > is especially visible in jde-open-class-at-point that eventually > > calls jde-normalize-path which absolutely insists to convert > > a fragment like: > > > > /usr/local/project/... > > > > into > > > > C:/cygwin/usr/local/project/... > > > > which emacs is not able to understand. > > I actually blocked the call to jde-normalize-path in this case > and > > it mostly to work. > > I guess you mean "which Cygwin Emacs is not able to understand". > Like other > MS Windows applications native Emacs understands this. And > actually I think > that Cygwin Emacs ought to do that too, escpecially since Cygwin > understandsthis path format too. Or am I wrong here? >