Bug 5330 - jline file arguments don't tab complete when they are relative to the current working directory
Summary: jline file arguments don't tab complete when they are relative to the current...
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 2246 4054
  Show dependency treegraph
 
Reported: 2007-11-15 14:21 UTC by Mark Wielaard
Modified: 2007-11-16 14:50 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.