From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11941 invoked from network); 11 May 2008 14:24:11 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 11 May 2008 14:24:11 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 66525 invoked from network); 11 May 2008 14:24:02 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 11 May 2008 14:24:02 -0000 Received: (qmail 26190 invoked by alias); 11 May 2008 14:23:59 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24992 Received: (qmail 26178 invoked from network); 11 May 2008 14:23:58 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 11 May 2008 14:23:58 -0000 Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.238]) by bifrost.dotsrc.org (Postfix) with ESMTP id 7961480ED173 for ; Sun, 11 May 2008 16:23:55 +0200 (CEST) Received: by rv-out-0506.google.com with SMTP id g37so1945822rvb.21 for ; Sun, 11 May 2008 07:23:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=ROQL9ie8NUEOkifuRkh/783fQIlGmEOfnDJjsdzODSc=; b=cA2uzuy2ih422rEI6ExVQPa6OHOfwpPTKoCJtnLpWUGYi10Mf5aLSZBUdgdPdUfZbT3rxYfpIMI+DUAyebvKmFTsblNsX1Xdb/ONN1FzrCEmz0mK4ooz8nzTEe75XLCWZBT00qB/7Pa3tmpgVV9cy3TXtHDqtnNVlHdDexj8cvc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=weC3hEqnC/sajU0kdQXEFgaz/vSJ/RLxKeVgivzEp+Eu86wwiJEix78g7ZNBP+sEnYbN8qzHBO0YVOt6YivSXD3g8fPBQgI/RyFFWUoUkq0Qeog738QQDOvDDNJBjUyQ/lRTIQ2wL2egNfurglOBifIOgKsFSRBKDWVkxlQ9XX0= Received: by 10.140.139.3 with SMTP id m3mr3201873rvd.38.1210515834126; Sun, 11 May 2008 07:23:54 -0700 (PDT) Received: by 10.141.153.6 with HTTP; Sun, 11 May 2008 07:23:54 -0700 (PDT) Message-ID: <237967ef0805110723g53c9f63ct7e11d33d7daf8c64@mail.gmail.com> Date: Sun, 11 May 2008 16:23:54 +0200 From: "Mikael Magnusson" To: zsh-workers Subject: down-line-or-search doesn't go to last entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: ClamAV 0.91.2/7087/Sun May 11 15:06:27 2008 on bifrost X-Virus-Status: Clean I have {up,down}-line-or-search bound to Up/Down, and I noticed recently that down-line-or-search won't go to the empty entry anymore. Ie if you press up and then down, it will still have the previous entry in the cmdline, I have to press page down where I have down-history to get back to the empty line. -- Mikael Magnusson