This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zer0
Recipients dexteradeus, zer0
Date 2015-02-17.19:57:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424203061.58.0.298510785496.issue23067@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

I'm also interrested in this feature. Indeed, exporting rl_forced_update_display() is the only way I've found to make readline.set_completion_display_matches_hook() working properly. Without forcing the redisplay, the prompt is not displayed. This seems to be the proper function to call, because that's the one called at the end of display_matches() in libreadline code, which is the default function for displaying matches.

The attached file is a simple example code derived from http://pymotw.com/2/readline/ that shows that the patch is working.
History
Date User Action Args
2015-02-17 19:57:41zer0setrecipients: + zer0, dexteradeus
2015-02-17 19:57:41zer0setmessageid: <1424203061.58.0.298510785496.issue23067@psf.upfronthosting.co.za>
2015-02-17 19:57:41zer0linkissue23067 messages
2015-02-17 19:57:41zer0create