Re: Hi all
[notmuch-archives.git] / 0a / f0d0441446c0d49af9906db01b021be43fa9ca
1 Return-Path: <tomi.ollila@iki.fi>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 48650431FBF\r
6         for <notmuch@notmuchmail.org>; Wed,  5 Feb 2014 13:12:39 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 1.207\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.207 tagged_above=-999 required=5\r
12         tests=[MISSING_HEADERS=1.207] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id iZBf+NREmJ2e for <notmuch@notmuchmail.org>;\r
16         Wed,  5 Feb 2014 13:12:31 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 8440C431FAE\r
19         for <notmuch@notmuchmail.org>; Wed,  5 Feb 2014 13:12:31 -0800 (PST)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id 95738100033\r
22         for <notmuch@notmuchmail.org>; Wed,  5 Feb 2014 23:12:22 +0200 (EET)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 Cc: notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH 0/5] lib: make folder: prefix literal\r
26 In-Reply-To: <m2vbwtwvnh.fsf@guru.guru-group.fi>\r
27 References: <cover.1389304779.git.jani@nikula.org>\r
28         <87y525m649.fsf@awakening.csail.mit.edu>\r
29         <87r47wfltb.fsf@nikula.org> <87iot8f4vg.fsf@nikula.org>\r
30         <20140130220234.GI4375@mit.edu> <87fvo2yjc4.fsf@nikula.org>\r
31         <20140204200249.GO4375@mit.edu> <m2vbwtwvnh.fsf@guru.guru-group.fi>\r
32 User-Agent: Notmuch/0.17+55~g4397960 (http://notmuchmail.org) Emacs/24.3.1\r
33         (x86_64-unknown-linux-gnu)\r
34 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
35         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
36         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
37 Date: Wed, 05 Feb 2014 23:12:22 +0200\r
38 Message-ID: <m261otmfgp.fsf@guru.guru-group.fi>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Wed, 05 Feb 2014 21:12:39 -0000\r
54 \r
55 On Wed, Feb 05 2014, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
56 \r
57 > On Tue, Feb 04 2014, Austin Clements <amdragon@MIT.EDU> wrote:\r
58 >\r
59 >\r
60 > In zsh:\r
61 >\r
62 > $ echo whatever:/**\r
63 > whatever:/**\r
64 \r
65 Except (retested after seeing related IRC msg from Austin):\r
66 \r
67 $ unsetopt no_nomatch\r
68 $ echo whatever:/**\r
69 zsh: no matches found: whatever:/**\r
70 \r
71 We can maybe document this (and bash nullglob) for users to decide\r
72 how they want their shells to behave...\r
73 \r
74 Tomi\r
75 \r
76 \r
77 > Quick check with:\r
78 > ksh-20100621-12.el6.x86_64,\r
79 > dash-0.5.5.1-3.1.el6.x86_64\r
80 > busybox-1.15.1-20.el6.x86_64 (busybox sh & busybox ash)\r
81 > and\r
82 > http://sourceforge.net/projects/heirloom/files/heirloom-sh/050706/heirloom-sh-050706.tar.bz2/download\r
83 >\r
84 > all do the same (non-)expansion.\r
85 >\r
86 >\r
87 > I vaguely remember some shells did puke some error when expansion yielded\r
88 > no results... maybe some shell option does it. Definitely not mainstream\r
89 > feature.\r
90 \r
91 ... or maybe it is after all ;/\r
92 \r
93 >\r
94 > Tomi\r
95 \r