From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 482 invoked from network); 21 Feb 2004 01:19:46 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 21 Feb 2004 01:19:46 -0000 Received: (qmail 7808 invoked by alias); 21 Feb 2004 01:19:33 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7072 Received: (qmail 7797 invoked from network); 21 Feb 2004 01:19:33 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 21 Feb 2004 01:19:33 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [216.27.190.146] by sunsite.dk (MessageWall 1.0.8) with SMTP; 21 Feb 2004 1:19:32 -0000 Received: from ceramic.fifi.org (mail@ceramic.fifi.org [216.27.190.147]) by tantale.fifi.org (8.9.3p2/8.9.3/Debian 8.9.3-21) with ESMTP id RAA20666; Fri, 20 Feb 2004 17:19:25 -0800 Received: from phil by ceramic.fifi.org with local (Exim 4.22) id 1AuLng-0005IB-Nc; Fri, 20 Feb 2004 17:19:24 -0800 To: Thorsten Kampe Cc: zsh-users@sunsite.dk Subject: Re: incremental history search References: <1lk8q9de9jvbv.dlg@thorstenkampe.de> Mail-Copies-To: nobody From: Philippe Troin Date: 20 Feb 2004 17:19:24 -0800 In-Reply-To: Message-ID: <87n07d1b6r.fsf@ceramic.fifi.org> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sender: Philippe Troin Thorsten Kampe writes: > * Bj=F6rn Lindstr=F6m (2004-02-21 00:20 +0100) > > Thorsten Kampe writes: > >> Is it possible to make zsh search for matches of the whole command > >> line ("wget http") - and not only the first word? > >=20 > > Have you tried C-r and C-s? >=20 > C-s just freezes the display and can be unlocked by C-q. setopt noflowcontrol Phil.