Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #93276

Re: Readline -- cannot bind to both Ctrl-tab and tab at the same time?

From Laura Creighton <lac@openend.se>
Subject Re: Readline -- cannot bind to both Ctrl-tab and tab at the same time?
References <55904328$0$1636$c3e8da3$5496439d@news.astraweb.com>
Date 2015-06-28 23:22 +0200
Newsgroups comp.lang.python
Message-ID <mailman.151.1435526571.3674.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Readline -- cannot bind to both Ctrl-tab and tab at the same time? Steven D'Aprano <steve@pearwood.info> - 2015-06-29 04:55 +1000
  Re: Readline -- cannot bind to both Ctrl-tab and tab at the same time? Laura Creighton <lac@openend.se> - 2015-06-28 23:22 +0200
  Re: Readline -- cannot bind to both Ctrl-tab and tab at the same time? Chris Angelico <rosuav@gmail.com> - 2015-06-29 11:36 +1000
  Re: Readline -- cannot bind to both Ctrl-tab and tab at the same time? Tony the Tiger <tony@tiger.invalid> - 2015-07-09 20:03 +0000
    Re: Readline -- cannot bind to both Ctrl-tab and tab at the same time? Marko Rauhamaa <marko@pacujo.net> - 2015-07-09 23:42 +0300
      Re: Readline -- cannot bind to both Ctrl-tab and tab at the same time? Michael Torrie <torriem@gmail.com> - 2015-07-09 22:56 -0600

csiph-web