From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: CEDET branch Date: Thu, 10 Sep 2009 22:56:57 -0400 Message-ID: References: <871vmgyhy2.fsf@stupidchicken.com> <8763bquvfh.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 1252637838 12988 80.91.229.12 (11 Sep 2009 02:57:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Sep 2009 02:57:18 +0000 (UTC) Cc: David Engster , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 11 04:57:10 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 1MlwJy-0003BV-HX for ged-emacs-devel@m.gmane.org; Fri, 11 Sep 2009 04:57:10 +0200 Original-Received: from localhost ([127.0.0.1]:51550 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlwJx-00055t-Q0 for ged-emacs-devel@m.gmane.org; Thu, 10 Sep 2009 22:57:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MlwJs-00054o-0P for emacs-devel@gnu.org; Thu, 10 Sep 2009 22:57:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlwJn-00054T-Fe for emacs-devel@gnu.org; Thu, 10 Sep 2009 22:57:03 -0400 Original-Received: from [199.232.76.173] (port=53767 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlwJn-00054Q-9O for emacs-devel@gnu.org; Thu, 10 Sep 2009 22:56:59 -0400 Original-Received: from [206.248.154.183] (port=47206 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MlwJm-0006mF-UA for emacs-devel@gnu.org; Thu, 10 Sep 2009 22:56:59 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtkEAJdZqUpFpZBe/2dsb2JhbACBU9xyhBgFh20 X-IronPort-AV: E=Sophos;i="4.44,368,1249272000"; d="scan'208";a="45550716" Original-Received: from 69-165-144-94.dsl.teksavvy.com (HELO ceviche.home) ([69.165.144.94]) by ironport2-out.pppoe.ca with ESMTP; 10 Sep 2009 22:55:27 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id CE63370036; Thu, 10 Sep 2009 22:56:57 -0400 (EDT) In-Reply-To: <8763bquvfh.fsf@stupidchicken.com> (Chong Yidong's message of "Thu, 10 Sep 2009 21:22:42 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:115182 Archived-At: > in your init file, but a package that is included with Emacs should not > have to be loaded this way. Rather, there should be a command (or set > of commands) that are autoloaded (in the global Emacs loaddefs.el), and > calling the command should load the package. Naively, I'd expect something like a "cedet-mode" minor-mode along with a global-cedet-mode if you want to enable it in every mode that is supported. Stefan