From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8538 invoked by alias); 10 Jun 2013 15:38:54 -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: 17829 Received: (qmail 1921 invoked from network); 10 Jun 2013 15:38:49 -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 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.212.172 as permitted sender) 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=A8nlBGMDIssc+jZaqzd4Jrsoa89ZreRBQbO+zh7JX/M=; b=McNY0IzzHTW2h4LX4NZZPXFX28ZGT5tVJ5ceJXG7TeB8JLEhXFBKLvBBKjkbW9Xq0n CQpopybm7pFrESo/2BvyANALQw64p++h3sfLPB6l6fPTnm6q1fcgN6aZKOoKE2jvZsvh P3DtVWIj49xifjZWFPGXy8ynDaFrj9FxfjQLpz92UsaPxCq6X6+fYK4xGW8FUkHmUYq0 /rpdU+tQk+rW03F6RNNmuBLiAY5EzRmb6993fYcKEBOtM7mqg3TQOyMNaYYkTmOoaUhQ mwrbzZBbM0p+p/uPxsXcKwBbKBvnJUy0YwdRADrdtpwpDlZKH7gYOmxm4/zbD0L0n8s5 beMg== X-Received: by 10.180.9.226 with SMTP id d2mr4968882wib.62.1370878724384; Mon, 10 Jun 2013 08:38:44 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <130610082330.ZM29057@torch.brasslantern.com> References: <130610082330.ZM29057@torch.brasslantern.com> From: Richard Hartmann Date: Mon, 10 Jun 2013 17:38:24 +0200 Message-ID: Subject: Re: Highlighting the command line based on arbitrary rules To: Bart Schaefer Cc: "zsh-users@zsh.org" Content-Type: text/plain; charset=UTF-8 On Mon, Jun 10, 2013 at 5:23 PM, Bart Schaefer wrote: > Definitely. Google for zsh-syntax-highlight for an extreme example. Thanks. > Yeah, I've been noticing that a bunch of us old CVS-heads (myself > included) don't particularly bother with including a "subject" in our > commit messages. If it's any consolation, it took me, a SVN-head, years to really _get_ git. Once you realize (a few times in a row, at deeper and deeper levels) what "branches are cheap" implies, it's bliss. Along similar line, you will learn to love the subject lines. -- Richard