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 on menu bar Date: Sat, 31 Oct 2009 14:10:38 -0400 Message-ID: <87fx8zv3hd.fsf@stupidchicken.com> 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 1257012663 3329 80.91.229.12 (31 Oct 2009 18:11:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 31 Oct 2009 18:11:03 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 31 19:10: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 1N4IPd-0001HT-8a for ged-emacs-devel@m.gmane.org; Sat, 31 Oct 2009 19:10:53 +0100 Original-Received: from localhost ([127.0.0.1]:60448 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4IPc-0002Qq-OK for ged-emacs-devel@m.gmane.org; Sat, 31 Oct 2009 14:10:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N4IPU-0002LQ-Sj for emacs-devel@gnu.org; Sat, 31 Oct 2009 14:10:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N4IPQ-0002Fk-99 for emacs-devel@gnu.org; Sat, 31 Oct 2009 14:10:44 -0400 Original-Received: from [199.232.76.173] (port=44109 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4IPQ-0002Fc-3U for emacs-devel@gnu.org; Sat, 31 Oct 2009 14:10:40 -0400 Original-Received: from pantheon-po30.its.yale.edu ([130.132.50.4]:55439) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N4IPP-00066e-CW for emacs-devel@gnu.org; Sat, 31 Oct 2009 14:10:39 -0400 Original-Received: from furry (173-14-147-246-NewEngland.hfc.comcastbusiness.net [173.14.147.246]) (authenticated bits=0) by pantheon-po30.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id n9VIAcvw020397 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 31 Oct 2009 14:10:38 -0400 Original-Received: by furry (Postfix, from userid 1000) id A0D52C070; Sat, 31 Oct 2009 14:10:38 -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-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:116522 Archived-At: > Conceptually, it would be cleaner to put CEDET in the Tools menu, > alongside the other development-related commands like "compile", "gdb", > etc. > > 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. I've added the CEDET items to the Tools menu. (It appears that there is already one toggle in the Tool menu: the flyspell menu item under Tools->Spell Checking.) It would be nice if "Save Options" could save these entries, but that may be confusing since they are not under the Options menu.