From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11292 invoked from network); 24 May 2001 08:06:46 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 24 May 2001 08:06:46 -0000 Received: (qmail 4866 invoked by alias); 24 May 2001 08:06:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14468 Received: (qmail 4841 invoked from network); 24 May 2001 08:06:36 -0000 From: "Bart Schaefer" Message-Id: <1010524080447.ZM12576@candle.brasslantern.com> Date: Thu, 24 May 2001 08:04:46 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: accept-and-infer-next-history is broken? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii infer-next-history is OK: schaefer[603] make execute: infer-next-history schaefer[603] Src/zsh -f But accept-and is not: schaefer[603] make execute: accept-and-infer-next-history (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