all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: Patch: make eldoc indicate current argument
Date: Thu, 12 Jul 2007 23:25:12 -0600	[thread overview]
Message-ID: <f772bk$m86$1@sea.gmane.org> (raw)
In-Reply-To: <E1I3h9x-0005k0-OS@fencepost.gnu.org>

Richard Stallman wrote:
> &optional and &rest appear in calling patterns of functions.
> We use ellipses and square brackets in calling patterns of macros
> and special forms.
> 
> 						 Some use "..." appended
>       to an argument name, e.g. "CLAUSES...".  And, some use "..." as a
>       standalone argument name (see 'when').
> 
> Do you mean this?
> 
>     (when COND BODY ...)
> 
> If so, I think that is a misunderstanding.  The ellipsis here is not
> an argument name, it is just an ellipsis.  The space after `BODY' has
> no significance.
 >
 > Perhaps we should delete that space, for consistency.

The problem is not the space, it is the ellipsis, which is usually
interpreted in this context to mean "et cetera".  But there is only 1
BODY, which is the list of individual body forms.

I would prefer

	(when COND &rest BODY)

or

	(when COND FORM ...)

-- 
Kevin Rodgers
Denver, Colorado, USA

  parent reply	other threads:[~2007-07-13  5:25 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-27 17:04 Patch: make eldoc indicate current argument Tom Tromey
2007-06-27 23:42 ` Richard Stallman
2007-06-28  4:48   ` Tom Tromey
2007-07-13  5:25   ` Kevin Rodgers [this message]
2007-07-13  7:15     ` David Kastrup
2007-07-13 23:09       ` Richard Stallman
2007-07-14 11:11         ` Juanma Barranquero
2007-07-14 16:17           ` David Kastrup
2007-07-14 22:33             ` Richard Stallman
2007-07-15  8:20               ` Juanma Barranquero
2007-07-15 22:54                 ` Richard Stallman
2007-07-15  9:27             ` Johan Bockgård
2007-07-15 22:54               ` Richard Stallman
2007-07-15 23:23               ` Paul Pogonyshev
2007-07-17  3:34                 ` Richard Stallman
2007-07-17  4:36                   ` Stefan Monnier
2007-07-18  4:42                     ` Richard Stallman
2007-06-28 20:35 ` Tom Tromey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='f772bk$m86$1@sea.gmane.org' \
    --to=kevin.d.rodgers@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.