[IPython-user] readline configuration
Scott Kirkwood
scottakirkwood at gmail.com
Mon Jun 20 07:42:03 CDT 2005
Figured out my error: I wrote readline_parser_and_bind instead of
readline_parse_and_bind.
Tried it and it works beautifully.
Now it's much more like bash, perhaps these bindings should be turned on by
default?
-Scott
On 6/17/05, Fernando Perez <Fernando.Perez at colorado.edu> wrote:
>
> Scott Kirkwood wrote:
> > Hi,
> > I'd like to add C-k (kill -line) and C-u (unix-line-discard) to my
> IPython
> > configuration on Windows.
> > I tried adding this:
> > readline_parser_and_bind "\C-k": kill-line
> > readline_parser_and_bind "\C-u": unix-line-discard
> > to my ipythonrc.ini file but it didn't work.
> > I'm running on Win2k Pro.
>
> I think the win32 readline module doesn't really implement 100% of gnu
> readline. It's possible that these are parts of the GNU readline API
> which are not available in win32-readline.
>
> Cheers,
>
> f
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.scipy.org/pipermail/ipython-user/attachments/20050620/2f49ed2e/attachment.html
More information about the IPython-user
mailing list