[IPython-dev] Fwd: [Pythonmac-SIG] readline support for OS X Leopard
Boyd Waters
bwaters at nrao.edu
Fri Oct 26 19:59:13 EDT 2007
Thanks very much, Brian!
I've been piddling through those files - rlineimpl.py and friends -
and funny thing is that they all seem to work fine, but I'll keep
digging until I can get the TAB key event. Lots of print statements
show me that, as far as I know now, there's nothing wrong with the
(underlying) readline. But I don't know.
Stay tuned!
- boyd
On Oct 26, 2007, at 3:51 PM, Brian Granger wrote:
> If you start searching for readline you will quickly see what needs to
> be done. I would start by looking at rlineimpl.py, which imports the
> correct readline. This is called by iplib.py, which passes the
> readline module to a completer object.
>
> Let us know if you have questions.
More information about the IPython-dev
mailing list