Judah Jacobson wrote:
The attached patch fixes bug #998 (tab completion of filenames in
subdirectories doesn't work in ghci).
* Use command-dependent word break characters for tab completion in
ghci. Fixes bug #998.
M ./compiler/ghci/GhciMonad.hs -1 +1
M ./compiler/ghci/InteractiveUI.hs -59 +83
I had originally looked at this problem last year and thought that it
would require additional readline functionality. However, this patch
fixes the problem without using any more readline APIs than before.
(This is partly motivated by the possibility of using libedit on OS
X.)
I've tested this patch against HEAD, but it should work on the stable
branch as well.
Excellent, thanks. I'll review and apply.
Cheers,
Simon
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc