Bug 5330

Summary: jline file arguments don't tab complete when they are relative to the current working directory
Product: frysk Reporter: Mark Wielaard <mark>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2246, 4054    

Description Mark Wielaard 2007-11-15 14:21:12 UTC
$ frysk/bindir/fhpd
(fhpd) load /usr/bin/b<tab>

Doesn't try to complete the file name.

But the identical thing for the run command does do file completion of the
argument given:

$ frysk/bindir/fhpd
(fhpd) run /usr/bin/b<tab>
Comment 1 Mark Wielaard 2007-11-15 14:29:22 UTC
OK, the original report was bogus.

The real issue was that neither command autocompletes for relative files
(absolute files starting with / are fine for both run and load).

Changed the subject to mention that it is about relative file paths.

This also doesn't work when prefixed with ./
$ frysk/bindir/fhpd
(fhpd) run ./<tab>
Comment 2 Andrew Cagney 2007-11-16 14:50:24 UTC
Need to consider a new import.