Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

is email getting through?



Date: 4 Aug 2009 22:26:50 -0000
From: MAILER-DAEMON@xxxxxxxxxx
To: daveyostcom@xxxxxxxxx
Subject: failure notice

Hi. This is the qmail-send program at sunsite.dk.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<zsh-workers@xxxxxxxxxx>:
No delivery confirmation received.

--- Below this line is a copy of the message.

Return-Path: <daveyostcom@xxxxxxxxx>
Received: (qmail 4798 invoked from network); 28 Jul 2009 21:26:48 -0000
Received: from bifrost.dotsrc.org (130.225.254.106)
  by sunsite.dk with SMTP; 28 Jul 2009 21:26:48 -0000
Received: from mail-px0-f195.google.com (mail-px0-f195.google.com [209.85.216.195])
	by bifrost.dotsrc.org (Postfix) with ESMTP id 51B0F80525CB
	for <zsh-workers@xxxxxxxxxx>; Tue, 28 Jul 2009 23:26:41 +0200 (CEST)
Received: by pxi33 with SMTP id 33so222186pxi.9
        for <zsh-workers@xxxxxxxxxx>; Tue, 28 Jul 2009 14:26:40 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:sender:mime-version
         :message-id:date:to:from:subject:content-type;
        bh=JEM2Lzu7ZDzv9SYnID2/23EhTEmjcs3Z7ZxDOqAC6gk=;
        b=WQ3ZDWf5KWdmMjUiMZLRifAkW+HnePikvn/cdopw88iuPELDckSwQ0wnT2tX2pVn3T
         acudOYKWqeJw4oyY7DMdLPj5mHTcsGBXdT08EwHjXZWg/gwSuJi9DrdaPntzsSqfEjFl
         EOhO18/9//dKhuUivQxphwahPy4laDJcnu9f8=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=sender:mime-version:message-id:date:to:from:subject:content-type;
        b=HvvFd46LajBUEhe18VUfiJHES9eKay5TdMlb9NkbJepZpnbp8l3WkSmsCBjdU5zP3C
         HYYsIp7IijIOWPxSyYz258hBOzabbpU4jDeBSMXEMcU5ZmOflfBZITgEy71PE+Jt4wI9
         rKcIG8PsxgW1J1UeGW++ZtboMstVxE64NcmSk=
Received: by 10.115.55.10 with SMTP id h10mr11279381wak.99.1248748898210;
        Mon, 27 Jul 2009 19:41:38 -0700 (PDT)
Received: from ?192.168.1.2? (c-24-6-60-232.hsd1.ca.comcast.net [24.6.60.232])
        by mx.google.com with ESMTPS id v39sm14836679wah.62.2009.07.27.19.41.35
        (version=SSLv3 cipher=RC4-MD5);
        Mon, 27 Jul 2009 19:41:37 -0700 (PDT)
Sender: Dave Yost <daveyostcom@xxxxxxxxx>
Mime-Version: 1.0
Message-Id: <pdy988306240800c6934413ddc1@[192.168.1.2]>
Date: Mon, 27 Jul 2009 11:11:16 -0700
To: zsh-workers@xxxxxxxxxx
From: Dave Yost <Dave@xxxxxxxx>
Subject: diff -r {foo*
Content-Type: text/plain; charset="us-ascii" ; format="flowed"
X-Spam-Status: No, score=1.0 required=5.0 autolearn=no tests=BAYES_00,
	DATE_IN_PAST_06_12,DKIM_SIGNED,DKIM_VERIFIED,RCVD_IN_PBL,RCVD_IN_SORBS_DUL,
	RDNS_DYNAMIC,SPF_NEUTRAL,UNPARSEABLE_RELAY version=3.2.4
X-Spam-Level: *
X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on bifrost
X-Virus-Scanned: ClamAV 0.94.2/9627/Tue Jul 28 21:44:30 2009 on bifrost
X-Virus-Status: Clean

0 224 Z% echo $ZSH_VERSION
4.3.4
0 225 Z% mkdir -p foo1/bar foo2/bar
0 226 Z% diff -r {foo*

If I hit tab, it would be cool if I would get

0 226 Z% diff -r {foo1,foo2}/

Then if I hit tab again, I it would be cool to get

0 226 Z% diff -r {foo1,foo2}/bar/

Then if I hit tab again, I should get

0 226 Z% diff -r foo1/bar/ foo2/bar/


This is not the current behavior.

0 226 Z% diff -r {foo*

gets nothing, and

0 226 Z% diff -r {foo1,foo2}/

gets

0 226 Z% diff -r foo1/ foo2/



Messages sorted by: Reverse Date, Date, Thread, Author