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:18:23 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20030330.165124.126582929.jet@gyve.org> <200303311551.h2VFp1xQ016968@rum.cs.yale.edu> <20030401.212717.98556456.jet@gyve.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1049359410 28274 80.91.224.249 (3 Apr 2003 08:43:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 3 Apr 2003 08:43:30 +0000 (UTC) Cc: monnier+gnu/emacs@rum.cs.yale.edu Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Apr 03 10:43:28 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 1910Jk-0007Ls-00 for ; Thu, 03 Apr 2003 10:43:28 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 1910LE-0001S5-00 for ; Thu, 03 Apr 2003 10:45:01 +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 1910Ik-0003MS-04 for emacs-devel@quimby.gnus.org; Thu, 03 Apr 2003 03:42:26 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 1910IM-0003C9-00 for emacs-devel@gnu.org; Thu, 03 Apr 2003 03:42:02 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 1910IJ-00034U-00 for emacs-devel@gnu.org; Thu, 03 Apr 2003 03:42:00 -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 1910II-00032J-00 for emacs-devel@gnu.org; Thu, 03 Apr 2003 03:41:58 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 190eNz-0001oO-00; Wed, 02 Apr 2003 04:18:23 -0500 Original-To: Masatake YAMATO In-reply-to: <20030401.212717.98556456.jet@gyve.org> (message from Masatake YAMATO on Tue, 01 Apr 2003 21:27:17 +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:12862 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12862 I'd like to reflect the suggestions given by Stefan Monnier to my patch. I've already created new patch against the current Emacs source code. I have to change the doc and NEWS file next. Please do.