#998: Tab-completion of filenames does not work in GHCi 6.6
---------------------------------------+------------------------------------
    Reporter:  [EMAIL PROTECTED]  |       Owner:       
        Type:  bug                     |      Status:  new  
    Priority:  normal                  |   Milestone:       
   Component:  GHCi                    |     Version:  6.6  
    Severity:  minor                   |    Keywords:       
  Difficulty:  Unknown                 |    Testcase:       
Architecture:  x86_64 (amd64)          |          Os:  Linux
---------------------------------------+------------------------------------
Trying to tab-complete filenames, for example when doing a :load, does not
 work in GHCi 6.6.  It did work in GHCi 6.4.2.

 Scenario:

 {{{
 $> ls
 Baz Foo
 $> ls Foo/
 Bar.hs
 $> ghci
 Prelude> :l F<<press tab>>
 Prelude> :l Foo/<press tab twice>>
 Baz/ Foo/
 }}}

 Rather than listing options of Baz and Foo it should have completed to
 Foo/Bar.hs.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/998>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to