From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: hazlup Newsgroups: gmane.emacs.help Subject: etags generating garbled paths Date: Wed, 24 Aug 2011 10:15:08 -0700 (PDT) Message-ID: <32328194.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1314247794 25132 80.91.229.12 (25 Aug 2011 04:49:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 25 Aug 2011 04:49:54 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 25 06:49:50 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QwRt0-0004Mk-D9 for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Aug 2011 06:49:50 +0200 Original-Received: from localhost ([::1]:34465 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwRsz-0000d1-PO for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Aug 2011 00:49:49 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51525) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwH2q-0005MX-5n for Help-gnu-emacs@gnu.org; Wed, 24 Aug 2011 13:15:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwH2p-0000OJ-0f for Help-gnu-emacs@gnu.org; Wed, 24 Aug 2011 13:15:16 -0400 Original-Received: from sam.nabble.com ([216.139.236.26]:50767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwH2o-0000Mn-Qi for Help-gnu-emacs@gnu.org; Wed, 24 Aug 2011 13:15:14 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1QwH2i-0002da-3M for Help-gnu-emacs@gnu.org; Wed, 24 Aug 2011 10:15:08 -0700 X-Nabble-From: robjsargent@gmail.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 216.139.236.26 X-Mailman-Approved-At: Thu, 25 Aug 2011 00:49:31 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82052 Archived-At: I'm using etags standalone 17.38.1.4 on openSUSE 11.4 (x86_64) and GNU Emacs 23.2.1 (x86_64-suse-linux-gnu, GTK+ Version 2.22.1) I run etags like this: etags --append --methods `find . -name \*.java` and I end up with tags which look like this: api/src/tesjajava/com/company/primer/api/SpringClientExample.java which should look like this: api/src/test/java/com/company/primer/api/SpringClientExample.java M-. reports, essentially: File "/usr2/work/rp/primer/api/src/tesjajava/com/company/primer/api/SpringClientExample.java" not found (with full path btw) Anyone else seeing this: I think it could be new to openSUSE. It worked under 11.2. Thanks. -- View this message in context: http://old.nabble.com/etags-generating-garbled-paths-tp32328194p32328194.html Sent from the Emacs - Help mailing list archive at Nabble.com.