From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: |PATCH| describe-minor-mode and describe-minor-mode-from-indicator Date: Wed, 02 Apr 2003 04:19:48 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200303311551.h2VFp1xQ016968@rum.cs.yale.edu> <20030401.215848.126573280.jet@gyve.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1049276093 22919 80.91.224.249 (2 Apr 2003 09:34:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 2 Apr 2003 09:34:53 +0000 (UTC) Cc: monnier+gnu/emacs@rum.cs.yale.edu Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Apr 02 11:34:50 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 190edu-0005xN-00 for ; Wed, 02 Apr 2003 11:34:50 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 190eev-00051x-00 for ; Wed, 02 Apr 2003 11:35:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 190ecu-0004XP-06 for emacs-devel@quimby.gnus.org; Wed, 02 Apr 2003 04:33:48 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 190ec7-0004C9-00 for emacs-devel@gnu.org; Wed, 02 Apr 2003 04:32:59 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 190eZu-0002Eq-00 for emacs-devel@gnu.org; Wed, 02 Apr 2003 04:30:43 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10.13) id 190eYv-000271-01 for emacs-devel@gnu.org; Wed, 02 Apr 2003 04:29:41 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 190ePM-00020G-00; Wed, 02 Apr 2003 04:19:48 -0500 Original-To: Masatake YAMATO In-reply-to: <20030401.215848.126573280.jet@gyve.org> (message from Masatake YAMATO on Tue, 01 Apr 2003 21:58:48 +0900 (JST)) Original-cc: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12835 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12835 It occurs to me that describe-minor-mode-from-indicator and describe-minor-mode should be combined. There should be one function that accepts both kinds of arguments. This should not be difficult to do, and it would make things simpler. Meanwhile, we were talking about how to make the completion list for describe-minor-mode--which minor modes to include. Someone described it as a "menu", so I assumed we were talking about which minor modes to display in the menu. But I see it is really a completion list. Definitely it should include all minor modes, not just the enabled ones.