From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12086 invoked by alias); 12 Nov 2016 23:37:27 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 39929 Received: (qmail 9648 invoked from network); 12 Nov 2016 23:37:27 -0000 X-Qmail-Scanner-Diagnostics: from mail-ua0-f171.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.217.171):SA:0(-2.9/5.0):. Processed in 3.456828 secs); 12 Nov 2016 23:37:27 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_PASS,T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.217.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:to:subject:mime-version; bh=8X28n6eX1K2px/0Ix1+KWjp7CYhi/bLTUG/4S5YDV2k=; b=XSrNRSroOV79brDPBuBqW7A38K+ncHsf6wddqAU5pl7a4b7JIozATHTQtoT8XD0xsh KvjT3Llit2+jCcHxlAKQ0s8EriF8igZhSmc4LN0YKt9YIi2pGhWJqv6BGRzhWm+F2+xO 8+CUa8CwWSLkIVAKtHr9zWkbWXODa/P6+oZe48dr9zZQeTJQYBhnmunlhtaCHqiz1sEj SiarFln3xgGMEGJ7sjDi1oKsHZhLPjuOjUli+//0iv8YPBIntpcoQD8hTa2iaAgnK4Af lwyJw29q0y+Z566CFtVFZVoQhk5981Em5zj0iqu1EWqrCizzZsr+2M3x/nRs0da/GUEp hA4Q== 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:to:subject:mime-version; bh=8X28n6eX1K2px/0Ix1+KWjp7CYhi/bLTUG/4S5YDV2k=; b=HaoEMWMYnNNZutJB5cA4EcQpb+IEitg0/6FndyZIYqS8hags0yNif1BT1EwazB/kub QgQ/0gOb+1YRey/a+Blz5e3Qpor4NRiXHB66xlS65bsxsxhkDZOVTHRU1bm8EfFfiQrA EAwQjM+p5QmV91NKSV7OYjrEbG2EIkX3KNrJpTebly36nuWFyP2PHJIeUwH0M0a10/Nc A5OUluKBaKouxnlp5nQNS7iPAZ6jVih6HI+IlbcM649T113aEx5aDPhehzgprfW8F4bT WGcLPBrlfhuZRQl8l2VBS+xcP5ge9TET1fraRq6+TrO99yqWlimYkxfdSeKZ728R3Wqf X4WQ== X-Gm-Message-State: ABUngvcciYADC3f65FAtpzCqsQn04AYPVxPEvdRP9Ev1QOtZlSataTVb+3BB5A8ybuIR5w== X-Received: by 10.176.2.247 with SMTP id 110mr6333573uah.162.1478993835441; Sat, 12 Nov 2016 15:37:15 -0800 (PST) From: Bart Schaefer Message-Id: <161112153719.ZM4991@torch.brasslantern.com> Date: Sat, 12 Nov 2016 15:37:19 -0800 X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: [PATCH] ? - doc for execute-named-cmd MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I don't know exactly at what point calling execute-last-named-cmd by name began to work, but as far as I can tell it now does? diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index b7bb23b..21681e5 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -2224,8 +2224,12 @@ point and mark are not swapped. ) tindex(execute-named-cmd) item(tt(execute-named-cmd) (tt(ESC-x)) (tt(:)) (unbound))( -Read the name of an editor command and -execute it. A restricted set of editing functions is available in the +Read the name of an editor command and execute it. Aliasing this +widget with `tt(zle -A)' or replacing it with `tt(zle -N)' has no +effect when interpreting key bindings, but `tt(zle execute-named-cmd)' +will invoke such an alias or replacement. + +A restricted set of editing functions is available in the mini-buffer. Keys are looked up in the special tt(command) keymap, and if not found there in the main keymap. An interrupt signal, as defined by the stty setting, will @@ -2266,7 +2270,8 @@ tindex(execute-last-named-cmd) item(tt(execute-last-named-cmd) (tt(ESC-z)) (unbound) (unbound))( Redo the last function executed with tt(execute-named-cmd). -Currently this command may not be redefined or called by name. +Like tt(execute-named-cmd), this command may not be redefined, +but it may be called by name. ) tindex(get-line) item(tt(get-line) (tt(ESC-G ESC-g)) (unbound) (unbound))(