[Haskell-cafe] Re: Best Editor In Windows

Stefan Monnier monnier at IRO.UMontreal.CA
Fri Oct 16 16:16:01 EDT 2009


>>> The only thing I haven't figured out is how to do tab-completion of
>>> words in the ghci buffer.  Do I need to use a different key
>>> combination?  I couldn't find that in the documentation.
>> I think it's just a missing feature.
> OK!  Let me know if there's anything I can do to help.  I noticed that
> other modes, e.g. ESS for R, do have tab-completion, but just skimming
> the source code I couldn't find how exactly they do that.

You could try to just send the TAB directly to the underlying process
and let ghci do the completion.


        Stefan


More information about the Haskell-Cafe mailing list