From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11498 invoked from network); 21 Feb 2004 02:43:48 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 21 Feb 2004 02:43:48 -0000 Received: (qmail 23034 invoked by alias); 21 Feb 2004 02:43:36 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7075 Received: (qmail 22991 invoked from network); 21 Feb 2004 02:43:36 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 21 Feb 2004 02:43:36 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [80.91.224.249] by sunsite.dk (MessageWall 1.0.8) with SMTP; 21 Feb 2004 2:43:36 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AuN7A-0007Lp-00 for ; Sat, 21 Feb 2004 03:43:36 +0100 Received: from isi-dialin-129-186.isionline-dialin.de ([195.158.129.186]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat Feb 21 02:43:36 2004 Received: from thorsten by isi-dialin-129-186.isionline-dialin.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat Feb 21 02:43:36 2004 X-Injected-Via-Gmane: http://gmane.org/ To: zsh-users@sunsite.dk From: Thorsten Kampe Subject: Re: incremental history search Date: Sat, 21 Feb 2004 03:43:33 +0100 Message-ID: References: <1lk8q9de9jvbv.dlg@thorstenkampe.de> <87n07d1b6r.fsf@ceramic.fifi.org> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: isi-dialin-129-186.isionline-dialin.de User-Agent: 40tude_Dialog/2.0.10.1de Sender: news * Philippe Troin (2004-02-21 02:19 +0100) > Thorsten Kampe writes: >> * Björn Lindström (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? >>> >>> Have you tried C-r and C-s? >> >> C-s just freezes the display and can be unlocked by C-q. > > setopt noflowcontrol Thanks. I never knew what this "flowcontrol" stuff was for and it always bothered me when I accidentally hit C-s. Thorsten