From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8229 invoked from network); 30 Sep 1999 19:10:37 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 30 Sep 1999 19:10:37 -0000 Received: (qmail 26582 invoked by alias); 30 Sep 1999 19:10:21 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2640 Received: (qmail 26575 invoked from network); 30 Sep 1999 19:10:21 -0000 Date: Thu, 30 Sep 1999 20:10:20 +0100 From: Adam Spiers To: ZSH users list Subject: Re: zsh and RPM: a case of study (for me) Message-ID: <19990930201020.B3469@thelonious.new.ox.ac.uk> Reply-To: Adam Spiers Mail-Followup-To: ZSH users list References: <37F26815.B5B90B8@mandrakesoft.com> <19990929211025.A16175@thelonious.new.ox.ac.uk> <37F35534.DB7667F9@mandrakesoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <37F35534.DB7667F9@mandrakesoft.com> X-URL: http://www.new.ox.ac.uk/~adam/ X-OS: Linux 2.2.9 i686 Francis GALIEGUE (fg@mandrakesoft.com) wrote: > I have 3.1.6 (it's bundled with Mandrake :) ). Cool. I look forward to when we reach 3.1.7, so that Mandrake can have all the latest stuff. (How many more pws-* before 3.1.7?) > > > Another probably dumb example: I'm used to the bash key sequences > > > (C-x|Esc)(!|@|~|/|$), how can I reproduce them in a simple manner? > > > > You should find that many (most?) of them already work in zsh. If you > > find you're really missing any of them, let us know and I'm sure one > > of us will be only to happy to help. > > They don't seem to. For info, unless you already know it, what these > sequences do in bash are: > > Esc ! -> tries to complete the current word to a command name > Esc $ -> same, but for environment variables, whether the word is > preceeded by a $ or not > Esc @ -> machine names (from /etc/hosts) > Esc / -> file name > Esc ~ -> a user name > > C-x instead of Esc with one of the above will list matches and won't > attempt any completion Peter's kindly just implemented these, so pws-7 will have them in. See zsh-workers for the patch.