From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29180 invoked by alias); 17 Apr 2014 23:52:13 -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: 18733 Received: (qmail 26572 invoked from network); 17 Apr 2014 23:52:07 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) 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.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=avbOJRku+Y8pTqtYMbengw+pWBm82+qp3FuTs4OFBLo=; b=K1HuECuOQ4gi+FAUPObCBkdCtJbumCoct7mkCjDXP55lXbFoEZt3kzf3EPeKP2Snjs Bz1XBO9EAwzI7ucGjWnzctbpebQYLWN1etUfJKBIco+eSHQkqF7azZ0XpZROy+kKSChu AMuD7ErhhB+tMp7ueqfqzxxVzO+wdhkP2xTDLjVH4wo/QEdMbDL/xvQKU7qtVYTvusRI DFtVRaEENYKAA2OILUBF2n6IJxeUOyPN/n2yEONicDZZeC2cF/zspKcxV665x0MMfVwW CpOG7S+GMVmqH9Hrk0t1qaVOGJpcQ4gMJ75uRXvt5ugsEbc83lVm5vW+z94EUdfdqIfo tG3A== X-Received: by 10.52.123.39 with SMTP id lx7mr8397064vdb.22.1397778725067; Thu, 17 Apr 2014 16:52:05 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <140417154855.ZM22920@torch.brasslantern.com> References: <140416102727.ZM19090@torch.brasslantern.com> <534FE710.3020601@eastlink.ca> <140417123722.ZM22179@torch.brasslantern.com> <5350494F.6070003@eastlink.ca> <140417154855.ZM22920@torch.brasslantern.com> From: shawn wilson Date: Thu, 17 Apr 2014 19:51:45 -0400 Message-ID: Subject: Re: setopt interactivecomments To: Bart Schaefer Cc: Zsh Users Content-Type: text/plain; charset=UTF-8 On Thu, Apr 17, 2014 at 6:48 PM, Bart Schaefer wrote: > On Apr 17, 6:07pm, shawn wilson wrote: > } > } As for this (and other 'features') I suppose I'd expect package > } maintainers in Linux to make it as close to what you'd get in bash as > } possible and the core package to come with configs to get as close to > } what sh does by default. > > How does that make sense? If you want "as close to what sh does by > default" just *use bash*, don't reconfigure things that aren't bash. > > Unless for some reason you can't install bash, which is why zsh behaves > differently if you name it "sh" instead, so you don't have to worry > about otherwise mucking its configuration to make it bash-like. I use zsh because of the zle stuff and (much better) completion and OMZ and other stuff. I still expect it to behave a certain way. Basically, I like it for my main shell because I can twist it in ways that would be much harder (or impossible) in bash (and because BashIt has a way to go before they're near OMZ).