From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6908 invoked by alias); 29 Nov 2014 16:21:35 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 19466 Received: (qmail 14635 invoked from network); 29 Nov 2014 16:21:32 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-Authority-Analysis: v=2.1 cv=HYUtEE08 c=1 sm=1 tr=0 a=RJlFmrLtQxzI0svbHzu4CA==:117 a=RJlFmrLtQxzI0svbHzu4CA==:17 a=G8GL833Es-AA:10 a=N659UExz7-8A:10 a=vR8U5wmffFVXyDKdGOcA:9 a=pILNOxqGKmIA:10 a=x49qPSBtWx4A:10 a=Wy2Pyo_umsoA:10 a=O3z0ir9ZqtMA:10 Message-id: <5479F288.7000508@eastlink.ca> Date: Sat, 29 Nov 2014 08:21:28 -0800 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.2.0 MIME-version: 1.0 To: zsh-users@zsh.org Subject: Re: environment stuff. References: <54767D11.8050206@eastlink.ca> <141126180307.ZM11187@torch.brasslantern.com> <54768B8D.8000901@eastlink.ca> <141126194510.ZM11510@torch.brasslantern.com> <5477A255.2090006@eastlink.ca> <141127150514.ZM5147@torch.brasslantern.com> <20141128215810.GE23965@isis.sigpipe.cz> <5478FD73.8090703@eastlink.ca> <20141129105341.GG23965@isis.sigpipe.cz> In-reply-to: <20141129105341.GG23965@isis.sigpipe.cz> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit On 11/29/2014 02:53 AM, Roman Neuhauser wrote: > typeset -p prints variables that are in scope, not just exported ones. > i can nest several expansions and inspect the results as i add each > layer. Ah, so a sort of global variable viewer.