From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: CEDET merge Date: Sat, 03 Oct 2009 16:10:57 -0400 Message-ID: <87my48i6ge.fsf@stupidchicken.com> References: <87hbun9jbs.fsf@stupidchicken.com> <1254397096.16450.84.camel@projectile.siege-engine.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1254600678 20202 80.91.229.12 (3 Oct 2009 20:11:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 3 Oct 2009 20:11:18 +0000 (UTC) Cc: Sascha Wilde , emacs-devel@gnu.org To: eric@siege-engine.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 03 22:11:11 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 1MuAwf-0000jo-Rh for ged-emacs-devel@m.gmane.org; Sat, 03 Oct 2009 22:11:10 +0200 Original-Received: from localhost ([127.0.0.1]:52092 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MuAwf-0004HF-BK for ged-emacs-devel@m.gmane.org; Sat, 03 Oct 2009 16:11:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MuAwa-0004H4-Js for emacs-devel@gnu.org; Sat, 03 Oct 2009 16:11:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MuAwW-0004FW-4B for emacs-devel@gnu.org; Sat, 03 Oct 2009 16:11:04 -0400 Original-Received: from [199.232.76.173] (port=54907 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MuAwW-0004FQ-0x for emacs-devel@gnu.org; Sat, 03 Oct 2009 16:11:00 -0400 Original-Received: from pantheon-po45.its.yale.edu ([130.132.50.79]:37446) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MuAwV-0007th-Oh for emacs-devel@gnu.org; Sat, 03 Oct 2009 16:10:59 -0400 Original-Received: from furry (dhcp128036014244.central.yale.edu [128.36.14.244]) (authenticated bits=0) by pantheon-po45.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id n93KAwFr016100 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 3 Oct 2009 16:10:58 -0400 Original-Received: by furry (Postfix, from userid 1000) id BE7E0C070; Sat, 3 Oct 2009 16:10:57 -0400 (EDT) In-Reply-To: <1254397096.16450.84.camel@projectile.siege-engine.com> (Eric M. Ludlam's message of "Thu, 01 Oct 2009 07:38:16 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:115884 Archived-At: "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).