From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15118 invoked by alias); 29 Nov 2014 10:53:54 -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: 19465 Received: (qmail 19916 invoked from network); 29 Nov 2014 10:53:42 -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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.2 Date: Sat, 29 Nov 2014 11:53:41 +0100 From: Roman Neuhauser To: Ray Andrews Cc: zsh-users@zsh.org Subject: Re: environment stuff. Message-ID: <20141129105341.GG23965@isis.sigpipe.cz> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5478FD73.8090703@eastlink.ca> User-Agent: Mutt/1.5.23 (2014-03-12) # rayandrews@eastlink.ca / 2014-11-28 14:55:47 -0800: > On 11/28/2014 01:58 PM, Roman Neuhauser wrote: > > # schaefer@brasslantern.com / 2014-11-27 15:05:14 -0800: > >> I don't think anyone ever LOOKS at "typeset -p" ... > > i do, quite often. > Interesting. What do you find in there Roman? 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. -- roman