From mboxrd@z Thu Jan 1 00:00:00 1970 From: sirgazil Subject: bug#35670: guix package --roll-back message in Spanish is missing a line break Date: Fri, 10 May 2019 11:12:28 -0500 Message-ID: <16aa2846d4d.fb6fb86f23172.6176695009627955668@zoho.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:39267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hP88v-0001Uc-4c for bug-guix@gnu.org; Fri, 10 May 2019 12:13:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hP88s-0005ob-VS for bug-guix@gnu.org; Fri, 10 May 2019 12:13:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53559) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hP88s-0005oP-SY for bug-guix@gnu.org; Fri, 10 May 2019 12:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hP88s-0004C5-FJ for bug-guix@gnu.org; Fri, 10 May 2019 12:13:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:39199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hP88b-00018J-5l for bug-guix@gnu.org; Fri, 10 May 2019 12:12:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hP88Z-0005b7-Vd for bug-guix@gnu.org; Fri, 10 May 2019 12:12:45 -0400 Received: from sender4-pp-o95.zoho.com ([136.143.188.95]:25572) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hP88Z-0005Z3-Md for bug-guix@gnu.org; Fri, 10 May 2019 12:12:43 -0400 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.org@gnu.org Sender: "bug-Guix" To: 35670@debbugs.gnu.org Hi, I'm using this system: $ guix describe Generaci=C3=B3n 1=0906 may 2019 11:29:00=09(actual) guix d6a68e9 URL del repositorio: https://git.savannah.gnu.org/git/guix.git rama: master revisi=C3=B3n: d6a68e90483b35bdc2ea78afe2c81873be67ec95 After running "guix package --roll-back" in a system with a Spanish locale = (es_CO.UTF-8), I see that the output is missing a line break, so the prompt= appears immediately after the output: ########## $ guix package --roll-back se pas=C3=B3 de la generaci=C3=B3n 48 a la 47.sirgazil@makine ~/Escritorio$= guix package -I ########## It should look like this instead: ########## $ guix package --roll-back se pas=C3=B3 de la generaci=C3=B3n 48 a la 47. sirgazil@makine ~/Escritorio$ guix package -I ########## I didn't test if the issue actually depends on the locale. --- https://sirgazil.bitbucket.io/