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: Common Lisp support for Semantic? Date: Mon, 20 Jun 2011 11:42:41 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1308584675 25774 80.91.229.12 (20 Jun 2011 15:44:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 20 Jun 2011 15:44:35 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 20 17:44:31 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 1QYgeM-0007aP-Ge for ged-emacs-devel@m.gmane.org; Mon, 20 Jun 2011 17:44:30 +0200 Original-Received: from localhost ([::1]:50475 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYgeL-0002Tf-Cb for ged-emacs-devel@m.gmane.org; Mon, 20 Jun 2011 11:44:29 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:45351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYgcf-0002Do-HS for emacs-devel@gnu.org; Mon, 20 Jun 2011 11:42:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QYgce-0008Nr-5B for emacs-devel@gnu.org; Mon, 20 Jun 2011 11:42:45 -0400 Original-Received: from mail-vx0-f169.google.com ([209.85.220.169]:55104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYgcd-0008Ne-SC for emacs-devel@gnu.org; Mon, 20 Jun 2011 11:42:43 -0400 Original-Received: by vxg38 with SMTP id 38so3155739vxg.0 for ; Mon, 20 Jun 2011 08:42:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=RLTYe7FIn+oyL7ZPV11BsSm7DrueRMz+jJ12wNDZpPM=; b=NR6DPPpWG/kDGS0oK7mdgJiqqnm5AaTprkRs9z3fsHLBLpnCBvOJZV+OcdGW8LC33h 4X4ArMD01QkIslTZuIUCdnjKa8zBcgHZP6bbEKLyEOhzxatbE6HBC/eL3LQkt+42V7Mo OSlvkUReqajXnUA4tlldvLtvm8vmOS+5qYuok= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vz7CuY6RafHXEO+8E8KOTbeyN9Zaz1+HjOqECKr3kY2LDyQ49tqgJfT/CiadilWUL5 NuAvbtoihlHLehBYznt/oZ6+J0DLs95FhOAxTJEPFxOyMhm+LOuHH1SljJ5o01zwXnVS oq6q1u+h8GFfumwIOkiu0hsUJHwpcDi5qt7BU= Original-Received: by 10.220.113.15 with SMTP id y15mr2072229vcp.89.1308584562177; Mon, 20 Jun 2011 08:42:42 -0700 (PDT) Original-Received: by 10.220.162.143 with HTTP; Mon, 20 Jun 2011 08:42:41 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.220.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:140722 Archived-At: Hello there, I took a peek at the Emacs Lisp parser for Semantic (interestingly, the file is named "el.el" :) It seems that I could make a version of this that supports Common Lisp. A few questions: 1. Has anyone else already done this? 2. If not, should I start by making a copy of el.el and then changing it to work with Common Lisp? Or, should I try to make el.el support both languages by branching just at the points where syntax differs?