From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24448 invoked from network); 21 May 2001 19:13:57 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 21 May 2001 19:13:57 -0000 Received: (qmail 18651 invoked by alias); 21 May 2001 19:13:43 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3890 Received: (qmail 18627 invoked from network); 21 May 2001 19:13:42 -0000 Date: Mon, 21 May 2001 12:13:35 -0700 From: Paul Ackersviller Subject: vi editting troubles To: zsh-users@sunsite.dk Message-id: <20010521121334.A24931@flora01.SLAC.Stanford.EDU> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline Content-transfer-encoding: 7BIT User-Agent: Mutt/1.2.5i Here are a couple of problems I've been having in the recent zsh's for weeks, if not months. Sorry for not reporting earlier, but here they are. Neither `r' or `fc -e -' work, and give me this error. fc: can't open temp file: bad address Secondly, searching through my history fails as well. This one's a bit hard to describe, but it seems to be picking a work from the last command without even waiting for me to input something to search for. The binding looks normal: "^[/" _history-complete-older Another strange thing I notice when I turn on shell tracing is that my TRAPZERR function runs in the middle of _history_complete_word -- is there something I should be doing to avoid this? +_history_complete_word:12> zstyle -s :completion::history-words stop stop +TRAPZERR:0> eval echo "exit code 1" -- Paul Ackersviller