From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Haolin Newsgroups: gmane.emacs.help Subject: Emacs with JDEE Date: Wed, 11 Jun 2008 10:50:41 +0800 Message-ID: <484F3D81.40508@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213154904 23757 80.91.229.12 (11 Jun 2008 03:28:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Jun 2008 03:28:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 11 05:29:07 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K6H1H-0004M7-1L for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jun 2008 05:29:07 +0200 Original-Received: from localhost ([127.0.0.1]:50494 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6H0T-0004s9-G8 for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Jun 2008 23:28:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K6GQE-0000il-KC for help-gnu-emacs@gnu.org; Tue, 10 Jun 2008 22:50:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K6GQC-0000iK-PL for help-gnu-emacs@gnu.org; Tue, 10 Jun 2008 22:50:50 -0400 Original-Received: from [199.232.76.173] (port=55715 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6GQC-0000iH-Jx for help-gnu-emacs@gnu.org; Tue, 10 Jun 2008 22:50:48 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.180]:41559) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K6GQC-00084c-Hp for help-gnu-emacs@gnu.org; Tue, 10 Jun 2008 22:50:48 -0400 Original-Received: by wa-out-1112.google.com with SMTP id m34so2380373wag.10 for ; Tue, 10 Jun 2008 19:50:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=OvGSTn135ODwKvN2QqXJ0W75NEKPoUmt0I9I8ERl/rQ=; b=ZWPosohr/FlxMiKtd9k87JUNBTxN2DRdm/FXa+qSA8HMxGAVzri96StBmJMYivM1sX JU7IqVqHRb2Ndtshb4ptKUGODo9B6MXBcBISjqezhyjT3THTelWZb9W3fHc9pOaEsNdl AOii9H16ZMQAyatPjp6FZH6PGacnd/cPG2kxs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=cRY++POQjsXergV45qZZ4gc4mIt18dE4uHEN98FZQTwvBPoQMVOv8+hDpr4tbGo3HE L5eZnGb44hkOcUo+32jw/FcFfdXzojTtWxOV3a0zCEg7KSTCJj93NVOTzG0DRhKWiSvu lQFLkjysJRX99bV6EIE2ZHoX2rvhhlAeKp59E= Original-Received: by 10.114.89.1 with SMTP id m1mr5862700wab.126.1213152646751; Tue, 10 Jun 2008 19:50:46 -0700 (PDT) Original-Received: from ?192.168.1.99? ( [60.216.213.253]) by mx.google.com with ESMTPS id m5sm20370062wag.52.2008.06.10.19.50.44 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 10 Jun 2008 19:50:46 -0700 (PDT) User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-Mailman-Approved-At: Tue, 10 Jun 2008 23:21:55 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:54713 Archived-At: Hi, all: I have JDEE installed with my Emacs CVS version. I find it has the ability to execute code completion, but, does it support extra jars code completion? I mean I want to import hibernate and spring's jars, and should emacs do the work for code completion? Thanks! Haolin.