Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
accept-and-infer-next-history is broken?
- X-seq: zsh-workers 14468
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: accept-and-infer-next-history is broken?
- Date: Thu, 24 May 2001 08:04:46 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
infer-next-history is OK:
schaefer[603] make<M-x>
execute: infer-next-history<RET>
schaefer[603] Src/zsh -f
But accept-and is not:
schaefer[603] make<M-x>
execute: accept-and-infer-next-history<RET>
(FEEP)
(build runs)
schaefer[604]
I just tried accept-line-and-down-history and that works too. I've stared
at the code and can't see why accept-and-infer-next-history fails; it is
for all intents identical to infer-next-history.
Relevant setopts:
noappendhistory off
nobanghist off
cshjunkiehistory off
extendedhistory off
histallowclobber off
nohistbeep off
histexpiredupsfirst on
histfindnodups on
histignorealldups off
histignoredups on
histignorespace off
histnofunctions off
histnostore off
histreduceblanks on
histsavenodups off
histverify off
incappendhistory off
sharehistory off
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author