From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chris Van Dusen Newsgroups: gmane.emacs.help Subject: Re: auto-complete in Java not working Date: Fri, 20 Dec 2013 04:21:59 -0600 Message-ID: <3884F13B-ED33-4A31-B2FF-DE8D423E226B@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1387534948 11095 80.91.229.3 (20 Dec 2013 10:22:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Dec 2013 10:22:28 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Shiyuan Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 20 11:22:34 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 1VtxE1-0003lM-73 for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Dec 2013 11:22:33 +0100 Original-Received: from localhost ([::1]:48723 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtxE0-0002b9-Q3 for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Dec 2013 05:22:32 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtxDd-0002Rf-9k for help-gnu-emacs@gnu.org; Fri, 20 Dec 2013 05:22:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VtxDU-0002Qs-MC for help-gnu-emacs@gnu.org; Fri, 20 Dec 2013 05:22:09 -0500 Original-Received: from mail-ob0-x233.google.com ([2607:f8b0:4003:c01::233]:58248) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtxDU-0002Qm-HA for help-gnu-emacs@gnu.org; Fri, 20 Dec 2013 05:22:00 -0500 Original-Received: by mail-ob0-f179.google.com with SMTP id wm4so2482164obc.38 for ; Fri, 20 Dec 2013 02:21:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=lkfILDPW4dYSVLySKBJAlMKCYCknWJDZ5KIeN4g7Psk=; b=CQ5XFRsbpT62a7M337EBUlst/ZCmLRfQdLpJwyfw24atKFXSZCeqLCbCWO74lPhQVa XCM5uErvEzaIYT9022oywhUmDa+aST1EaQ/YpWY6owacj+FhmSVzdF49NNwyhNb1Iz8Q PxgglvkTZ3NdRgoAXaYwrTZ5d9xnBbR64JdehMQcpdXCDi0O3YbVuFtLaFtiCC7rKbzD EU4orC65mpNb9mAvqKPTOxzY+t1jz46a41e1Lo9MxmMIJurQM/Qim2TEANr3bo5e2kBJ wgfUi1Wcuamoj0D5ag/bRGeKccyI+mUDSOmn7XxOG2lMh5UgC6n9b2w+EGPzaLlSVkxC tlFw== X-Received: by 10.182.250.200 with SMTP id ze8mr443808obc.72.1387534919365; Fri, 20 Dec 2013 02:21:59 -0800 (PST) Original-Received: from [192.168.0.28] (cpe-76-184-166-92.tx.res.rr.com. [76.184.166.92]) by mx.google.com with ESMTPSA id si9sm10680714oeb.8.2013.12.20.02.21.58 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 20 Dec 2013 02:21:58 -0800 (PST) In-Reply-To: X-Mailer: Apple Mail (2.1510) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::233 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:95111 Archived-At: On Dec 19, 2013, at 7:14 PM, Shiyuan wrote: > Hi, > Auto-complete works perfectly in C++ mode but not working in Java. > When I involve 'M-x auto-complete' in Java mode, I got an error"connect: > Connection refused." Any clue what might be wrong? > > Also, is there a way to figure out which elisp command (line number and > source file) is called before the error message is generated? Try: M-x toggle-debug-on-error RET and then, M-x auto-complete hth, Chris.