Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 4.3.4: bindkey -s xx 'yyy\n' no longer works (with bindkey -v)
- X-seq: zsh-workers 23323
- From: Jim Meyering <jim@xxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: zsh 4.3.4: bindkey -s xx 'yyy\n' no longer works (with bindkey -v)
- Date: Tue, 24 Apr 2007 22:01:02 +0200
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <070424074606.ZM22655@xxxxxxxxxxxxxxxxxxxxxx> (Bart Schaefer's message of "Tue\, 24 Apr 2007 07\:46\:06 -0700")
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <loom.20070424T152752-311@xxxxxxxxxxxxxx> <070424074606.ZM22655@xxxxxxxxxxxxxxxxxxxxxx>
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Apr 24, 1:31pm, Jim Meyering wrote:
> } But with 4.3.4, the latter bindkey seems to have no effect:
> }
> } r$ zsh -f
> } r% bindkey -v
> } r% bindkey -s '^x^x' '!!\n'
> } r% echo foo
> } foo
> } r% ^X^X <<=== here I typed control-X twice,
> } and it merely echos them
>
> I am not able to reproduce this. You'll have to provide some more
> information about your OS, how zsh was compiled, etc.
I first saw this problem with Debian unstable's zsh-4.3.4-2 on
x86_64-linux-gnu (amd64). kernel: 2.6.18-4-amd64, and libc6 2.5-3.
I also built from the latest cvs sources, in that same environment,
including e.g., gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21).
I configured/built/installed like this:
./configure --prefix=/t/zz --disable-dynamic && make && make install
then ran /t/zz/bin/zsh -f.
[BTW, without --disable-dynamic, not much worked, since it couldn't
find any modules, e.g., zle]
FWIW, $KEYTIMEOUT was 40, and I tried setting it (via "export KEYTIMEOUT=N")
with values of 100 and 100000, with the same result.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author