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 on menu bar Date: Sun, 25 Oct 2009 22:36:10 -0400 Message-ID: References: <87vdi3nq6z.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 1256524591 31756 80.91.229.12 (26 Oct 2009 02:36:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Oct 2009 02:36:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 26 03:36:24 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 1N2FRX-0001o0-Nj for ged-emacs-devel@m.gmane.org; Mon, 26 Oct 2009 03:36:24 +0100 Original-Received: from localhost ([127.0.0.1]:40977 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2FRW-0001g6-Rx for ged-emacs-devel@m.gmane.org; Sun, 25 Oct 2009 22:36:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N2FRR-0001fO-Ct for emacs-devel@gnu.org; Sun, 25 Oct 2009 22:36:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N2FRN-0001eW-1w for emacs-devel@gnu.org; Sun, 25 Oct 2009 22:36:17 -0400 Original-Received: from [199.232.76.173] (port=38588 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2FRM-0001eT-SA for emacs-devel@gnu.org; Sun, 25 Oct 2009 22:36:12 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:33530 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N2FRL-00013S-TJ for emacs-devel@gnu.org; Sun, 25 Oct 2009 22:36:12 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgcFAGeo5EpLd/xb/2dsb2JhbACBT9QZhD8EiDQ X-IronPort-AV: E=Sophos;i="4.44,623,1249272000"; d="scan'208";a="48148073" Original-Received: from 75-119-252-91.dsl.teksavvy.com (HELO ceviche.home) ([75.119.252.91]) by ironport2-out.pppoe.ca with ESMTP; 25 Oct 2009 22:36:11 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id BB883B44C9; Sun, 25 Oct 2009 22:36:10 -0400 (EDT) In-Reply-To: <87vdi3nq6z.fsf@stupidchicken.com> (Chong Yidong's message of "Sun, 25 Oct 2009 17:01:24 -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:116408 Archived-At: > However, unlike the other items in the Tools menu, which are one-off > commands, Semantic and EDE are minor modes. They can be toggled, just > like the items in the Options menu. It would also be nice to be able to > use the "Save Options" menu item to enable Semantic and EDE across > sessions. Custom-saving sounds good but only if it is able to enable CEDET features for some modes but not all. Stefan