From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22290 invoked from network); 30 Apr 2008 21:42:57 -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; 30 Apr 2008 21:42:57 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 7657 invoked from network); 30 Apr 2008 21:42:50 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Apr 2008 21:42:50 -0000 Received: (qmail 8535 invoked by alias); 30 Apr 2008 21:42:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24897 Received: (qmail 8520 invoked from network); 30 Apr 2008 21:42:45 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 30 Apr 2008 21:42:45 -0000 Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.181]) by bifrost.dotsrc.org (Postfix) with ESMTP id 93D2680ED172 for ; Wed, 30 Apr 2008 23:42:42 +0200 (CEST) Received: by el-out-1112.google.com with SMTP id y26so382692ele.11 for ; Wed, 30 Apr 2008 14:42:41 -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=+ZsFSRj6Q06gOoLm9NDxQXSB3yyZSmRFcT75bAJ3gDQ=; b=umCoEjPxv8yW/NMSYSQW+33R9g5yb/M5C3y6mCIJvQ60+i7h0tUEM0Kc+sVDEosdJ+TzcuS7l4GuV+c/v6iSdZ0Q5N2pM3HQK6QijeA3z6sUz42sq++xF8Q4PjjXmY2MibfEPSz5TlbrbaUXaB8NN7QL0eYkzZhwT6mTzaT+9N8= 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=FbJZFqzCXZ46Jxir8Qri5uRJ0XwNdVSVc98ugvx+KLtBUit4JKVVl04UfM17B+rytk7qVZr4U9EcLc0kYastfFd9b7msnSJe8JjbBlqtk64fxlxPkAxgdsS5TwgDv2esvemlvSH97K5RloJqr4QIDtNe6MJtk3e9XiXFJbHFeLQ= Received: by 10.141.190.9 with SMTP id s9mr515931rvp.279.1209591760419; Wed, 30 Apr 2008 14:42:40 -0700 (PDT) Received: by 10.140.127.7 with HTTP; Wed, 30 Apr 2008 14:42:40 -0700 (PDT) Message-ID: <237967ef0804301442t22e78955y35ae367d82d3e338@mail.gmail.com> Date: Wed, 30 Apr 2008 23:42:40 +0200 From: "Mikael Magnusson" To: zsh-workers Subject: oddity with history-incremental-{,pattern-}search-backward 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/7003/Wed Apr 30 22:05:29 2008 on bifrost X-Virus-Status: Clean With the new pattern isearch thingy, if i search for whatever and press ctrl-r a couple of times, it finds older items as it should, but when i press backspace, it seems to somehow erase the ^r going forward in history again. I would expect it to just delete the character right away... Actually it seems like the non-pattern isearch behaves in the same way, but somehow i never noticed it. The reason i found it now is i was experimenting with the new color hilighting and typed ?(#c10) but wanted to change it to ?(#c80) after pressing ctrl-r a couple of times. Is it a bug or a feature? :) -- Mikael Magnusson