[GHC] #15452: [GHCi] Add an option to make tab completion case-insensitive

#15452: [GHCi] Add an option to make tab completion case-insensitive -------------------------------------+------------------------------------- Reporter: f-a | Owner: (none) Type: feature | Status: new request | Priority: low | Milestone: 8.6.1 Component: GHCi | Version: 8.4.3 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- There should be a ghci-option to have {{{ λ> readf<tab> }}} (notice the lowercase `f`) complete to {{{ λ> readFile }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15452 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15452: [GHCi] Add an option to make tab completion case-insensitive -------------------------------------+------------------------------------- Reporter: f-a | Owner: (none) Type: feature request | Status: new Priority: low | Milestone: 8.6.1 Component: GHCi | Version: 8.4.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by f-a): I have sent a patch to the maintainer of `haskeline` which would allow this (ci-autocomplete) to be implemented in ghci, but I still have to hear from him. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15452#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC