From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "helpful.user@discard.email" Newsgroups: gmane.lisp.guile.bugs Subject: bug#12207: repl and comments or tabs Date: Thu, 28 Jul 2016 19:21:52 +0200 Message-ID: <0b89b89f3afa138b40c6ccedc51d289b@discard.email> References: <87txw3lxuz.fsf@pobox.com> Reply-To: helpful.user@discard.email NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="b1_0b89b89f3afa138b40c6ccedc51d289b" X-Trace: ger.gmane.org 1469727934 28496 80.91.229.3 (28 Jul 2016 17:45:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Jul 2016 17:45:34 +0000 (UTC) To: 12207@debbugs.gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Jul 28 19:45:25 2016 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bSpN3-0007Se-JY for guile-bugs@m.gmane.org; Thu, 28 Jul 2016 19:45:21 +0200 Original-Received: from localhost ([::1]:54875 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSpMx-0000JN-Az for guile-bugs@m.gmane.org; Thu, 28 Jul 2016 13:45:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSpMo-0000Eb-IC for bug-guile@gnu.org; Thu, 28 Jul 2016 13:45:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bSpMj-0003V6-PI for bug-guile@gnu.org; Thu, 28 Jul 2016 13:45:06 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:52241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSpMj-0003Ux-M8 for bug-guile@gnu.org; Thu, 28 Jul 2016 13:45:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bSpMj-0007C2-I2 for bug-guile@gnu.org; Thu, 28 Jul 2016 13:45:01 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <87txw3lxuz.fsf@pobox.com> Resent-From: "helpful.user@discard.email" Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Thu, 28 Jul 2016 17:45:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12207 X-GNU-PR-Package: guile X-GNU-PR-Keywords: Original-Received: via spool by 12207-submit@debbugs.gnu.org id=B12207.146972786827582 (code B ref 12207); Thu, 28 Jul 2016 17:45:01 +0000 Original-Received: (at 12207) by debbugs.gnu.org; 28 Jul 2016 17:44:28 +0000 Original-Received: from localhost ([127.0.0.1]:49538 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bSpMC-0007Ao-Ch for submit@debbugs.gnu.org; Thu, 28 Jul 2016 13:44:28 -0400 Original-Received: from app.discard.email ([37.120.161.148]:46561) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bSp0L-0006cz-QU for 12207@debbugs.gnu.org; Thu, 28 Jul 2016 13:21:54 -0400 Original-Received: by app.discard.email (Postfix, from userid 33) id 7B891DE401; Thu, 28 Jul 2016 19:21:52 +0200 (CEST) X-PHP-Originating-Script: 0:PHPMailer.class.php X-Priority: 3 X-Mailer: PHPMailer 5.2.9 (https://github.com/PHPMailer/PHPMailer/) X-Mailman-Approved-At: Thu, 28 Jul 2016 13:44:27 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: "bug-guile" Xref: news.gmane.org gmane.lisp.guile.bugs:8321 Archived-At: --b1_0b89b89f3afa138b40c6ccedc51d289b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable The following patch to readline should fix the=C2=A0 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 t= oo) --b1_0b89b89f3afa138b40c6ccedc51d289b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

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 ~/.inputr= c too)

--b1_0b89b89f3afa138b40c6ccedc51d289b--