From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Rancier, Jeff" Newsgroups: gmane.emacs.windows,gmane.emacs.help Subject: Using tags over ange-ftp Date: Tue, 14 Jun 2005 10:23:54 -0400 Message-ID: <959DF48BD1458D4C8DBFDAC8DF80D7F702663968@europa.ats.sensis.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: sea.gmane.org 1118760035 11864 80.91.229.2 (14 Jun 2005 14:40:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Jun 2005 14:40:35 +0000 (UTC) Original-X-From: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Tue Jun 14 16:40:32 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DiCZT-000385-HE for gnu-help-emacs-windows@m.gmane.org; Tue, 14 Jun 2005 16:39:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DiCeU-0003W7-J2 for gnu-help-emacs-windows@m.gmane.org; Tue, 14 Jun 2005 10:44:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DiCdC-0003My-Ob for help-emacs-windows@gnu.org; Tue, 14 Jun 2005 10:43:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DiCcQ-0003J1-UR for help-emacs-windows@gnu.org; Tue, 14 Jun 2005 10:42:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DiCcN-00037D-97; Tue, 14 Jun 2005 10:42:19 -0400 Original-Received: from [199.105.164.5] (helo=smtpmail2.sensis.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DiCM2-0004PM-Ff; Tue, 14 Jun 2005 10:25:26 -0400 Original-Received: from dimstar2.ats.sensis.com ([172.21.1.6]) by smtpmail2.sensis.com with esmtp (Exim 4.34) id 1DiCKi-0001Lh-Su; Tue, 14 Jun 2005 10:24:04 -0400 Original-Received: from europa.ats.sensis.com ([172.21.1.50]) by dimstar2.ats.sensis.com with esmtp (Exim 3.35 #1 (Debian)) id 1DiCKb-0004rV-00; Tue, 14 Jun 2005 10:23:57 -0400 Original-Received: by europa.ats.sensis.com with Internet Mail Service (5.5.2657.72) id <16ZL016Z>; Tue, 14 Jun 2005 10:23:55 -0400 Original-To: help-emacs-windows@gnu.org, help-gnu-emacs@gnu.org X-Mailer: Internet Mail Service (5.5.2657.72) X-Sensis-MailScanner-Information: Scanned at Sensis Corporation by MailScanner X-Sensis-MailScanner: Found to be clean X-Sensis-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=-5.899, required 5, autolearn=not spam, ALL_TRUSTED -3.30, BAYES_00 -2.60) X-Sensis-MailScanner-From: jeff.rancier@sensis.com X-BeenThere: help-emacs-windows@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion forum for users of the GNU Emacs port to Windows List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Errors-To: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.windows:2729 gmane.emacs.help:27464 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27464 All: I'm using GNU Emacs 21.3.1 (i386-mingw-nt5.0.2195) of 2004-03-10 on NYAUMO, on a Windows 2000 Pro box. I create a TAGS file on a remote unix system, and load the TAGS file find. When I attempt to find a tag, my local drive get prepended to the path, so if I'm looking for my_struct_def, it's found OK in the tags file in /some/path/myfile.h but the find-tag code looks in c:/some/path/myfile.h and of course fails. With cygwin, it simply prepends the cygwin root. Is there a way around this? Cheers