zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Jun T <takimoto-j@kba.biglobe.ne.jp>
Cc: zsh-workers@zsh.org
Subject: Re: [PATCH] Misc. named reference updates
Date: Wed, 19 Jul 2023 15:29:01 -0700	[thread overview]
Message-ID: <CAH+w=7bA8hr5vijvYYdmA=4HOe0Ebo6QSCDfhSjEnQ1mP4h2xQ@mail.gmail.com> (raw)
In-Reply-To: <24AD0985-A4ED-449F-A0A0-6CEF37238666@kba.biglobe.ne.jp>

[-- Attachment #1: Type: text/plain, Size: 532 bytes --]

On Wed, Jul 19, 2023 at 6:25 AM Jun T <takimoto-j@kba.biglobe.ne.jp> wrote:

> A minor problem.
> In zshbuiltin(1), line 1734 (builtin.yo:1927)
>
>        typeset [ {+|-}n ] [ -gr ] [ name[=value] …  ]
>
> I think {+|-}n is not optional here
>

Hmm.  Yes, I suppose the variation with {+|-}r and without -n is covered by
the previous xitem().  Also need to update for the ability to remove
readonly.  +g doesn't mean anything useful (?) so perhaps

    typeset {+|-}n [ -g ] [ {+|-}r ] [ name[=value] ... ]

??

[-- Attachment #2: Type: text/html, Size: 885 bytes --]

      reply	other threads:[~2023-07-19 22:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-16 23:39 Bart Schaefer
2023-07-19 13:25 ` Jun T
2023-07-19 22:29   ` Bart Schaefer [this message]

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=7bA8hr5vijvYYdmA=4HOe0Ebo6QSCDfhSjEnQ1mP4h2xQ@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=takimoto-j@kba.biglobe.ne.jp \
    --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).