From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Banks Newsgroups: gmane.emacs.help Subject: Re: java develeopment Date: Fri, 22 Mar 2013 08:42:45 +0000 Message-ID: References: <1363702351211-281263.post@n5.nabble.com> <86a9py4a3s.fsf@fastmail.fm> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1363941789 2158 80.91.229.3 (22 Mar 2013 08:43:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Mar 2013 08:43:09 +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 22 09:43:35 2013 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 1UIxZW-000123-HS for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Mar 2013 09:43:34 +0100 Original-Received: from localhost ([::1]:53495 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIxZ9-0006YA-2f for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Mar 2013 04:43:11 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIxYx-0006Y3-1I for help-gnu-emacs@gnu.org; Fri, 22 Mar 2013 04:42:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIxYv-0002yR-Uy for help-gnu-emacs@gnu.org; Fri, 22 Mar 2013 04:42:58 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:54193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIxYv-0002yD-Nn for help-gnu-emacs@gnu.org; Fri, 22 Mar 2013 04:42:57 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UIxZH-0000td-Om for help-gnu-emacs@gnu.org; Fri, 22 Mar 2013 09:43:19 +0100 Original-Received: from host-78-147-151-44.as13285.net ([78.147.151.44]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Mar 2013 09:43:19 +0100 Original-Received: from amoebae by host-78-147-151-44.as13285.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Mar 2013 09:43:19 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: host-78-147-151-44.as13285.net User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 In-Reply-To: <86a9py4a3s.fsf@fastmail.fm> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:89659 Archived-At: Hi Filipp, On 20/03/13 10:52, Filipp Gunbin wrote: > 3. Little self-written module which allows to add and reorder imports > with completion based on current module's Maven dependencies and current > module's classes. For the module's own classes, it just finds *.java > files, so no inner class support. Would you be able to share this module? I would find it very useful. Cheers, Dave