Message 117529 - Python tracker
Message117529
| Author | ronaldoussoren |
|---|---|
| Recipients | ned.deily, ronaldoussoren, zvezdan |
| Date | 2010-09-28.15:15:13 |
| SpamBayes Score | 0.00023673983 |
| Marked as misclassified | No |
| Message-id | <1285686915.65.0.305046760281.issue9907@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
On second thought, the patch isn't quite as harmless as I first thought: the default key-bindings that are created after the call to rl_initialize will replace custom bindings in the users .editrc file. I've attached a new version of the py3k patch that works around this problem by calling rl_read_init_file(NULL) after setting the default bindings. This allows me to override the bindings for TAB in ~/.editrc as before. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-09-28 15:15:15 | ronaldoussoren | set | recipients: + ronaldoussoren, ned.deily, zvezdan |
| 2010-09-28 15:15:15 | ronaldoussoren | set | messageid: <1285686915.65.0.305046760281.issue9907@psf.upfronthosting.co.za> |
| 2010-09-28 15:15:14 | ronaldoussoren | link | issue9907 messages |
| 2010-09-28 15:15:14 | ronaldoussoren | create | |