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: lispref/modes.texi patch. Date: Thu, 24 Feb 2005 08:55:24 -0500 Message-ID: References: <87is4j1oyq.fsf@xs4all.nl> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1109255762 30996 80.91.229.2 (24 Feb 2005 14:36:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Feb 2005 14:36:02 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 24 15:36:01 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D4K5o-0001NE-0f for ged-emacs-devel@m.gmane.org; Thu, 24 Feb 2005 15:35:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D4KKJ-0007gi-Bp for ged-emacs-devel@m.gmane.org; Thu, 24 Feb 2005 09:50:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D4KGX-0002zz-2V for emacs-devel@gnu.org; Thu, 24 Feb 2005 09:46:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D4KGW-0002zg-D0 for emacs-devel@gnu.org; Thu, 24 Feb 2005 09:46:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D4Jy4-0007eX-8Z for emacs-devel@gnu.org; Thu, 24 Feb 2005 09:27:52 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D4JSe-0005RL-U0 for emacs-devel@gnu.org; Thu, 24 Feb 2005 08:55:24 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1D4JSe-00016T-Jv; Thu, 24 Feb 2005 08:55:24 -0500 Original-To: Lute Kamstra In-reply-to: <87is4j1oyq.fsf@xs4all.nl> (message from Lute Kamstra on Wed, 23 Feb 2005 12:43:25 +0100) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33775 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33775 What about documenting this feature of define-minor-mode? This change is ok, but the @defmac line has to be changed too. Right now it says that you can't specify keyword-args without these three. Here's what it should say: @defmac define-minor-mode mode doc [init-value [lighter [keymap]]] keyword-args... body...