Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Substring completion
- X-seq: zsh-users 10608
- From: sac <sac_urs@xxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Substring completion
- Date: Tue, 15 Aug 2006 01:01:21 -0700 (PDT)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.in; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=hgVDZjswqWenDBxmWQAwOpRYOWnalYDsh7DjeJaxjPa00QGmTT1jhdenWOWMvi4waQE8ApaRAhfBj23jlxDwK0z5mU6Ix96zHVwluawjqZQu3xR0PHy/nZgSrSxwSan5k1OamT7nq4nt/pjbmq82eYrLb884ZyxHQOvHosNup14= ;
- In-reply-to: <44E18BCA0200001A00006637@xxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi,
Actually the following does the job.
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}
m:{a-zA-Z}={A-Za-z} r:|[._-]=** r:|=** l:|=*'
'm:{a-z}={A-Z}'
The above line is generated by the program
compinstall.
For me its more of a pain than pleasure. Anyway hope
it helps you.
Regards,
sac.
--- Mika Borner <Mika.Borner@xxxxxxxxxxxx> wrote:
> Hi
>
> I just started to use zsh, so this might sound like
> a newbie question.
> I searched with google for a solution, but could
> not find anything.
> Here's my problem:
>
> I'm trying to write a completion. All the possible
> arguments are in a
> predefined array. Because the elements are quite
> complex, I want to have
> a completion that works by giving a substring of an
> element. All the
> completions that I've found so far (e.g. file
> completion), demand that
> the completion starts from the first letter.
>
> Is there a utility function to acomplish this? The
> man pages are
> "quite" complex, so I might have overlooked
> something...
>
> //Mika
>
> # mv Disclaimer.txt /dev/null
>
>
>
-------------------------------------------------------------------------
> This message is intended for the addressee only and
> may
> contain confidential or privileged information. If
> you
> are not the intended receiver, any disclosure,
> copying
> to any person or any action taken or omitted to be
> taken
> in reliance on this e-mail, is prohibited and may be
> un-
> lawful. You must therefore delete this e-mail.
> Internet communications may not be secure or
> error-free
> and may contain viruses. They may be subject to
> possible
> data corruption, accidental or on purpose. This
> e-mail is
> not and should not be construed as an offer or the
> solicitation of an offer to purchase or subscribe or
> sell
> or redeem any investments.
>
-------------------------------------------------------------------------
>
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author