From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.4 Received: from zero.zsh.org (zero.zsh.org [IPv6:2a02:898:31:0:48:4558:7a:7368]) by inbox.vuxu.org (Postfix) with ESMTP id EFB5E21351 for ; Sun, 5 May 2024 07:26:02 +0200 (CEST) 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-Transfer-Encoding: Content-Type:Subject:Cc:To:From:Date:References:In-Reply-To:Message-Id: MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=C8f4aqRbP7vTzUjzE38HnBVAC/Vlj+L0QN+FcbbMJPw=; b=VAI1t9OWyiJm3/S1o/+FoUazDQ xn/FybBBluJcMjzDOAApgQtbYquwXaQB5K4WniU8VW/J9XoClW6/1RP8o0lkcZEJwQ3P58jY8ovEf 3zOyg1nRyQg2iQHNBDL6lsl4obUhoNJvs6LsCPwhYulvoDlEU6aw0nbcWAHv2ifLkkVaCcl4u5v0V MfCpV/jqcRXEEDF2EAMU5alm7y9/rtwWrqbbz0Xlo28kNWUPIw1qNGwUKpDMIvYnPPX1YO1dem07a 6e6Zylmy/TB0NL3IlerpY07HPKj/OlD1/lmqmsXQht0UJgjfuAvACMx0m+X7wN7GtCOYFzXyGb11O +dZ9yXLg==; Received: by zero.zsh.org with local id 1s3UNu-000N7y-H1; Sun, 05 May 2024 05:26:02 +0000 Received: by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1s3UNH-000MPj-K6; Sun, 05 May 2024 05:25:23 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailfauth.nyi.internal (Postfix) with ESMTP id 6CDE51200032; Sun, 5 May 2024 01:25:21 -0400 (EDT) Received: from imap48 ([10.202.2.98]) by compute2.internal (MEProxy); Sun, 05 May 2024 01:25:21 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvledrvddvfedgleejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepofgfggfkjghffffhvfevufgtgfesthhqredtreerjeenucfhrhhomhepnfgr fihrvghntggvucggvghljoiiqhhuvgiiuceolhgrrhhrhihvseiishhhrdhorhhgqeenuc ggtffrrghtthgvrhhnpeehgeeiudeigedvvdffvdegfeduudfgtedvtedttdefuddtjeev gfejgfevteehudenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfh hrohhmpehlrghrrhihvhdomhgvshhmthhprghuthhhphgvrhhsohhnrghlihhthidquddu hedukeejjedtgedqudduledvjeefkeehqdhlrghrrhihvheppeiishhhrdhorhhgsehfrg hsthhmrghilhdrtghomh X-ME-Proxy: Feedback-ID: iaa214773:Fastmail Received: by mailuser.nyi.internal (Postfix, from userid 501) id 24B3931A0066; Sun, 5 May 2024 01:25:21 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.11.0-alpha0-417-gddc99d37d-fm-hotfix-20240424.001-g2c179674 MIME-Version: 1.0 Message-Id: In-Reply-To: References: <08c57670-aa9f-41db-b0d3-574ec1e222f0@eastlink.ca> Date: Sun, 05 May 2024 01:23:25 -0400 From: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= To: "Bart Schaefer" Cc: zsh-users@zsh.org Subject: Re: lost sysread Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Seq: 29888 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 Fri, May 3, 2024, at 7:57 PM, Bart Schaefer wrote: > On Fri, May 3, 2024 at 4:56=E2=80=AFPM Lawrence Vel=C3=A1zquez wrote: >> >> The sysread builtin is provided by the zsh/system module. You have >> to load the module and enable sysread before you can use it. >> >> zmodload -F zsh/system b:sysread > > Just > zmodload zsh/system > will enable all the builtins, it's not actually necessary to > explicitly call out sysread. Right; I just didn't want to recommend a command that would do more than absolutely necessary. --=20 vq