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,T_DKIM_INVALID
	autolearn=ham autolearn_force=no version=3.4.0
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:content-type;
        bh=BJ2HvJSsjARozt36HDzZ1h+l2BrJ200Lmf04oeE4eLE=;
        b=Iq7CbII0S0ouF+NmwVvd88XvPrWsMR8lC70/+JHEMRrcs/gvBP8JX+F9su9vKEQVdZ
         sIJLggyhfe3iwdalCmFYCBT0QPne4P3+n0GNl3xYXxq/nq19Uy1VlKbSPPtavwTUgoNE
         akQOY/oMYKPHEpmwyUMqUal58LvNwDOYlcXFpN/Zp/jGZzN13O1G/PJxJwvtZxi0UBEB
         kkhOTr2vGUTua4Ml9BxdNCg6oG9SmbRTVY4zgP7P3uJFX50VX9VARZkma0cuB8J3HWdL
         /TIkx57NhWaORUrJDKuBQp3PmRXd+Uv7MZQkY7C++/sRV/pcqaZolj7sdWErdWanI0p4
         qMFA==
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:content-type;
        bh=BJ2HvJSsjARozt36HDzZ1h+l2BrJ200Lmf04oeE4eLE=;
        b=T6EooQjX16TinVS8BtuyZpfnnKP3R1mFJPWFw7R6kLoy0D8Gn6NLoQEouPQ1zu4s5S
         /hcqFMkGke0+6YLFLf5v0QMTwsqvIv777xXAEcQ9aRTHHKV0sDOPj4XYNHsSIp9ja2oU
         dqngHmPRJUsT39K88i9SK2X9qYD+A4qv+FTmaS2dD4/WHPyKzpjx7w+NpoPqFYdbYVLf
         qDhoNDOuOogOlpOKbzkVwaGNGjilX415OASeseFBAlMGfSO65UELtu6s3yFiw9adm9DC
         Nv0UgVEXs0mdPS28Wcd4ih4241WTb1QZciy0g2C5tt1C4MDuI7lmWdvwzHF6k9t0s0Ih
         aCKw==
X-Gm-Message-State: AG10YORqRvitQIxN4NqNUQnar7anYd2wfC5m0MXP1vIvkaxMtcEuIeyMD2Vk5+U7NiSMsQ==
X-Received: by 10.66.218.40 with SMTP id pd8mr12813950pac.159.1453134556124;
        Mon, 18 Jan 2016 08:29:16 -0800 (PST)
From: Bart Schaefer <schaefer@brasslantern.com>
Message-Id: <160118082942.ZM6440@torch.brasslantern.com>
Date: Mon, 18 Jan 2016 08:29:41 -0800
In-Reply-To: <20160118022556.GA18047@tarsus.local2>
Comments: In reply to Daniel Shahaf <d.s@daniel.shahaf.name>
        "Re: "drop-in replacement" and transpose-words-match" (Jan 18,  2:25am)
References: <160111233259.ZM6719@torch.brasslantern.com> 
	<20160118022556.GA18047@tarsus.local2>
X-Mailer: OpenZMail Classic (0.9.2 24April2005)
To: zsh-workers@zsh.org
Subject: Re: "drop-in replacement" and transpose-words-match
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Seq: zsh-workers 37674

On Jan 18,  2:25am, Daniel Shahaf wrote:
} 
} Bart Schaefer wrote on Mon, Jan 11, 2016 at 23:32:59 -0800:
} > [if] skip-chars style is set (even to zero), then keep the cursor where
} > it is and split the word, otherwise act like the builtin.  The subword
} > flavor of word-style can similarly be checked.
} 
} That wouldn't let a user have the skip_chars=0 beahaviour for a wider
} context and the "act like the builtin" behaviour for a more specific
} subcontext.

I don't think that's a problem here because the context is ALWAYS
:zle:$WIDGET.  There is no wider or narrower context to consider.

