zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@brasslantern.com>
To: zsh-workers@math.gatech.edu
Subject: Bad bindkey mojo in 3.1.5
Date: Sun, 1 Nov 1998 22:17:36 -0800	[thread overview]
Message-ID: <981101221736.ZM29688@candle.brasslantern.com> (raw)

Take a look at this:

zagzig<106> bindkey | grep back
"^B" backward-char
"^H" backward-delete-char
"^W" "^W" "^W" "^W" "^W" "^W" "^W" "^W" backward-kill-word
"^X^P" history-beginning-search-backward
"^Xr" history-incremental-search-backward
(etc.)

It didn't look like that when I started up; a fresh zsh shows:

zagzig<3> bindkey | grep back
"^B" backward-char
"^H" backward-delete-char
"^W" backward-kill-word
"^X^P" history-beginning-search-backward
"^Xr" history-incremental-search-backward
(etc.)

Looks like "zed" tickles the bug:

zagzig<4> zed -f zed
(output omitted, typed ctrl-J)
zagzig<5> bindkey | grep back
"^B" backward-char
"^H" backward-delete-char
"^W" "^W" backward-kill-word
"^X^P" history-beginning-search-backward
"^Xr" history-incremental-search-backward
(etc.)

Every time I run "zed" I get another "^W" stuck on the front of that
binding.  They're being taken as part of the widget name:

zagzig<6> alskdjfa<C-W>
No such widget `"^W" backward-kill-word'

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


             reply	other threads:[~1998-11-02  6:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-11-02  6:17 Bart Schaefer [this message]
1998-11-02  9:55 ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=981101221736.ZM29688@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).