[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: etags and tramp
From: |
Michael Albinus |
Subject: |
Re: etags and tramp |
Date: |
Thu, 22 Apr 2010 14:25:03 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Terrence Brannon <address@hidden> writes:
> I want to run etags on the TRAMP path /ssh:address@hidden:/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.
- etags and tramp, Terrence Brannon, 2010/04/15
- Re: etags and tramp,
Michael Albinus <=