From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18222 invoked from network); 23 Sep 2007 14:08:13 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 23 Sep 2007 14:08:13 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 77521 invoked from network); 23 Sep 2007 14:08:04 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 23 Sep 2007 14:08:04 -0000 Received: (qmail 23469 invoked by alias); 23 Sep 2007 14:07:53 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11869 Received: (qmail 23452 invoked from network); 23 Sep 2007 14:07:52 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 23 Sep 2007 14:07:52 -0000 Received: (qmail 76269 invoked from network); 23 Sep 2007 14:07:52 -0000 Received: from py-out-1112.google.com (64.233.166.181) by a.mx.sunsite.dk with SMTP; 23 Sep 2007 14:07:47 -0000 Received: by py-out-1112.google.com with SMTP id y63so2350322pyg for ; Sun, 23 Sep 2007 07:07:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=zcazylyPFdipJNzD6W+EMcqADFGip7WY3fO7jqy3rTk=; b=mwES4QVLz1hpWY8CYkHrstMtwFwRLGT5DxIAHQTt1L0l1ILHB/IcFOaPmZtfsaHDfQpQ37Mr4PPaghF4dA3Qf7dZBrS3Ha3T/lyadxvKw7oTXXuMAJNmhDGeTqrPyu7Nf/ke5uX2g9CsuU1DX7oFVrlq6h6XFlaJnIATFJdB2ZU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=NMwz1O+CHGtgvSTUUv2Y7Z0CZm5+6PRZVHVauUSGgy4ANM1O0fsxk7sS6/0Zqf5hgkMvmagnOk7fMKiviIydF3lxos1zUfE4zJd0LJPWigDbnVZ+/0Q5DsuhZd10qT9JhVuk/FjabLDpsudIebsxiKVCuk2HMMuRsYntIuW02/A= Received: by 10.64.213.3 with SMTP id l3mr4476554qbg.1190556465205; Sun, 23 Sep 2007 07:07:45 -0700 (PDT) Received: by 10.65.107.13 with HTTP; Sun, 23 Sep 2007 07:07:45 -0700 (PDT) Message-ID: <2d460de70709230707p6c934a84tee4bb2491cc3d19d@mail.gmail.com> Date: Sun, 23 Sep 2007 16:07:45 +0200 From: "Richard Hartmann" To: "zsh users" Subject: Which versiosn of ZSH of WS instead of NUL as result seperator MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, the vim source mentions that 'some' versions of zsh use as WS instead of NUL for the seperation of the result list. Does anyone know which versions that would be? Richard