Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion of files in subdirectories
- X-seq: zsh-users 16300
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Simon Ruderich <simon@xxxxxxxxxxxx>
- Subject: Re: Completion of files in subdirectories
- Date: Fri, 2 Sep 2011 15:16:42 +0200
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=C3uzzidKQd7phrjZqJIk2ou3S5EthM9h4u9DjK+rHfo=; b=rKITj3coCnjP9zlRRtu6xh8nfLV7SpfTPJQ4iX0u+CUehAajA3WdpxszeeWFZGZKGa aiYX2m+uS1BZ3FkpO+GiO+R+eou5H/HeGk1mNSic7FCwo13C/jvoCPkfn0HKl3MZXSdb p38yD/JABHCOiitWDRFsVOJlIXWqb5RWZik6A=
- In-reply-to: <20110902131007.GA4980@ruderich.org>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20110902112306.GT3403@xvii.vinc17.org> <20110902131007.GA4980@ruderich.org>
On 2 September 2011 15:10, Simon Ruderich <simon@xxxxxxxxxxxx> wrote:
> On Fri, Sep 02, 2011 at 01:23:06PM +0200, Vincent Lefevre wrote:
>> It seems that the completion of files in subdirectories is broken
>> for commands that have a filter on the extension (e.g. ".pdf" for
>> xpdf, ".html" for lynx). For instance, I have a directory with:
>>
>> [snip]
>>
>> This is with: zsh 4.3.12-dev-1-cvs0820
>
> I have a similar issue but in my case no files are completed.
>
> $ zsh -f
> % autoload compinit && compinit
> % xpdf dir/[Tab]
>
> Yields only directories, no *.pdf (or other) files.
>
> I bisected the problem and it looks like it's 29444:
> Completion/Unix/Type/_path_files from 2011-06-04. If I revert
> that change everything works fine.
Fwiw, current zsh cvs works with my setup, i get only the pdf files
and other subdirs, but i get the same result as simon with that
command sequence.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author