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 autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 28886 invoked from network); 27 Feb 2023 20:29:02 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 27 Feb 2023 20:29:02 -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=Ajd0XzO2zr6peBE28wRwXaQjduMMNfIu6I7MT0z+8RI=; b=PMAf4kvanuwdHeVnM3+6F+PymN RLH0/Dl0l2sW/JvDVObCOooxd2AvmWFUQIH3pybswv43akwDEQHaKEeBW2bpb5sOUaDVeb4MpyfBa Kj31X3rYd6aTpXWyTM58v/uywc+mSWE/kzUbEfoZuIddodRQIDyVjqOxi0fFrpIUtBIRjx6+/2RIe 2Qk9OfiyRlKZqzTWuH9OHeZZVDd7V4BbozLl3TOzRVOfTT48/vCEWollAyEuHCyMAQE/Nh967aE7y CnE85clC1cAIR47IZewzVu2O8xwU7dAckHVTPIbn1+CVnlKJFr6fQKOyc3YXqgKgrRuC6Yw/ObT/3 bXO+oO9g==; Received: by zero.zsh.org with local id 1pWk7I-000898-8c; Mon, 27 Feb 2023 20:29:00 +0000 Received: by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1pWk6V-0007RT-8Z; Mon, 27 Feb 2023 20:28:11 +0000 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailauth.nyi.internal (Postfix) with ESMTP id 9CB0027C005A; Mon, 27 Feb 2023 15:28:08 -0500 (EST) Received: from imap48 ([10.202.2.98]) by compute1.internal (MEProxy); Mon, 27 Feb 2023 15:28:08 -0500 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrudeltddgudeffecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefofgggkfgjfhffhffvvefutgesthdtredtreerjeenucfhrhhomhepnfgr fihrvghntggvucggvghljoiiqhhuvgiiuceolhgrrhhrhihvseiishhhrdhorhhgqeenuc ggtffrrghtthgvrhhnpeeuuefgieffveeiieehtdegffffvedvvdeileevhfehffduueeu vdekveekvefgieenucffohhmrghinhepiihshhdrohhrghenucevlhhushhtvghrufhiii gvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlrghrrhihvhdomhgvshhmthhprghu thhhphgvrhhsohhnrghlihhthidqudduhedukeejjedtgedqudduledvjeefkeehqdhlrg hrrhihvheppeiishhhrdhorhhgsehfrghsthhmrghilhdrtghomh X-ME-Proxy: Feedback-ID: iaa214773:Fastmail Received: by mailuser.nyi.internal (Postfix, from userid 501) id 4F17231A0064; Mon, 27 Feb 2023 15:28:08 -0500 (EST) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.9.0-alpha0-183-gbf7d00f500-fm-20230220.001-gbf7d00f5 Mime-Version: 1.0 Message-Id: <8de47d93-89bc-49b8-89cf-5d8a476d92a5@app.fastmail.com> In-Reply-To: <0152877b-02dd-d30d-7141-96a772fe513e@spamtrap.tnetconsulting.net> References: <0152877b-02dd-d30d-7141-96a772fe513e@spamtrap.tnetconsulting.net> Date: Mon, 27 Feb 2023 15:27:48 -0500 From: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= To: "Grant Taylor" Cc: zsh-users@zsh.org Subject: Re: Looking for a pointer on what to search for to find information on command expansion / substitution. Content-Type: text/plain X-Seq: 28964 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 Sat, Feb 25, 2023, at 1:50 PM, Grant Taylor wrote: > Hi, > > I need some help knowing what to search for / where to look to find > information on something I want to rebuild after recently loosing access > to a system with a working config. (Please don't ask, I can't tell.) > > I had a Zsh feature configured such that I could type "sclient" > and it ZLE (?) would replace that with "openssl s_client". > > I'd like to rebuild this functionality on my current system, but I'm not > sure what Zsh feature this was. I do know that it wasn't aliase. I > also think that it wasn't a function. I /think/ it was a ZLE tweak. > > Will someone point me at what I need to search for in the man page to > rebuild this functionality? This is exactly the same message you posted two days ago. Did you resend it erroneously? Did you see Roman's reply to the original? https://www.zsh.org/mla/users/2023/msg00349.html -- vq