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.1 (2015-04-28) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID
	autolearn=ham autolearn_force=no version=3.4.1
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=brasslantern-com.20150623.gappssmtp.com; s=20150623;
        h=from:message-id:date:in-reply-to:comments:references:to:subject
         :mime-version;
        bh=CxSpj1KhVHhSSZjerSEy2jF8Ein1iiK2wliAoW/N59I=;
        b=Np16p2IbfxD86KaN4oE0NsGUHKH+LbrBBIu2mN5jk8aeRswr8BFEWJdIPQxGonx0FN
         GbaaZITOWFBgWK94lO3uQEwBVIhzMJOYZe/Hxmlwd71WVlJQdSQVcX/m/S4pvLQdRDiW
         wZkIECaBr03KGmIAcUxyNS5V5qmsNZJRc3req9BpUu+OxJVGRaSTk8QhGP9fXLimVt+e
         wFV2OHNQtPN8A00PKlCV7azQt69XrtxIZG4uPAPW1Mx6A6kFPqdJIewIB7vz/CpasxkQ
         BquHRrTc8Wm8YIXhhz3pOKDDizYST0j1SdZqSiGF2jelygJcSaUT1jT0PQxCVfua6Ylm
         32HQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20130820;
        h=x-gm-message-state:from:message-id:date:in-reply-to:comments
         :references:to:subject:mime-version;
        bh=CxSpj1KhVHhSSZjerSEy2jF8Ein1iiK2wliAoW/N59I=;
        b=O13Gkrvort3dBdQz6aDJo8BQYFTDY01K4N3xMcRu0rr5Q+KCcSnRWyZEqvHFDQ8uyh
         Zbu25etFRwQg/gIp9DDmtIPBkan4ncU/NLiVE0M2CFFisEMJoSdDlRbvz8u1v/ZUDFiU
         RJfoquDoyQFruYTSKU+PwapiDgUy2xCvqXufWUmvDOnbFXzrsY1emdAf2ctHrg/MEIV4
         pyaxX1RasVNZsk7DxfgR6h81mzMOKIVXeWQhz9aoid7D8p2ljxXlv002BIg/iwPwDuiJ
         UU9UOx2okit3NgOW0hylQTa9xOHG43xtS6MICQJVJBqgYiRdQ5KQ8kX3j10a+IDc3BF2
         d1ZA==
X-Gm-Message-State: ALyK8tKYQNIgcN28/JeT3KhXNM6KZKYWNHUrOhVE9VLVVQNVic2ugekJF7we2/Uss8PKFQ==
X-Received: by 10.66.76.226 with SMTP id n2mr15024873paw.17.1467230706711;
        Wed, 29 Jun 2016 13:05:06 -0700 (PDT)
From: Bart Schaefer <schaefer@brasslantern.com>
Message-Id: <160629093320.ZM30674@torch.brasslantern.com>
Date: Wed, 29 Jun 2016 09:33:20 -0700
In-Reply-To: <2679.1467125211@thecus.kiddle.eu>
Comments: In reply to Oliver Kiddle <okiddle@yahoo.co.uk>
        "PATCH: vi-mode case-manipulation" (Jun 28,  4:46pm)
References: <2679.1467125211@thecus.kiddle.eu>
X-Mailer: OpenZMail Classic (0.9.2 24April2005)
To: Zsh workers <zsh-workers@zsh.org>
Subject: Re: PATCH: vi-mode case-manipulation
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Seq: zsh-workers 38773

On Jun 28,  4:46pm, Oliver Kiddle wrote:
}
} Perhaps select-bracketed and quoted would also be better in C form with
} something simpler and less likely to be missed by a vim user serving as
} a shell widget example.

At the very least there should be contrib.yo items for select-bracketed
and select-quoted, which presently there are not.

} I think there is some value in providing a shell widget example of how
} to read a vi movement. This includes vi-pipe which is like ! in vi.

I think you've forgotten an "emulate zsh" or the like, since you're
referencing $REPLY and $CUTBUFFER un-quoted.  (Sorry I didn't get to
this before you'd committed.)

