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: Mon, 07 Apr 2003 22:30:53 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20030401.215848.126573280.jet@gyve.org> <20030408.004643.59469503.jet@gyve.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1049769556 18346 80.91.224.249 (8 Apr 2003 02:39:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 8 Apr 2003 02:39:16 +0000 (UTC) Cc: monnier+gnu/emacs@rum.cs.yale.edu Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Apr 08 04:39:09 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 192izv-0004jD-00 for ; Tue, 08 Apr 2003 04:38:07 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 192j3i-000847-00 for ; Tue, 08 Apr 2003 04:42:02 +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 192j00-000812-02 for emacs-devel@quimby.gnus.org; Mon, 07 Apr 2003 22:38:12 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 192izd-0007ul-00 for emacs-devel@gnu.org; Mon, 07 Apr 2003 22:37:49 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 192iub-00062b-00 for emacs-devel@gnu.org; Mon, 07 Apr 2003 22:32:39 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 192isw-0004UP-00 for emacs-devel@gnu.org; Mon, 07 Apr 2003 22:30:54 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 192isv-0000pG-00; Mon, 07 Apr 2003 22:30:53 -0400 Original-To: Masatake YAMATO In-reply-to: <20030408.004643.59469503.jet@gyve.org> (message from Masatake YAMATO on Tue, 08 Apr 2003 00:46:43 +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:13005 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13005 It looks good. You would need to merge it with the small changes that I made yesterday which were designed to make describe-minor-mode handle all the minor modes in minor-mode-alist. Meanwhile, I found that all the minor modes in minor-mode-alist is just a small subset of them. It really ought to handle ALL minor modes. Which means we need a new list which would be the list of all minor mode symbols. Making add-minor-mode build such a list would get most of the way there. So I will do that. It's called minor-mode-list.