From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23473 invoked from network); 7 Feb 2009 20:19:06 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 7 Feb 2009 20:19:06 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 80552 invoked from network); 7 Feb 2009 20:18:59 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 7 Feb 2009 20:18:59 -0000 Received: (qmail 13409 invoked by alias); 7 Feb 2009 20:18:54 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26531 Received: (qmail 13396 invoked from network); 7 Feb 2009 20:18:53 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 7 Feb 2009 20:18:53 -0000 Received: from vms173007pub.verizon.net (vms173007pub.verizon.net [206.46.173.7]) by bifrost.dotsrc.org (Postfix) with ESMTP id EBBE680271F0 for ; Sat, 7 Feb 2009 21:18:50 +0100 (CET) Received: from torch.brasslantern.com ([96.238.220.215]) by vms173007.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-2.01 (built Jun 13 2007; 32bit)) with ESMTPA id <0KEP00HWHPOIG7U4@vms173007.mailsrvcs.net> for zsh-workers@sunsite.dk; Sat, 07 Feb 2009 14:17:07 -0600 (CST) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id n17KIfAW011944 for ; Sat, 07 Feb 2009 12:18:42 -0800 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id n17KIfb9011943 for zsh-workers@sunsite.dk; Sat, 07 Feb 2009 12:18:41 -0800 From: Bart Schaefer Message-id: <090207121841.ZM11942@torch.brasslantern.com> Date: Sat, 07 Feb 2009 12:18:41 -0800 In-reply-to: <200902071845.18648.arvidjaar@gmail.com> Comments: In reply to Andrey Borzenkov "Re: sourcing a sh file in zsh" (Feb 7, 6:45pm) References: <200901261949.54010.arvidjaar@gmail.com> <090129202501.ZM21284@torch.brasslantern.com> <200902071845.18648.arvidjaar@gmail.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@sunsite.dk Subject: Re: sourcing a sh file in zsh MIME-version: 1.0 Content-type: text/plain; charset=us-ascii X-Virus-Scanned: ClamAV 0.92.1/8963/Sat Feb 7 06:53:02 2009 on bifrost X-Virus-Status: Clean On Feb 7, 6:45pm, Andrey Borzenkov wrote: } } Like this? Works for me. } Index: Doc/Zsh/builtins.yo } +requested emulation. Emulation and all options will be restored to their } +original values before tt(emulate) returns.