zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Zsh hackers list <zsh-workers@zsh.org>
Subject: Missing LPAR/RPAR in options.yo
Date: Tue, 27 Dec 2011 13:35:36 -0800	[thread overview]
Message-ID: <CAH+w=7aOkdR16c-iHzzjv_iHaoXVD835BhSyquGh=vPpFdDMdQ@mail.gmail.com> (raw)

iIncluding file Zsh/options.yo
options.yo:577: No macro: args(...)
options.yo:577: No macro: args(...)

Index: Doc/Zsh/options.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/options.yo,v
retrieving revision 1.104
diff -u -r1.104 options.yo
--- Doc/Zsh/options.yo	8 Dec 2011 19:42:07 -0000	1.104
+++ Doc/Zsh/options.yo	27 Dec 2011 21:32:13 -0000
@@ -567,12 +567,12 @@
 For example, with both options unset a function may be defined
 in the following fashion:

-example(args() { echo $# })
+example(args+LPAR()RPAR() { echo $# })

 while if either option is set, this does not work and something
 equivalent to the following is required:

-example(args() { echo $#; })
+example(args+LPAR()RPAR() { echo $#; })

 )
 pindex(KSH_GLOB)


                 reply	other threads:[~2011-12-27 21:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='CAH+w=7aOkdR16c-iHzzjv_iHaoXVD835BhSyquGh=vPpFdDMdQ@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@zsh.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 public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).