From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Shiyuan Newsgroups: gmane.emacs.help Subject: auto-complete in Java not working Date: Thu, 19 Dec 2013 17:14:38 -0800 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1387507149 19530 80.91.229.3 (20 Dec 2013 02:39:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Dec 2013 02:39: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 Dec 20 03:39:16 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 1Vtpzg-0007XO-6I for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Dec 2013 03:39:16 +0100 Original-Received: from localhost ([::1]:47498 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vtpzf-0001E0-II for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Dec 2013 21:39:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vtofn-0001yp-MS for help-gnu-emacs@gnu.org; Thu, 19 Dec 2013 20:14:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vtofm-0002pn-UZ for help-gnu-emacs@gnu.org; Thu, 19 Dec 2013 20:14:39 -0500 Original-Received: from mail-vb0-x22a.google.com ([2607:f8b0:400c:c02::22a]:62937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vtofm-0002pf-Pj for help-gnu-emacs@gnu.org; Thu, 19 Dec 2013 20:14:38 -0500 Original-Received: by mail-vb0-f42.google.com with SMTP id w5so1114713vbf.15 for ; Thu, 19 Dec 2013 17:14:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=axCC62enKqb2dSDEnNnJ8KyaL0gB96P47S8c4mCV/L8=; b=hJNUOJfGSgnnzEHm9AYmKrk9MZshFKhNJ55H+HD3pkcQS3HOh4TCeUIUVoK+iuOHV0 iJpIHVB6KtGUb/JCry4QRk8x+eg/KnMJ8Qz2CbX51CZUH4XGvgOK9079bxwcGd+Mapx4 NWY4lKqnbgSOiMtFEXRfvbBHb0AeglonV2q/PNthfO/U4EjVqMeuwHsnm1/Sm9aFcuoK aQfawW6ujNHwZ0vYL8norskflFqLtr4qw2XzxEJ8uc4GLJ5HBaVxHlX54qONyE8n7nHY yjqrCC83TnnVHbY12z5ZZD851dTNF2s1Hm6IbIg1kS1hXNo4MzDS+7uGjQPeCYxSn6hv ChsA== X-Received: by 10.220.64.69 with SMTP id d5mr3342250vci.11.1387502078198; Thu, 19 Dec 2013 17:14:38 -0800 (PST) Original-Received: by 10.58.108.228 with HTTP; Thu, 19 Dec 2013 17:14:38 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c02::22a X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:95107 Archived-At: 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? Thanks. Shiyuan