From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15903 invoked by alias); 1 Sep 2016 08:49:26 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 39149 Received: (qmail 18947 invoked from network); 1 Sep 2016 08:49:25 -0000 X-Qmail-Scanner-Diagnostics: from mail-ua0-f182.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.217.182):SA:0(0.0/5.0):. Processed in 0.948173 secs); 01 Sep 2016 08:49:25 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=HTML_MESSAGE,SPF_PASS, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: xmarti6@xtec.cat X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.217.182 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xtec-cat.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=awwQqMfc2BV8WPQ9M+CLslPcsjhn8ZUxYAPLgmLus1E=; b=KuvEWUbX/1eTepsFXkNTDShqLytYOgPCRb2dlg/Xg1Q4ZBgV02v57wcxEYyi2N/gfm JpajQ6+Fz0STEVSekGt/rn5arnHsrNVeTR20MmtRyEfHrLejstx9dyYAFKL6wtV4VHXg Wbr+tnQijntoNruUJ7pdizy7X57QKi8UsLYw+PHtDGVoNHmDhase3gmQy22PFVwlN0ui fnIEfWGXmlr52VJNSgamFN4JiJKE7gOfEFVOrs3tULV3RfXtBUv3sdzk8SwVNr1/NJIb v403RXN7AF1rrhJLfLey+OVESPWQq2R+0SVbrQ7eEoK0X7ohmXvG5+XP4IjD3O4VfSSl J60Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=awwQqMfc2BV8WPQ9M+CLslPcsjhn8ZUxYAPLgmLus1E=; b=Rg2dCANBWjLw8qwJy/sTiSIMLkkWimsH+PvQM7z5uf2QwAKljBzvQy3m1rLsPuajZT R+NPZWy6tQc/hciH2nGc0ibnjh4axZiqoJMZsdY7hm9FyDeX+PJpEPR8F5iRRPj5FDQd +sJ88+U0bg9QXqaIra7lHjieuHriSfoPzj5XFyCeY0gMh38SKvPwir1K7VKFin2KLUrq wO7PHxuZgZMzG8Dxww6mTWPt7cdnAlOlHUoGslSCPR0ZqK1cwj2Y4FqjJSp18bzhLZMt a0ihVbM+s2NQhU+Y/Sayeow4BVkCJYoSg0SpdBY1KoVYf056dUFsGiw6a7+luQF73XTZ Zcig== X-Gm-Message-State: AE9vXwOEQiplpEGz/a8DXO67uYJyRGQNl1l9Mw95K5WhOasTZYNeWA+z8TwlC82u0CEzcXshybc727vkUprjZA== X-Received: by 10.176.5.234 with SMTP id e97mr8590205uae.102.1472719368796; Thu, 01 Sep 2016 01:42:48 -0700 (PDT) MIME-Version: 1.0 From: =?UTF-8?Q?Xavier_Mart=C3=ADnez_Serrano?= Date: Thu, 1 Sep 2016 10:42:48 +0200 Message-ID: Subject: zsh Issue - "Tab" character is not pasted into shell To: zsh-workers@zsh.org Content-Type: multipart/alternative; boundary=94eb2c1242fed4d24e053b6e32ff --94eb2c1242fed4d24e053b6e32ff Content-Type: text/plain; charset=UTF-8 Hi all, I recently experimented an issue when pasting "tab" characters to zsh terminal. Whereas changing the shell to "sh" or opening a terminal editor like "nano" allowed me to paste a text with tabs, when copying the same text with tabs into "zsh" it literally EATS the TAB characters. I've observed this behaviour in Ubuntu 12.04/14.04 (within Biolinux distribution). I hope there is a workaround or some trick I may not know. Many thanks for your help in advance, Xavi Ex: Text in "Leafpad" (plain text editor): thisisatest When coyp/pasted (via menu or shortcut(Ctrk+Shift+V) to sh or nano the output is as expected: thisisatest But when pasted to "zsh" the output is: thisisatest --94eb2c1242fed4d24e053b6e32ff--