bug#25324: Make check fails on FreeBSD 11.0

2017-05-17 Thread Matt Wette
“make check” works for guile 2.2.2 on FreeBSD 11.0.




bug#12207: repl and comments or tabs

2017-05-17 Thread Andy Wingo
On Thu 04 Aug 2016 22:55, Andy Wingo  writes:

> On Thu 28 Jul 2016 19:21, "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