Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
INTERACTIVE_COMMENTS - why?
- X-seq: zsh-users 16281
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: INTERACTIVE_COMMENTS - why?
- Date: Wed, 24 Aug 2011 14:02:50 +0200
- 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
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?
Regards, Frank
--
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
-- RFC 1925
Messages sorted by:
Reverse Date,
Date,
Thread,
Author