Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: auto-completion with exact match
- X-seq: zsh-users 13473
- From: "Kazuo Teramoto" <kaz.rag@xxxxxxxxx>
- To: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: auto-completion with exact match
- Date: Sun, 23 Nov 2008 10:24:15 -0200
- Cc: zsh-users@xxxxxxxxxx
- 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:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=YZh31qfm1TOj608M/2cSRDzXbMM4WiNOg7JdU5otkOM=; b=vlDgoAlfIUtZ1eTVZSeWU6vmFBLry7Om+E1HH2V6O8/J4sv+V4VivPiUozsmR5LewN 4rQTE8NGc7aB4FOSvbSNHvHM2PT86gMGIKfDVBinLedRyRcRJ/ud9ztdxTUtDuCXLxc9 jpWB0n3KgM6XFVfI5FS6NPwtKIztgqG+tZD68=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=cdMuB5E9yh4jjqYB0s5haN+pOKwoWaAl9ejNDvtmsdUieOP6fXHVRu2ounCRWSlaHN H/BebV9o+nz2O74fd4koBNFB7XFH/hFRy4r821xBA+4xJTkcej0s/TkFrms6elPtFxFU 1gUnQwTm6adDshqybQF9Eznx2eWSfBKNKvaPc=
- In-reply-to: <081122205238.ZM559@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <1227383717.16125.16.camel@zoe> <081122123957.ZM32606@xxxxxxxxxxxxxxxxxxxxxx> <1227386675.16125.18.camel@zoe> <5992e17f0811221553xbc4392boa71ca9fc30d052ce@xxxxxxxxxxxxxx> <081122205238.ZM559@xxxxxxxxxxxxxxxxxxxxxx>
On Sun, Nov 23, 2008 at 2:52 AM, Bart Schaefer
<schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> Does this only happen with "-rf" or is it independent of options to rm?
Independent. The same behavior without -rf
> % ln <ctrl-x>h
Produce a list of options to complete like ls. With and without a
start arg (e.g. with 'ln win' I get a list 'wine winet' and can cycle
between the options)
> % rm <ctrl-x>h
Without any arg it produce a identical output like ln and ls (I list
of all files/dirs) but with args (e.g. 'rm win') the result is
different of ln and ls (it complete to wine and on next hit winet
without a list of options to cycle)
Thanks,
Kazuo Teramoto
--
ÂDans la vie, rien n'est à craindre, tout est à comprendreÂ
Marie Sklodowska Curie.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author