On Thu 04 Aug 2016 22:55, Andy Wingo <wi...@pobox.com> writes: > On Thu 28 Jul 2016 19:21, "helpful.user@discard.email" > <helpful.user@discard.email> writes: > >> The following patch to readline should fix the tab issue: >> >> https://lists.gnu.org/archive/html/bug-bash/2014-10/msg00211.html >> >> (AFACT you need to put "set enable-bracketed-paste on" in your ~ >> /.inputrc too) > > Fascinating! I guess from Guile's side we should do > > rl_variable_bind ("enable-bracketed-paste", "on") > > in our readline code
Done. Thanks for the tip. See NEWS for details. Andy