
16 Oct
2009
16 Oct
'09
4:16 p.m.
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