Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham
	autolearn_force=no version=3.4.0
Date: Fri, 15 Jan 2016 06:26:50 +0000
From: Daniel Shahaf <d.s@daniel.shahaf.name>
To: Bart Schaefer <schaefer@brasslantern.com>
Cc: Zsh hackers list <zsh-workers@zsh.org>
Subject: Re: backward-kill-shell-word widget
Message-ID: <20160115062650.GA12223@tarsus.local2>
References: <CAKc7PVAgH7YOD+Q0wo2iO0-tOGKbHNpuK=OCTs7WG_YJUbGyVg@mail.gmail.com>
 <CAKc7PVA2iY4rzcaCmt_Tt0huhQA7O5vyiQ3UWLk_OC=CiC=s1g@mail.gmail.com>
 <20160113011850.GC2736@tarsus.local2>
 <CAKc7PVB8=7Z5jU31Brpb1YW6MGZeB7e+VmpE038ZrOicn=bEVA@mail.gmail.com>
 <20160114001341.GA4698@tarsus.local2>
 <160113225402.ZM14484@torch.brasslantern.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <160113225402.ZM14484@torch.brasslantern.com>
User-Agent: Mutt/1.5.23 (2014-03-12)
X-Seq: zsh-workers 37638

Bart Schaefer wrote on Wed, Jan 13, 2016 at 22:54:02 -0800:
> On Jan 14, 12:13am, Daniel Shahaf wrote:
> }
> } Perhaps that has something to do with the fact that the zsh default
> } setup is rather minimal: no cwd in PS1, no history tracking, etc..
> 
> I've been noodling about with a set of default styles to set for
> compsys, not (obviously) to be incorporated into the C code but to
> be distributed as a source-able (or potentially autoloadable) file.
> It would replace the zstyle stuff at the end of StartupFiles/zshrc.
> 

Nice.  Having that would let people opt-in to a more useful default.
(Vim does something similar: it a conservative default and an opt-in to
a less conservative default.)

Somewhat related: From time to time I run into snippets that I would
consider including in some collection of "useful styles", but I don't
know of a good place to add those snippets to.  I'm not sure
StartupFiles/zshrc is that place (do users ever see it?).  Where, then?

