Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

accept-and-infer-next-history is broken?



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