From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: CEDET merge Date: Thu, 04 Oct 2012 21:32:28 +0200 Message-ID: <87k3v6c9tf.fsf@engster.org> References: <87fw6izq6z.fsf@gnu.org> <87obl6c7dj.fsf@engster.org> <87bogsedna.fsf_-_@engster.org> <87626vd380.fsf@engster.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1349401875 24356 80.91.229.3 (5 Oct 2012 01:51:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Oct 2012 01:51:15 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org, "Eric M. Ludlam" To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 05 03:51:17 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 1TJx3t-0005tv-8P for ged-emacs-devel@m.gmane.org; Fri, 05 Oct 2012 03:50:45 +0200 Original-Received: from localhost ([::1]:33965 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJrA4-0004yd-Iq for ged-emacs-devel@m.gmane.org; Thu, 04 Oct 2012 15:32:44 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJrA1-0004yA-U6 for emacs-devel@gnu.org; Thu, 04 Oct 2012 15:32:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJrA0-0000b9-Q2 for emacs-devel@gnu.org; Thu, 04 Oct 2012 15:32:41 -0400 Original-Received: from randomsample.de ([83.169.19.17]:54493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJrA0-0000XW-De; Thu, 04 Oct 2012 15:32:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=yBilsGGVmCclAvEYPe7KRbV9p7VZgk6hi7LUBkD0pD8=; b=JM9E0f1cdM67xpLT1SfRFSeeVOaTtRA9txOfVjmrMa9Q3v3GB7NIk/WFR/fWuBdQ6A2SimgK5MrN6MYSM616MLOJYVhktfqrx3p5hiuKencpqJNyjqa35NgXyednt2MQ; Original-Received: from dslc-082-082-178-014.pools.arcor-ip.net ([82.82.178.14] helo=spaten) by randomsample.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1TJr9p-0004mc-8w; Thu, 04 Oct 2012 21:32:29 +0200 In-Reply-To: <87626vd380.fsf@engster.org> (David Engster's message of "Sun, 30 Sep 2012 15:55:59 +0200") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux) Mail-Followup-To: Stefan Monnier , Chong Yidong , "Eric M. Ludlam" , emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 83.169.19.17 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:154040 Archived-At: David Engster writes: > I left the grammars and parser generator in admin/grammars for now, but > IMO the generator bovine-grammar.el and wisent-grammar.el should > eventually be moved to their proper locations underneath lisp/. The main > grammar generation is already in lisp/semantic/grammar.el and hence was > in Emacs all the time; the two files above are just refinements for the > two different grammar styles. Any chance we can do this for 24.3.? I think this is a frequently requested feature. -David