tags 531343 fixed-upstream
thanks

Hello,

On Sun, 31 May 2009 19:38:10 +0100, Paul LeoNerd Evans wrote:

> Package: bash-completion
> Version: 1:1.0-2
> Severity: normal
> 
> The tab-complete for 'man' used to complete on local *.3pm files as perl
> manpages; it doesn't any more
> 
>   $ ls blib/libdoc/*.3pm
>   blib/libdoc/IO::Async.3pm
>   blib/libdoc/IO::Async::Notifier.3pm
>   ...
> 
>   $ man blib/libdoc/<tab><tab>
>   [ no response ]
> 
> It would be useful if it would do this again please...

$ mkdir -p foo/bar/baz/
$ touch foo/bar/baz/Foo.3pm
$ man fo<TAB>
fold                   form_driver            form_new_page
font2c                 form_field             form_opts
font2psf               form_field_attributes  form_opts_off
fontinst               form_field_buffer      form_opts_on
fonts-conf             form_field_info        form_page
fonttosfnt             form_field_just        form_post
foo/                   form_field_new         form_request_by_name
fopen                  form_field_opts        form_requestname
fopencookie            form_fields            form_request_name
fork                   form_fieldtype         form_sub
forkpty                form_field_userptr     form_term
form                   form_field_validation  form_userptr
format                 form_hook              form_win
form_cursor            form_init              fort77
form_data              form_new               fortune
$ man foo<TAB>
$ man ./foo/<TAB>
$ man ./foo/bar/<TAB>
$ man ./foo/bar/baz/<TAB>
$ man ./foo/bar/baz/Foo.3pm

Seems working here, with the latest git revision :)

Marking the bug fixed-upstream.

Kindly,
David

-- 
 . ''`.  Debian maintainer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 ----|---- http://snipr.com/qa_page
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Bash-completion-devel mailing list
Bash-completion-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-devel

Reply via email to