From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: FW: loaded minor modes should be added to `mode-line-mode-menu'andOptions menu Date: Tue, 12 Feb 2008 12:44:56 -0500 Message-ID: References: <004801c86ce6$07803620$9eb22382@us.oracle.com> <003301c86d39$dae12210$405a908d@us.oracle.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1202838364 27149 80.91.229.12 (12 Feb 2008 17:46:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Feb 2008 17:46:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 12 18:46:27 2008 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 1JOzCv-0003D2-Rg for ged-emacs-devel@m.gmane.org; Tue, 12 Feb 2008 18:46:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOzCS-0007Ow-9r for ged-emacs-devel@m.gmane.org; Tue, 12 Feb 2008 12:45:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOzBj-00070E-0J for emacs-devel@gnu.org; Tue, 12 Feb 2008 12:44:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOzBh-0006yU-6a for emacs-devel@gnu.org; Tue, 12 Feb 2008 12:44:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOzBh-0006yI-3O for emacs-devel@gnu.org; Tue, 12 Feb 2008 12:44:57 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JOzBh-0007ha-51 for emacs-devel@gnu.org; Tue, 12 Feb 2008 12:44:57 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JOzBg-0006Zt-D8; Tue, 12 Feb 2008 12:44:56 -0500 In-reply-to: <003301c86d39$dae12210$405a908d@us.oracle.com> (drew.adams@Oracle.com) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:88888 Archived-At: Fair enough. But instead of doing such filtering via hard-coding in a repetitive way, why not let `define-minor-mode', `define-global-minor-mode', and `define-globalized-minor-mode' do it? It isn't worth the trouble. Let's drop the issue.