Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: INTERACTIVE_COMMENTS - why?
- X-seq: zsh-users 16282
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: INTERACTIVE_COMMENTS - why?
- Date: Wed, 24 Aug 2011 14:44:47 +0200
- Cc: zsh-users@xxxxxxx
- 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=
- In-reply-to: <87y5yjf251.fsf@ft.bewatermyfriend.org>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <87y5yjf251.fsf@ft.bewatermyfriend.org>
On 24 August 2011 14:02, Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author