Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'pypy': 0.07; 'subject:both': 0.07; 'subject:same': 0.07; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'cc:addr:python-list': 0.10; 'python': 0.11; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:89.233': 0.16; 'received:89.233.217': 0.16; 'received:89.233.217.133': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'reproduce': 0.16; 'to:addr:pearwood.info': 0.16; "to:name:steven d'aprano": 0.16; 'laura': 0.18; 'cc:addr:python.org': 0.21; 'cc:2**1': 0.22; 'header:In-Reply-To:1': 0.24; 'all.': 0.24; 'install': 0.25; 'subject: -- ': 0.27; 'readline': 0.29; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'subject:time': 0.31; 'subject:?': 0.34; 'fail': 0.35; 'problem.': 0.35; 'subject:: ': 0.37; 'charset :us-ascii': 0.37; 'system.': 0.39; 'subject:-': 0.39; 'subject:the': 0.40; 'header:Message-Id:1': 0.62; 'you.': 0.64; 'mar': 0.65; 'binding': 0.66; 'received:89': 0.80 To: "Steven D'Aprano" cc: python-list@python.org, lac@openend.se From: Laura Creighton Subject: Re: Readline -- cannot bind to both Ctrl-tab and tab at the same time? In-Reply-To: Message from "Steven D'Aprano" of "Mon, 29 Jun 2015 04:55:37 +1000." <55904328$0$1636$c3e8da3$5496439d@news.astraweb.com> References: <55904328$0$1636$c3e8da3$5496439d@news.astraweb.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <10167.1435526539.1@fido> Date: Sun, 28 Jun 2015 23:22:19 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [89.233.217.130]); Sun, 28 Jun 2015 23:22:28 +0200 (CEST) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1435526571 news.xs4all.nl 2848 [2001:888:2000:d::a6]:43558 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:93276 I can reproduce this with Python 2.7.9 (default, Mar 1 2015, 12:57:24) on my debian unstable system. On pypy both forms just silently fail to install the binding at all. Since PyPy has its own readline, this is circumstantial evidence that readline is the problem. It's not just you. Laura