From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Filipp Gunbin Newsgroups: gmane.emacs.help Subject: Re: java develeopment Date: Sat, 23 Mar 2013 11:55:16 +0400 Message-ID: <86fvzmczyz.fsf@fastmail.fm> 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 X-Trace: ger.gmane.org 1364025334 19078 80.91.229.3 (23 Mar 2013 07:55:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Mar 2013 07:55:34 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: David Banks Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 23 08:56:00 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 1UJJJ0-0006qc-Cg for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Mar 2013 08:55:58 +0100 Original-Received: from localhost ([::1]:45127 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJJIc-0008EP-Rc for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Mar 2013 03:55:34 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJJIO-0008E1-GO for help-gnu-emacs@gnu.org; Sat, 23 Mar 2013 03:55:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJJIN-0005ql-IP for help-gnu-emacs@gnu.org; Sat, 23 Mar 2013 03:55:20 -0400 Original-Received: from out1-smtp.messagingengine.com ([66.111.4.25]:57056) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJJIN-0005qh-Fc for help-gnu-emacs@gnu.org; Sat, 23 Mar 2013 03:55:19 -0400 Original-Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 390B0207F8; Sat, 23 Mar 2013 03:55:19 -0400 (EDT) Original-Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute1.internal (MEProxy); Sat, 23 Mar 2013 03:55:19 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h= from:to:cc:subject:references:date:in-reply-to:message-id :mime-version:content-type; s=mesmtp; bh=xEo2FeOOhFAqzhvJPJUE2NZ 3nj4=; b=TOtwrvPtTddIEsMjdbdxqmt3WGmLC4CN1uQQjJwxKI9fChq6YeRztpV WKDAdSJmZKB1TWuCEl5q9iBF5SrpAYMYBsRwexQvitLV64usrT+4GML98Xi/Mltx QCcND4fID9uI/6IHVUFHMSmUh+i84DVgywPlDsVjrq2mPrmUfsGs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:references:date :in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=xEo2FeOOhFAqzhvJPJUE2NZ3nj4=; b=VrRmjj3yrAO45Liohg6KZxdu/54c eEnnjx4cT4HJQoGbrN1p73Mk48VcdXzor/1LWaoJyOME2CaNdCwpUPXGCEwT+rl8 LoESXnfrB9r54PgIZuqfbJnzcKNCP/0D55b8A4gQwxmR8rQSrYNX7tyVLTV0Ty+E iFW7ChZrr7GWLR4= X-Sasl-enc: 3Q545txZDZ+WPFIEvGscGnmvbsYqpz4i4lfkjARfV5A9 1364025318 Original-Received: from w2139spb (unknown [94.25.229.31]) by mail.messagingengine.com (Postfix) with ESMTPA id 682B82000A0; Sat, 23 Mar 2013 03:55:18 -0400 (EDT) In-Reply-To: (David Banks's message of "Fri, 22 Mar 2013 08:42:45 +0000") User-Agent: Gnus/5.1299999999999999 (Gnus v5.13) Emacs/24.3 (cygwin) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.25 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:89678 Archived-At: On 22/03/2013 12:42 +0400, David Banks wrote: > 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 Hi David, Of course, but I'm now rewriting it and will share when finish. Filipp