Terrence Brannon <[email protected]> writes: > I want to run etags on the TRAMP path /ssh:[email protected]:/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. _______________________________________________ Tramp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/tramp-devel
