From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eric M. Ludlam" Newsgroups: gmane.emacs.devel Subject: Re: Does CEDET work? Date: Thu, 26 Apr 2012 19:36:18 -0400 Message-ID: <4F99DBF2.80200@siege-engine.com> References: <87k412e4xq.fsf@nzebook.haselwarter.org> <878vhie275.fsf@nzebook.haselwarter.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1335483390 31792 80.91.229.3 (26 Apr 2012 23:36:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 26 Apr 2012 23:36:30 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 27 01:36:30 2012 Return-path: Envelope-to: ged-emacs-devel@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 1SNYEf-0007jY-GD for ged-emacs-devel@m.gmane.org; Fri, 27 Apr 2012 01:36:29 +0200 Original-Received: from localhost ([::1]:40545 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNYEe-0000QL-Px for ged-emacs-devel@m.gmane.org; Thu, 26 Apr 2012 19:36:28 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNYEb-0000Q6-Jj for emacs-devel@gnu.org; Thu, 26 Apr 2012 19:36:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SNYEZ-0002GR-IV for emacs-devel@gnu.org; Thu, 26 Apr 2012 19:36:25 -0400 Original-Received: from mail-qc0-f169.google.com ([209.85.216.169]:39278) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNYEZ-0002FW-BO for emacs-devel@gnu.org; Thu, 26 Apr 2012 19:36:23 -0400 Original-Received: by qcsd16 with SMTP id d16so102891qcs.0 for ; Thu, 26 Apr 2012 16:36:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=I/JFPV9rhAfsMb+oYXv34tUoBPVAXvQtnRAHRBcztfA=; b=WGTPmLWHWvGvoxSHtQEjzFuoIynSd7Cvf7WJn3QmDFhBlp5E/5aWf5KdGLQCyd35NI 8gMERtDVz7HHnbkOSxopkiiENSRsSvsgUq/D/lTSyIS+FU3ddWhP8OU4RabazSwQ4M5z 0ToJAfQNmXr36iH8/Kw9ke+UU4AOxBFvNb2VQBixf/YiiZDqOv9SlJg7mSkZrszCWEl6 U+KxzWHpsztwEUEnOMdseCV2+KqDutpx0lqSBGPRtWDBSqHXP1/Q0d2xg7R3Hz1jQZv5 QR/T/q1PIdyjz3LqNDikJvNu4S6B7odSbYAvUcsQih+39+gKvPZ++Yika5rxhTK7+8lq Bcwg== Original-Received: by 10.224.211.9 with SMTP id gm9mr6949525qab.78.1335483380572; Thu, 26 Apr 2012 16:36:20 -0700 (PDT) Original-Received: from [192.168.1.201] (pool-71-184-213-12.bstnma.fios.verizon.net. [71.184.213.12]) by mx.google.com with ESMTPS id bm15sm7598963qab.17.2012.04.26.16.36.19 (version=SSLv3 cipher=OTHER); Thu, 26 Apr 2012 16:36:20 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.3a1pre) Gecko/20091222 Shredder/3.1a1pre In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.216.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150069 Archived-At: On 04/26/2012 03:17 PM, Lennart Borgman wrote: > On Thu, Apr 26, 2012 at 21:13, Philipp Haselwarter > wrote: >>> >>> The CEDET framework is there, but the support for a language could be >>> on many levels. Is there somewhere a table over the support for >>> different languages? >>> >> >> >> There is, at http://cedet.sourceforge.net/languagesupport.shtml > > Thanks Philipp. Then people can start filling the gaps and expanding the list. > > However the list is a bit incomplete. I think it also should mention > how the support is implemented since there are many ways to implement > it. You can get a high level view of how to add support at this page: http://cedet.sourceforge.net/addlang.shtml Or were you asking about how support was implemented for the existing language support listed in the table? Eric