Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: "drop-in replacement" and transpose-words-match
- X-seq: zsh-workers 37674
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: "drop-in replacement" and transpose-words-match
- Date: Mon, 18 Jan 2016 08:29:41 -0800
- 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==
- In-reply-to: <20160118022556.GA18047@tarsus.local2>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <160111233259.ZM6719@torch.brasslantern.com> <20160118022556.GA18047@tarsus.local2>
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author