From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7776 invoked from network); 21 Apr 2005 13:18:18 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 21 Apr 2005 13:18:18 -0000 Received: (qmail 67635 invoked from network); 21 Apr 2005 13:18:11 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 21 Apr 2005 13:18:11 -0000 Received: (qmail 5511 invoked by alias); 21 Apr 2005 13:18:04 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8728 Received: (qmail 5496 invoked from network); 21 Apr 2005 13:18:03 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 21 Apr 2005 13:18:03 -0000 Received: (qmail 66594 invoked from network); 21 Apr 2005 13:18:03 -0000 Received: from dep.let.rug.nl (129.125.8.60) by a.mx.sunsite.dk with SMTP; 21 Apr 2005 13:17:59 -0000 Received: from dep.let.rug.nl ([129.125.8.60]) by dep.let.rug.nl (SMSSMTP 4.1.0.19) with SMTP id M2005042115164608674 for ; Thu, 21 Apr 2005 15:16:46 +0200 Received: from loki (postfix@loki.let.rug.nl [129.125.8.86]) by dep.let.rug.nl (8.12.10/8.12.10) with ESMTP id j3LDGkVk028948 for ; Thu, 21 Apr 2005 15:16:46 +0200 (MEST) Received: by loki (Postfix, from userid 7006) id EFCA3E8E0; Thu, 21 Apr 2005 15:16:44 +0200 (CEST) Date: Thu, 21 Apr 2005 15:16:42 +0200 From: Francisco Borges To: Zsh User Subject: history-words stop? Message-ID: <20050421131642.GA30914@let.rug.nl> Mail-Followup-To: Zsh User Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: Linux/2.6.8-1-686 (i686) X-Editor: GNU Emacs 22.0.50.1 Organization: Alfa Informatica - Rijksuniversiteit Groningen User-Agent: Mutt/1.5.6+20040907i X-Whitelist: OK X-Scanned-By: milter-spamc/0.25.321 (dep.let.rug.nl [129.125.8.60]); Thu, 21 Apr 2005 15:16:46 +0200 X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 Hello I have: zstyle ':completion:*:history-words' remove-all-dups yes zstyle ':completion:*:history-words' list false zstyle ':completion:*:history-words' stop yes When using M-/ and M-, what happens is that: I reach the BEGIN(END) of history, I hit M-,(M-/) once: nothing happens. I hit M-,(M-/) a second time: it wraps around. Can I be messing this with some other variable or is this a bug? OR am I missing something obvious?? :) $ZSH_VERSION == 4.3.0-dev-1 in a Debian Sarge box. Cheers, Francisco.