From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yagnesh Raghava Yakkala Newsgroups: gmane.emacs.help Subject: Re: CEDET code autocompletion for Lisp Date: Thu, 17 May 2012 03:36:23 +0900 Message-ID: <87d364as7s.fsf@raghava-note.localhost> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1337196065 27174 80.91.229.3 (16 May 2012 19:21:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 May 2012 19:21:05 +0000 (UTC) Cc: help-gnu-emacs To: Yuan Luo Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 16 21:21:03 2012 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 1SUjmP-0006MY-4j for geh-help-gnu-emacs@m.gmane.org; Wed, 16 May 2012 21:21:01 +0200 Original-Received: from localhost ([::1]:44896 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUjmO-0002Jw-DF for geh-help-gnu-emacs@m.gmane.org; Wed, 16 May 2012 15:21:00 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUjhM-0000ht-O9 for help-gnu-emacs@gnu.org; Wed, 16 May 2012 15:15:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUjhK-00066d-Np for help-gnu-emacs@gnu.org; Wed, 16 May 2012 15:15:48 -0400 Original-Received: from 59x158x65x92.ap59.ftth.ucom.ne.jp ([59.158.65.92]:32959 helo=raghava-note.localhost) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUjhK-00065L-4p for help-gnu-emacs@gnu.org; Wed, 16 May 2012 15:15:46 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by raghava-note.localhost (Postfix) with ESMTPS id BDDF985DDF; Thu, 17 May 2012 03:36:23 +0900 (JST) In-Reply-To: (Yuan Luo's message of "Wed, 16 May 2012 14:29:16 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 59.158.65.92 X-Mailman-Approved-At: Wed, 16 May 2012 15:20:56 -0400 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:84855 Archived-At: Hello Yuan, Yuan Luo writes: > Hi, > Sorry for possible spams. I am having trouble on getting CEDET code > autocompletion to work under Emacs. Having looked at this tutorial > http://alexott.net/en/writings/emacs-devenv/EmacsCedet.html#fn.2 > > However, it doesn't talk specifically about how to get Lisp code > autocompletion work. After I did the basic setup, and used > "M-X semantic-ia-complete-symbol", I got the error "Cannot analyze > buffers not suported by Semantic". My buffer is a .cl file. I don't think CEDET support is available for common lisp yet. here is the list. http://cedet.sourceforge.net/languagesupport.shtml Thanks., --=20 =E0=B0=8E=E0=B0=82=E0=B0=A6=E0=B0=B0=E0=B1=8B =E0=B0=AE=E0=B0=B9=E0=B0=BE= =E0=B0=A8=E0=B1=81=E0=B0=AD=E0=B0=BE=E0=B0=B5=E0=B1=81=E0=B0=B2=E0=B1=81 = =E0=B0=85=E0=B0=82=E0=B0=A6=E0=B0=B0=E0=B0=BF=E0=B0=95=E0=B0=BF =E0=B0=B5= =E0=B0=82=E0=B0=A6=E0=B0=A8=E0=B0=AE=E0=B1=81=E0=B0=B2=E0=B1=81 YYR