From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "David O'Toole" Newsgroups: gmane.emacs.devel Subject: Re: Common Lisp support for Semantic? Date: Tue, 21 Jun 2011 17:05:33 -0400 Message-ID: References: <1308678569.15409.9.camel@azurit.TechFak.Uni-Bielefeld.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1308691706 3627 80.91.229.12 (21 Jun 2011 21:28:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Jun 2011 21:28:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jan Moringen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 21 23:28:18 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QZ8Uc-000343-1M for ged-emacs-devel@m.gmane.org; Tue, 21 Jun 2011 23:28:18 +0200 Original-Received: from localhost ([::1]:38836 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ8Ua-0008E6-QF for ged-emacs-devel@m.gmane.org; Tue, 21 Jun 2011 17:28:17 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:55514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ88g-0002If-AB for emacs-devel@gnu.org; Tue, 21 Jun 2011 17:05:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZ88d-0000zI-Rf for emacs-devel@gnu.org; Tue, 21 Jun 2011 17:05:38 -0400 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:42844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ88d-0000z0-GE for emacs-devel@gnu.org; Tue, 21 Jun 2011 17:05:35 -0400 Original-Received: by yxn22 with SMTP id 22so102215yxn.0 for ; Tue, 21 Jun 2011 14:05:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=n7zc9Wdro3nzLe4ViQS7mPbpzakRbpPBDZScCCBBBJA=; b=Weo3dS1xmabFczxUNT5VL0TNvrVsmbWa7YdobzpicPKnxySMXV6sSURu1p4InLn4Fy W+KB/OlzSp9JsD6Mv9EvpwGW20dtUbk40+djR33e0/QtIb0gyit76jK0t0Nqi/5ZKsjE CQrR7K6zMQJET8MrFGapGxFHt6Yrt8vDVOAg0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=FGkUR1MhIAm1ylAkat3XrCCstRqynKb8G6x7VWTzKUuZTmCIjmf4jT2NL5Z2H938uS rcZKmhffUjp98Xibhvgnt4G4yk8qX4KVQHEY5NJRbBczr5mvFzPEWwF2sVTA5MYfBbVT vrCNESwI/7nbXLbr0Sji/H7bp7l1YHoy9CveE= Original-Received: by 10.236.76.135 with SMTP id b7mr11224457yhe.250.1308690333664; Tue, 21 Jun 2011 14:05:33 -0700 (PDT) Original-Received: by 10.236.154.131 with HTTP; Tue, 21 Jun 2011 14:05:33 -0700 (PDT) In-Reply-To: <1308678569.15409.9.camel@azurit.TechFak.Uni-Bielefeld.DE> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.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:140809 Archived-At: Jan, thanks for this! I will try it out. On Tue, Jun 21, 2011 at 1:49 PM, Jan Moringen wrote: > Hi David, > > there is some initial work in the "lisp-support" branch of CEDET here: > > http://cedet.bzr.sourceforge.net/bzr/cedet/code/lisp-support/files > > I have more improvements for that branch, which are not yet committed. > > Kind regards, > Jan > >