From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20872 invoked from network); 30 Apr 2000 09:31:33 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 30 Apr 2000 09:31:33 -0000 Received: (qmail 4453 invoked by alias); 30 Apr 2000 09:31:23 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11022 Received: (qmail 4433 invoked from network); 30 Apr 2000 09:31:22 -0000 From: "Bart Schaefer" Message-Id: <1000430093116.ZM188@candle.brasslantern.com> Date: Sun, 30 Apr 2000 09:31:16 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: History bug (Re: Completion debugging) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Look at this snippet of "history" output: 21 cd zsh-3.1.6 22 setup_compinit 24 emacs /tmp/zsh149find1 ;: find\ - 24 history 25 emacs /tmp/zsh149find1 ;: find\ - 26 history 28 emacs /tmp/zsh149find2 ;: find\ 29 emacs /tmp/zsh149echo3 ;: echo\ foo\ 29 history 30 reload _complete_debug 32 emacs /tmp/zsh149find4 ;: 'find -' 32 history Why are there two of numbers 24, 29 and 32? In each case, the first of the two was inserted by calling "print -s ..." during completion. Apparently that doesn't work very well. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com