From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25383 invoked by alias); 21 Nov 2010 21:00:18 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28429 Received: (qmail 25838 invoked from network); 21 Nov 2010 21:00:05 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at klanderman.net does not designate permitted sender hosts) From: Greg Klanderman To: zsh-workers@zsh.org Subject: Re: PATCH: bash-style substrings & subarrays Reply-To: gak@klanderman.net Date: Sun, 21 Nov 2010 15:51:33 -0500 In-Reply-To: <101121121158.ZM400@torch.brasslantern.com> (Bart Schaefer's message of "Sun, 21 Nov 2010 12:11:56 -0800") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.17 (linux) References: <201011211702.oALH2ci6003141@pws-pc.ntlworld.com> <101121121158.ZM400@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii >>>>> On November 21, 2010 Bart Schaefer wrote: > Speaking of full emulation, has anyone looked at ksh's "typeset -T" ? > http://www2.research.att.com/~gsf/man/man1/ksh-man.html#Variable%20Assignments > http://www2.research.att.com/~gsf/man/man1/ksh-man.html#Type%20Variables Cool; having even simple structures would make fixing the fake-files and fake-dirs completion styles to not actually stat fake things a lot easier whenever I get around to tackling that. Greg