From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: matthew.weaver@gmail.com Newsgroups: gmane.emacs.help Subject: Run etags over java source files packaged inside JARs Date: Thu, 12 Mar 2015 16:50:40 -0700 (PDT) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1426206220 8478 80.91.229.3 (13 Mar 2015 00:23:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Mar 2015 00:23:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 13 01:23:37 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YWDO4-0006fe-2S for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Mar 2015 01:23:36 +0100 Original-Received: from localhost ([::1]:34538 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWDO2-0005nX-TP for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Mar 2015 20:23:34 -0400 X-Received: by 10.182.237.18 with SMTP id uy18mr41084215obc.36.1426204241485; Thu, 12 Mar 2015 16:50:41 -0700 (PDT) X-Received: by 10.50.222.75 with SMTP id qk11mr7417igc.0.1426204241381; Thu, 12 Mar 2015 16:50:41 -0700 (PDT) Original-Path: usenet.stanford.edu!hl2no10915858igb.0!news-out.google.com!db6ni50316igc.0!nntp.google.com!hl2no10915854igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=67.170.97.70; posting-account=OuvkcgoAAABKNbcEH8eNMgd2ytj9-az9 Original-NNTP-Posting-Host: 67.170.97.70 User-Agent: G2/1.0 Injection-Date: Thu, 12 Mar 2015 23:50:41 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:210846 X-Mailman-Approved-At: Thu, 12 Mar 2015 20:23:25 -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:103128 Archived-At: In at least one large project, most of the 3rd-party libraries are distribu= ted with their (java) source code bundled into jar files. It would be conve= nient if etags could index all that code in place, without having to store = it uncompressed in the filesystem.=20 Does etags, or any auxiliary utility, support this? Thanks.