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: CEDET merge Date: Mon, 28 Sep 2009 11:31:51 -0400 Message-ID: <87hbun9jbs.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1254151939 8220 80.91.229.12 (28 Sep 2009 15:32:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Sep 2009 15:32:19 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 28 17:32:12 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 1MsICx-0002Qk-HQ for ged-emacs-devel@m.gmane.org; Mon, 28 Sep 2009 17:32:12 +0200 Original-Received: from localhost ([127.0.0.1]:49573 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsICw-0005oO-MN for ged-emacs-devel@m.gmane.org; Mon, 28 Sep 2009 11:32:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsICl-0005oB-QZ for emacs-devel@gnu.org; Mon, 28 Sep 2009 11:31:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsICh-0005ni-BR for emacs-devel@gnu.org; Mon, 28 Sep 2009 11:31:59 -0400 Original-Received: from [199.232.76.173] (port=55981 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsICh-0005nX-2g for emacs-devel@gnu.org; Mon, 28 Sep 2009 11:31:55 -0400 Original-Received: from pantheon-po45.its.yale.edu ([130.132.50.79]:59732) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MsICg-0004Ud-FY for emacs-devel@gnu.org; Mon, 28 Sep 2009 11:31:54 -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 n8SFVrq7025511 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 28 Sep 2009 11:31:53 -0400 Original-Received: by furry (Postfix, from userid 1000) id 159C5C070; Mon, 28 Sep 2009 11:31:52 -0400 (EDT) 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:115723 Archived-At: I have merged most of the CEDET branch into the trunk. You may need to bootstrap; please let me know if there are any build failures. I have done what I can to clean up CEDET to conform to Emacs standards; if you see anything I missed, please go ahead and make the change. Currently, the interface to Semantic is via "M-x semantic-mode", and to EDE via "M-x global-ede-mode"; these should install a "Development" menu on the menu bar that can be used to enable further features. Suggestions about improving this interface, and the CEDET integration in general, are welcome. (If you want to make bigger changes to the internals of CEDET itself, please discuss first, because we need to coordinate that kind of change with upstream.)