From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#40369: guix environment messed up shell Date: Thu, 02 Apr 2020 12:34:42 +0200 Message-ID: <87r1x6p459.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:38993) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJxBf-000486-DX for bug-guix@gnu.org; Thu, 02 Apr 2020 06:35:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJxBe-0003bj-DE for bug-guix@gnu.org; Thu, 02 Apr 2020 06:35:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55927) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJxBe-0003bb-9s for bug-guix@gnu.org; Thu, 02 Apr 2020 06:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jJxBe-0007LN-5w for bug-guix@gnu.org; Thu, 02 Apr 2020 06:35:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Alexandru-Sergiu Marton's message of "Wed, 01 Apr 2020 13:03:42 +0300") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: Alexandru-Sergiu Marton Cc: Alexandru-Sergiu Marton , 40369@debbugs.gnu.org Hi, "Alexandru-Sergiu Marton" skribis: > Whenever I run `guix environment `, the shell I get has > problems when I write commands that span multiple lines. The most basic > glitch is that when I get to the end of the first line, the next > characters end up at the beginning of the same line, overwriting > everything I wrote so far. One of the wilder scenarios is the one where > each new character is added on a new line, _on top_ of the one I'm > currently writing. > > Steps to reproduce: > 1. $ guix environment neovim > 2. Write stuff that is longer than a single line. What shell do you use? Could you check if this is somehow due to PS1? For instance run: guix environment neovim export PS1=3D'\u\$ ' write a loooong line Thanks in advance, Ludo=E2=80=99.