From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Weird &key arglists in ibuf-macs.el Date: Mon, 10 May 2004 19:35:03 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040510192655.A877.LEKTU@mi.madritel.es> References: <20040510191001.A874.LEKTU@mi.madritel.es> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1084211108 17773 80.91.224.253 (10 May 2004 17:45:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 May 2004 17:45:08 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 10 19:44:46 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BNEpZ-00019l-00 for ; Mon, 10 May 2004 19:44:45 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BNEpZ-0006vP-00 for ; Mon, 10 May 2004 19:44:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BNEhi-000729-DT for emacs-devel@quimby.gnus.org; Mon, 10 May 2004 13:36:38 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BNEgt-0006vt-4f for emacs-devel@gnu.org; Mon, 10 May 2004 13:35:47 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BNEgI-0006mm-K6 for emacs-devel@gnu.org; Mon, 10 May 2004 13:35:42 -0400 Original-Received: from [62.81.186.18] (helo=smtp08.retemail.es) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BNEgH-0006mE-OD for emacs-devel@gnu.org; Mon, 10 May 2004 13:35:10 -0400 Original-Received: from [127.0.0.1] ([213.37.34.3]) by smtp08.retemail.es (InterMail vM.5.01.05.32 201-253-122-126-132-20030307) with ESMTP id <20040510173508.KXZ23076.smtp08.retemail.es@[127.0.0.1]> for ; Mon, 10 May 2004 19:35:08 +0200 Original-To: emacs-devel@gnu.org In-Reply-To: <20040510191001.A874.LEKTU@mi.madritel.es> X-Mailer: Becky! ver. 2.09.01 [en] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23052 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23052 On Mon, 10 May 2004 19:11:49 +0200, Juanma Barranquero wrote: > (function ARG1 &optional ARG2) Obviously I meant (function ARG1 &rest ARG2) Grrr... Anyway, although what you propose works: > The thing to do here is to explicitly write the arglist in the > end of the docstring. =2E..I think "the thing to do" would be to fix help-make-usage. That's the whole point in having a help function to build arglist info for emacs-lisp/cl*.el modules, or else it would've sufficed to add \(fn ...) to every cl-related function. I'll put it in my TODO list, low-priority... :) /L/e/k/t/u