On 5/24/15 9:13 PM, Martin Panter wrote:

> A workaround has been proposed for Python
> to unset the RL_STATE_ISEARCH flag and set RL_STATE_DONE flag, but I
> wonder if you think this sort of thing should be done inside the
> rl_free_line_state() function instead?

This approach will work for the time being, but you should be prepared
to change the python code to use a public function when the next version
of readline is released.  Readline's signal handler will also call the
same function, so if you're letting readline handle signal disposition
you won't have to do anything.

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    [email protected]    http://cnswww.cns.cwru.edu/~chet/

_______________________________________________
Bug-readline mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-readline

Reply via email to