From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.tramp,gmane.emacs.devel Subject: Re: etags and tramp Date: Thu, 22 Apr 2010 14:25:03 +0200 Message-ID: <87hbn3n080.fsf@gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1271939129 17207 80.91.229.12 (22 Apr 2010 12:25:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 22 Apr 2010 12:25:29 +0000 (UTC) Cc: tramp-devel@gnu.org, emacs-devel@gnu.org To: Terrence Brannon Original-X-From: tramp-devel-bounces+tramp=quimby.gnus.org@gnu.org Thu Apr 22 14:25:27 2010 connect(): No such file or directory Return-path: Envelope-to: tramp@deer.gmane.org Original-Received: from quimby.gnus.org ([80.91.231.51]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O4vTC-0005WU-H3 for tramp@deer.gmane.org; Thu, 22 Apr 2010 14:25:26 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1O4vTC-0001tZ-00 for ; Thu, 22 Apr 2010 14:25:26 +0200 Original-Received: from localhost ([127.0.0.1]:36201 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4vTB-0006lk-8C for tramp@quimby.gnus.org; Thu, 22 Apr 2010 08:25:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4vT1-0006lQ-Lo for tramp-devel@gnu.org; Thu, 22 Apr 2010 08:25:15 -0400 Original-Received: from [140.186.70.92] (port=51804 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4vT0-0006kn-8X for tramp-devel@gnu.org; Thu, 22 Apr 2010 08:25:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4vSy-0007aj-PZ for tramp-devel@gnu.org; Thu, 22 Apr 2010 08:25:14 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:58353) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O4vSy-0007aO-Be for tramp-devel@gnu.org; Thu, 22 Apr 2010 08:25:12 -0400 Original-Received: (qmail invoked by alias); 22 Apr 2010 12:25:10 -0000 Original-Received: from p4FC006B7.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [79.192.6.183] by mail.gmx.net (mp056) with SMTP; 22 Apr 2010 14:25:10 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/rprtpvWrrgkyO0DXxnSoFNyNRWgmAQnsKMA0TKr bGO4roTJEKkLVl In-Reply-To: (Terrence Brannon's message of "Thu, 15 Apr 2010 11:30:29 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.55000000000000004 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: tramp-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: tramp-devel.gnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: tramp-devel-bounces+tramp=quimby.gnus.org@gnu.org Errors-To: tramp-devel-bounces+tramp=quimby.gnus.org@gnu.org Xref: news.gmane.org gmane.emacs.tramp:7242 gmane.emacs.devel:124039 Archived-At: Terrence Brannon writes: > I want to run etags on the TRAMP path /ssh:user@remote-machine.com:/u > > such that Emacs can find the files in the TAGS file via TRAMP. > > On remote-machine.com, I tried running this script: > > cd /u > find . -name '*.p[ml]' | etags --language=perl - > > But I get this error > > tag-find-file-of-tag-noselect: File > /u/httpd/cgi-bin/secure/cusd.pl (with or without extensions ( .Z .bz2 > .gz .tgz)) not found I'm not so familar with the etags package, but it looks like it tries to open the file /u/httpd/cgi-bin/secure/cusd.pl without prepending the remote file name prefix. This looks rather like an error in the etags package; I recommend to file a bug via "M-x report-emacs-bug". > Emacs : GNU Emacs 23.1.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) > of 2010-03-26 on palmer, modified by Debian > Package: tramp (2.1.15) Emacs 23.2, is in feature freeze already, so it is bad timing, unfortunately :-( Best regards, Michael.