From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22865 invoked by alias); 24 Aug 2011 13:07:25 -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: 16282 Received: (qmail 17267 invoked from network); 24 Aug 2011 13:07:24 -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=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.220.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ur6WqhPJquhNLt8e/+wWMqAzmGfF1Lvx4iSckVWmrpk=; b=CsfflcWjZz27AWnC3+sNVhrRVgrmovDaG6lsfXmLzsUaXgOlEOyi4+8VmeKy1sCqaz OYf8WRY9RP2b88drAc4ChCUkSmDDa/F8SD454FH3SoPesvF+KqHmeaue7RcOrBGcCr7E erMlrBpiSjraXYs1TWWeSX7y/0XEeqqPVGN/U= MIME-Version: 1.0 In-Reply-To: <87y5yjf251.fsf@ft.bewatermyfriend.org> References: <87y5yjf251.fsf@ft.bewatermyfriend.org> Date: Wed, 24 Aug 2011 14:44:47 +0200 Message-ID: Subject: Re: INTERACTIVE_COMMENTS - why? From: Mikael Magnusson To: Frank Terbeck Cc: zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 On 24 August 2011 14:02, Frank Terbeck wrote: > Hey list! > > I've been wondering why the option `interactive_comments' is there at > all. I thought, that maybe comments would clash with some corner cases > of `extended_glob', like when you have a file called "a b" and try a > glob "a\ #b". But that is not the case. > > Since I couldn't find a technical reason for it, it might be there for > emulating the behaviour of another shell. My guess would be csh or tcsh, > which behave like that, too AFAIK. > > Can someone confirm that suspicion or did I miss a technical issue that > can be avoided by having `interactive_comments' unset? % setopt noextendedglob % touch #foo % ls #foo #foo ? -- Mikael Magnusson