[Hugs] #61: [Patch] Readline command completion for everything
Hugs
trac at galois.com
Sun Apr 1 05:21:58 EDT 2007
#61: [Patch] Readline command completion for everything
--------------------------+-------------------------------------------------
Reporter: gsauthof | Owner: nobody
Type: enhancement | Status: closed
Priority: major | Milestone:
Component: hugs | Version: 200609
Resolution: fixed | Keywords:
--------------------------+-------------------------------------------------
Changes (by ross):
* resolution: => fixed
* status: new => closed
Comment:
Thanks. I've committed it to our shiny new darcs repository, though it
does have some limitations:
* the names include things that aren't in scope (:names has the same
problem)
* the names don't include qualified names
* the words completed are space-delimited, rather than being Haskell ids
* completion for :load works for filenames only, not modules
Still, it's a start, and better than nothing.
--
Ticket URL: <http://hackage.haskell.org/trac/hugs/ticket/61>
Hugs <http://www.haskell.org/hugs/>
Hugs 98, an interpreter for Haskell
More information about the Hugs-Bugs
mailing list