From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: CEDET merge question Date: Mon, 07 Sep 2009 09:34:08 -0400 Message-ID: References: <87eiql2w5s.fsf@cyd.mit.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1252344106 4947 80.91.229.12 (7 Sep 2009 17:21:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Sep 2009 17:21:46 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org To: Ken Raeburn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 07 15:35:46 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MkeNm-0001W5-Am for ged-emacs-devel@m.gmane.org; Mon, 07 Sep 2009 15:35:46 +0200 Original-Received: from localhost ([127.0.0.1]:38507 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MkeNl-00048k-Pm for ged-emacs-devel@m.gmane.org; Mon, 07 Sep 2009 09:35:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MkeMI-00039l-1C for emacs-devel@gnu.org; Mon, 07 Sep 2009 09:34:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MkeMD-00034V-4s for emacs-devel@gnu.org; Mon, 07 Sep 2009 09:34:13 -0400 Original-Received: from [199.232.76.173] (port=49688 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MkeMC-00034P-To for emacs-devel@gnu.org; Mon, 07 Sep 2009 09:34:08 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:53079) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MkeMC-0006Gp-Lb for emacs-devel@gnu.org; Mon, 07 Sep 2009 09:34:08 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MkeMC-0001gP-Fo; Mon, 07 Sep 2009 09:34:08 -0400 In-reply-to: (message from Ken Raeburn on Sun, 6 Sep 2009 13:46:58 -0400) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:115086 > Is it possible to use Bison itself rather than implement the > same functionality differently? Or perhaps add an option > to Bison to output its data in whatever format is convenient? Guile is also using a translation/reimplementation of Bison in Scheme. That may be wasteful too, but it is a separate issue.