Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Suggestion: forward-delete-word
- X-seq: zsh-workers 43563
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Mikael Magnusson <mikachu@xxxxxxxxx>
- Subject: Re: Suggestion: forward-delete-word
- Date: Wed, 26 Sep 2018 15:12:08 +0000
- Cc: zsh workers <zsh-workers@xxxxxxx>, thekittendev@xxxxxxxxx, jroquet@xxxxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=2g7J4w U06D4ucK2FS82NTIHWywuymsO/pQwUDtxAWTo=; b=JLfdS0tYdOrNslB0auIGdP Jo6jIG8351N6NRhUBlTdKhwOfrgaqqC+d183EUwhZknVVWMYftqMEKzRdS1fvEWP nm0MIOph59cabwS3RUawqa5YIbQkkqSSAT/XogxbRLozdhCKGV+OiFFS7cfjPlTz DmzyV9Vi2093qaB1QCsrbrWgZlWoK538+C63RKx09wBe/oMSwvqp0UKVWtmZISWe 4Mw29TVa4DPcXSflqwD2HfrfmHjiO15MTJZI5bYO0f08jln6UdKDBXelIOjsNTAf 6udmRXUbscQaM89fakQ9KpndYVgvR+tWGHncaQsEomk9dP8noeM4OOLcj5SHiXww ==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=2g7J4w U06D4ucK2FS82NTIHWywuymsO/pQwUDtxAWTo=; b=DBnn/WhLBI16i/g+NA/uL9 yWwVpza6XCZbBXIbBVZuVq1B6+LC18kG9ST3YMk1JytNqZngOMfVii04SmgW9nqS of7s9vfaFXqWGxFmVab8DZlpER290ZGrrZOBFHgrQHXC6KbiBZDh4W7Om5mZKv2K /tfFQ5ABpmdd8nvfK8+YKQ9waX28bclq0RN3+DIKdz4FGxIkryxoc9I/ucNltcBy BRO66ATNldCkOxHt/OXuXAIVF5EKJhA0uO6bloBZwys2oBCgbwiw7YEdS6/tzs2o qwd4Bl+H0vSmnLfsLqjumXyBR8z5JbZB2SRQl01x7NHM0GqANVnxVQVjA9Rj0csw ==
- In-reply-to: <CAHYJk3Tr2A7zv8ZBcLsHB=pTukQByhzq-9mQkpeO9AMS6==Lxw@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAPqKCVW6JqPPNjyeLg48Jt_AUbVGqspYSO0Jrymb8rPXRm6hjA@mail.gmail.com> <CAFOazANYGEC4k5G4Aoy2CDzmW3RV1G4T9KOJisFSv+1_ACDgWQ@mail.gmail.com> <CAH+w=7Z0e4s+zgsBcnSMOvqs+G=_bF2AjW+cqp_cX=OEwFdngQ@mail.gmail.com> <1537973723.2202817.1521444808.6F5456C9@webmail.messagingengine.com> <CAHYJk3Tr2A7zv8ZBcLsHB=pTukQByhzq-9mQkpeO9AMS6==Lxw@mail.gmail.com>
Mikael Magnusson wrote on Wed, 26 Sep 2018 17:05 +0200:
> On Wed, Sep 26, 2018 at 4:55 PM, Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
> > that info in zshzle(1) or zshall(1).
>
> In many places, references are made to the
> numeric argument. This can by default be
> entered in emacs mode by holding the alt
> key and typing a number, or pressing escape
> before each digit, and in vi command mode
> by typing the number before entering a
> command. Generally the numeric argument
> causes the next command entered to be
> repeated the specified number of times,
> unless otherwise noted below. See also the
> Arguments subsection of the Widgets section
> for some other ways the numeric argument can
> be modified. The default bindings mentioned
> here use the digit-argument widget.
>
>
> The referenced "Arguments" subsection containes the neg-argument
> widget. Many individual widgets also mention exactly what happens when
> given a numeric argument.
Thanks --- I did read that section before posting, but the last sentence
led me to disregard keybindings not documented under digit-argument.
Docs patch attached :)
From 31657e8058b577e965d65fa18a7b2b937d82ff96 Mon Sep 17 00:00:00 2001
From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
Date: Wed, 26 Sep 2018 15:11:12 +0000
Subject: [PATCH] zshzle: Clarify sentence in introduction.
---
Doc/Zsh/zle.yo | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index 6ae4863c6..895c5c570 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -47,11 +47,11 @@ by default be entered in emacs mode by holding the alt key and typing
a number, or pressing escape before each digit, and in vi command mode
by typing the number before entering a command. Generally the numeric
argument causes the next command entered to be repeated the specified
-number of times, unless otherwise noted below. See also
+number of times, unless otherwise noted below; this is implemented
+by the tt(digit-argument) widget. See also
ifzman(the em(Arguments) subsection of the em(Widgets) section )\
ifnzman(noderef(Arguments) )\
-for some other ways the numeric argument can be modified. The default
-bindings mentioned here use the tt(digit-argument) widget.
+for some other ways the numeric argument can be modified.
startmenu()
menu(Keymaps)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author