[Python-ideas] History stepping in interactive session?
Nadeem Vawda
nadeem.vawda at gmail.com
Fri Oct 5 17:23:08 CEST 2012
More information about the Python-ideas mailing list
Fri Oct 5 17:23:08 CEST 2012
- Previous message: [Python-ideas] History stepping in interactive session?
- Next message: [Python-ideas] History stepping in interactive session?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Oct 5, 2012 at 3:17 PM, Oleg Broytman <phd at phdru.name> wrote: > On Fri, Oct 05, 2012 at 02:09:27PM +0200, Antoine Pitrou <solipsis at pitrou.net> wrote: >> http://cnswww.cns.cwru.edu/php/chet/readline/rluserman.html > > The manual lacks the function "operate-and-get-next" bound in bash to > Ctrl-O. Either the manual is old or the function is not a function of > readline but rather one implemented by bash. That requires further > investigation (which I'm not going to do). The function is implemented by bash; see operate_and_get_next() in bashline.c. -Nadeem
- Previous message: [Python-ideas] History stepping in interactive session?
- Next message: [Python-ideas] History stepping in interactive session?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list