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: CEDET merge Date: Sat, 03 Oct 2009 16:31:18 -0400 Message-ID: <1254601878.6961.66.camel@projectile.siege-engine.com> References: <87hbun9jbs.fsf@stupidchicken.com> <1254397096.16450.84.camel@projectile.siege-engine.com> <87my48i6ge.fsf@stupidchicken.com> Reply-To: eric@siege-engine.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1254601893 23411 80.91.229.12 (3 Oct 2009 20:31:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 3 Oct 2009 20:31:33 +0000 (UTC) Cc: Sascha Wilde , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 03 22:31:27 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 1MuBGI-0005LA-I8 for ged-emacs-devel@m.gmane.org; Sat, 03 Oct 2009 22:31:26 +0200 Original-Received: from localhost ([127.0.0.1]:36872 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MuBGI-0002R4-2t for ged-emacs-devel@m.gmane.org; Sat, 03 Oct 2009 16:31:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MuBGC-0002Qz-Go for emacs-devel@gnu.org; Sat, 03 Oct 2009 16:31:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MuBGA-0002Qn-ML for emacs-devel@gnu.org; Sat, 03 Oct 2009 16:31:19 -0400 Original-Received: from [199.232.76.173] (port=47450 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MuBGA-0002Qk-GE for emacs-devel@gnu.org; Sat, 03 Oct 2009 16:31:18 -0400 Original-Received: from static-71-184-83-10.bstnma.fios.verizon.net ([71.184.83.10]:32787 helo=projectile.siege-engine.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MuBGA-0002uB-4q for emacs-devel@gnu.org; Sat, 03 Oct 2009 16:31:18 -0400 Original-Received: from projectile.siege-engine.com (localhost [127.0.0.1]) by projectile.siege-engine.com (8.14.3/8.14.3/Debian-6) with ESMTP id n93KVJRf027820; Sat, 3 Oct 2009 16:31:19 -0400 Original-Received: (from zappo@localhost) by projectile.siege-engine.com (8.14.3/8.14.3/Submit) id n93KVIgN027819; Sat, 3 Oct 2009 16:31:18 -0400 X-Authentication-Warning: projectile.siege-engine.com: zappo set sender to eric@siege-engine.com using -f In-Reply-To: <87my48i6ge.fsf@stupidchicken.com> X-Mailer: Evolution 2.26.1 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:115886 Archived-At: On Sat, 2009-10-03 at 16:10 -0400, Chong Yidong wrote: > "Eric M. Ludlam" writes: > > > Short term, you could get the templates from CEDET CVS in > > cedet/srecode/templates and cedet/ede/templates and place them in > > equivalent locations just under srecode.el and ede.el to get past this > > until there is a home for SRecode Templates in Emacs. > > I've added the SRecode templates to etc/srecode. > > Building in EDE should now work---provided Semantic is enabled from the > start. We still need to provide a way for SRecode to call Semantic to > parse the template buffer, when Semantic is not currently enabled (this > functionality will be useful for other parts of Emacs too). Semantic can parse files even if all the other related utilities are never enabled. As long as srecode-template-mode sets up the parser info itself, and not in the new "semantic-mode", then it can use the Semantic API to parse buffers during template compilation without interfering with someones desire to not enable Semantic parsing and utilities in other files, like C++ mode. Eric