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 branch Date: Sat, 12 Sep 2009 20:56:42 +0200 Message-ID: <87r5ucrnyt.fsf@engster.org> References: <871vmgyhy2.fsf@stupidchicken.com> <8763bquvfh.fsf@stupidchicken.com> <1252757729.4770.43.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 1252781823 19461 80.91.229.12 (12 Sep 2009 18:57:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Sep 2009 18:57:03 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: eric@siege-engine.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 12 20:56:56 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 1MmXmH-0006CN-TN for ged-emacs-devel@m.gmane.org; Sat, 12 Sep 2009 20:56:54 +0200 Original-Received: from localhost ([127.0.0.1]:56958 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmXmH-0005um-Ha for ged-emacs-devel@m.gmane.org; Sat, 12 Sep 2009 14:56:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MmXmC-0005uh-6q for emacs-devel@gnu.org; Sat, 12 Sep 2009 14:56:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MmXmB-0005uV-Of for emacs-devel@gnu.org; Sat, 12 Sep 2009 14:56:47 -0400 Original-Received: from [199.232.76.173] (port=41567 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmXmB-0005uS-Ie for emacs-devel@gnu.org; Sat, 12 Sep 2009 14:56:47 -0400 Original-Received: from m61s02.vlinux.de ([83.151.21.164]:38825) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MmXmB-0001ro-5z for emacs-devel@gnu.org; Sat, 12 Sep 2009 14:56:47 -0400 Original-Received: from dslc-082-083-042-072.pools.arcor-ip.net ([82.83.42.72] helo=void) by m61s02.vlinux.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1MmXm8-00008O-UP; Sat, 12 Sep 2009 20:56:45 +0200 In-Reply-To: <1252757729.4770.43.camel@projectile.siege-engine.com> (Eric M. Ludlam's message of "Sat, 12 Sep 2009 08:15:29 -0400") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) 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:115241 Archived-At: Eric M. Ludlam writes: > On Thu, 2009-09-10 at 21:22 -0400, Chong Yidong wrote: >> I wonder, though, whether the merged version of CEDET should provide a >> different method for activating CEDET. The out-of-tree version requires >> you to put something like >> >> (setq semantic-load-turn-useful-things-on t) >> (require 'cedet) >> > > That commentary was apparently written a very long time ago. The > semantic load feature set has command such as: > > (semantic-load-enable-minimum-features) > (semantic-load-enable-code-helpers) > (semantic-load-enable-gaudy-code-helpers) > > which are handy, or a user can turn on the misc features one at a time. [...] > I updated the cedet.el comments to reflect the 'new way' of configuring > things. The problem is that semantic-load.el isn't in the Emacs CEDET branch. If the above configuration is OK for Emacs, it would have to be imported first. -David