From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 20186 invoked from network); 31 Mar 2022 19:27:19 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 31 Mar 2022 19:27:19 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20210803; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Content-Type:Subject:Cc:To:From:Date: References:In-Reply-To:Message-Id:Mime-Version:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=aOn6cjR9qR5+xREu7sxXzGgtuBls6CR7nJ94ELCkjNA=; b=bkOADkd2wh1l10t0INsg4exk+F pj84XPzEzsUVeqLSpPPKtk5Q4Bt0YwTNGrZfPbBLpuRw0a38x/0LfWbv/7MLYEQtF/V/liB7vfXzq kmu8gjilQdx9fjxGwaruAhlOkBbWoG8WvqUG87cPn29evjlMXcwJ5CwAEvriFK5PzNn8MpyTf8PqQ 3jXwMXyjY3aroaT8IMJI6/uQvXgY7kDeMY0JW++NzseWErpimYTgV9cW4sggd3MJCe3Uby0F/1G0z EYWeFoE4dL4ryr/O4AY1fsQY9ChGvvV+FACXCTXDwVU+a90k6oymp2CtISsShzETHPsZIMIyNH31v Q9DnxzCA==; Received: from authenticated user by zero.zsh.org with local id 1na0Rw-0005QO-NA; Thu, 31 Mar 2022 19:27:16 +0000 Received: from authenticated user by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1na0RK-0004l4-Vy; Thu, 31 Mar 2022 19:26:39 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailauth.nyi.internal (Postfix) with ESMTP id 4196A27C0060; Thu, 31 Mar 2022 15:26:37 -0400 (EDT) Received: from imap48 ([10.202.2.98]) by compute2.internal (MEProxy); Thu, 31 Mar 2022 15:26:37 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrudeigedgudefiecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefofgggkfgjfhffhffvufgtsehttdertderreejnecuhfhrohhmpefnrgif rhgvnhgtvggpgggvlhojiihquhgviicuoehlrghrrhihvhesiihshhdrohhrgheqnecugg ftrfgrthhtvghrnhepieekjeevledugeefiefgueelgffgtddtgeehvedvhedviefghedv ffeuvddvueehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homheplhgrrhhrhihvodhmvghsmhhtphgruhhthhhpvghrshhonhgrlhhithihqdduudeh udekjeejtdegqdduudelvdejfeekhedqlhgrrhhrhihvpeepiihshhdrohhrghesfhgrsh htmhgrihhlrdgtohhm X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 74B5B21E006E; Thu, 31 Mar 2022 15:26:36 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.7.0-alpha0-382-g88b93171a9-fm-20220330.001-g88b93171 Mime-Version: 1.0 Message-Id: <0b31c7ae-5654-47ab-bd2c-746b2773fe5d@www.fastmail.com> In-Reply-To: <87bkxm9v0m.fsf@vuxu.org> References: <87im12pj3i.fsf@vuxu.org> <4ede1b1e-f441-4b67-bc30-158c3397ca1d@www.fastmail.com> <1929934417.782788.1648716139543@mail2.virginmedia.com> <87bkxm9v0m.fsf@vuxu.org> Date: Thu, 31 Mar 2022 15:26:15 -0400 From: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= To: "Leah Neukirchen" , "Peter Stephenson" Cc: zsh-users@zsh.org Subject: Re: _brace_parameter: misleading help text for # Content-Type: text/plain X-Seq: 27641 Archived-At: X-Loop: zsh-users@zsh.org Errors-To: zsh-users-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-users-request@zsh.org X-no-archive: yes List-Id: List-Help: List-Subscribe: List-Unsubscribe: List-Post: List-Owner: List-Archive: On Thu, Mar 31, 2022, at 8:16 AM, Leah Neukirchen wrote: > Peter Stephenson writes: > >> -Evaluate the resulting words as numeric expressions and output the >> -characters corresponding to the resulting integer. Note that this form is >> -entirely distinct from use of the tt(#) without parentheses. >> +Evaluate the resulting words as numeric expressions and interpret >> +these as character codes. Output the corresponding characters. Note >> +that this form is entirely distinct from use of the tt(#) without >> +parentheses. > > This is way more clear indeed. I concur, but I think the original message suggested clarifying the completion blurb as well. -- vq