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 5577 invoked from network); 26 Nov 2022 04:50:54 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 26 Nov 2022 04:50:54 -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-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=YNemZj7ZfVAq2Kr3MKPrveMf92KttjeriP8ZNy7M6rM=; b=rldHiFX41vfPoHwta8rH/TGWPc 78RIwolGyTrKC6ZVck/EFRCdIJ4jqDoFREcoYngH9pFhdkWwCWtAJPE5/aOPgtV6Nf6BVFi6k7nIy x4igJ9gVCws5dw04s30ZDEkCrP5T0Cif2YThbRqI9Qp4u1xbgpeo+3IBzukyqZvJFavTAVPLqUVga OCUHthru2DHxGBz1yUMcH/Z8J70I1yrXlhEWLkHq/mgul/mgEuT64i7FPCCvTNvlNMbskphRapZS8 nlpsMixI5D3e0B1qixDeb3ixfnF+ZN6bpHAUX//Tki/0tyLPkhKQDY3S7YnqQAL4NZZuFAWcSX7m3 XEsdoySw==; Received: by zero.zsh.org with local id 1oyn9R-0005Kp-Fi; Sat, 26 Nov 2022 04:50:53 +0000 Received: by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1oyn8a-0004cV-8t; Sat, 26 Nov 2022 04:50:00 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailauth.nyi.internal (Postfix) with ESMTP id BD54527C005B; Fri, 25 Nov 2022 23:49:57 -0500 (EST) Received: from imap48 ([10.202.2.98]) by compute2.internal (MEProxy); Fri, 25 Nov 2022 23:49:57 -0500 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvgedrieeigdejgecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefofgggkfgjfhffhffvvefutgfgsehtqhertderreejnecuhfhrohhmpefnrgif rhgvnhgtvgcugggvlhojiihquhgviicuoehlrghrrhihvhesiihshhdrohhrgheqnecugg ftrfgrthhtvghrnhepheegieduieegvddvffdvgeefuddugfetvdettddtfedutdejvefg jefgveethedunecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homheplhgrrhhrhihvodhmvghsmhhtphgruhhthhhpvghrshhonhgrlhhithihqdduudeh udekjeejtdegqdduudelvdejfeekhedqlhgrrhhrhihvpeepiihshhdrohhrghesfhgrsh htmhgrihhlrdgtohhm X-ME-Proxy: Feedback-ID: iaa214773:Fastmail Received: by mailuser.nyi.internal (Postfix, from userid 501) id 876E431A0063; Fri, 25 Nov 2022 23:49:57 -0500 (EST) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.7.0-alpha0-1115-g8b801eadce-fm-20221102.001-g8b801ead Mime-Version: 1.0 Message-Id: In-Reply-To: References: Date: Fri, 25 Nov 2022 23:49:19 -0500 From: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= To: "Ray Andrews" Cc: zsh-users@zsh.org Subject: Re: trap question Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Seq: 28433 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, Nov 25, 2022, at 11:27 PM, Ray Andrews wrote: > On 2022-11-25 17:57, Bart Schaefer wrote: >> remain un-expandable within single quotes. Is this an exception or >>> somehow to be viewed as routine? >> You can think of "trap" as a delayed "eval". > Ok, so I can continue to expect that there's no expansions within sing= le=20 > quotes.=C2=A0 It's sorta intuitive that a trap is a special case. It's not a special case, just like "eval" isn't a special case. --=20 vq