From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id ACx0I53VMWMIpQAAbAwnHQ (envelope-from ) for ; Mon, 26 Sep 2022 18:38:53 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id +CWXIp3VMWM6MgEAG6o9tA (envelope-from ) for ; Mon, 26 Sep 2022 18:38:53 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 1BFBD240B3 for ; Mon, 26 Sep 2022 18:38:52 +0200 (CEST) Received: from localhost ([::1]:47280 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ocr87-0001lL-QE for larch@yhetil.org; Mon, 26 Sep 2022 12:38:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36864) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ocqI5-0002Up-BE for bug-guix@gnu.org; Mon, 26 Sep 2022 11:45:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52337) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ocqI4-00080N-UX for bug-guix@gnu.org; Mon, 26 Sep 2022 11:45:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ocqI3-0003bk-Qj for bug-guix@gnu.org; Mon, 26 Sep 2022 11:45:03 -0400 Subject: bug#58044: Localization: "info guix" always shows the manual in English regardless of the user locale Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Mon, 26 Sep 2022 15:45:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 58044 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Luis Felipe Cc: 58044-done@debbugs.gnu.org, "pelzflorian \(Florian Pelz\)" Mail-Followup-To: 58044@debbugs.gnu.org, ludo@gnu.org, luis.felipe.la@protonmail.com Received: via spool by 58044-done@debbugs.gnu.org id=D58044.166420708713443 (code D ref 58044); Mon, 26 Sep 2022 15:45:03 +0000 Received: (at 58044-done) by debbugs.gnu.org; 26 Sep 2022 15:44:47 +0000 Received: from localhost ([127.0.0.1]:51410 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ocqHm-0003Ul-VP for submit@debbugs.gnu.org; Mon, 26 Sep 2022 11:44:47 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33236) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ocqHl-0003UY-KU for 58044-done@debbugs.gnu.org; Mon, 26 Sep 2022 11:44:46 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38520) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ocqHe-0007m5-8e; Mon, 26 Sep 2022 11:44:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=JDKbM0jFaMXjxZl+ET5ArpRTr0eUs6v+yKCSwaZVhio=; b=D7cQTSGS8bqL+mnj78uk QummbAUR4LIqLm2gM/qLqL5jHNGHUiUj2SknC4lbpVZARHJr6e1fKnuoWb20iA49bUAYBqQ+dX8ID aYo6M+C/RawvAOPuflmujwYTJnIWND8Oh+lBG0SVwC+j4YqQwMZZtJBjXJKT5Hqf4/I+4I4lzM7lF A3keNwSQr2cICHakUhusupXSEWyKCcFhPMhf8q//gpYmj6pQOrYfL3uoxOcsjVa9OzOTF0HKLaACz +Lienx4HOLFTN1wb47tuFDF3PMlTNpVaxsjii8lVSSSQt7cnd6Hs5+35IHDzpMeaVUxIiwdHZKOMr /pwWqzNplIowkw==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=51196 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ocqHc-0008Mp-8i; Mon, 26 Sep 2022 11:44:37 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87mtaolljm.fsf@pelzflorian.de> <5WD77kNNcaMt72v19oC1m14j61DuZ2gxLIHePK98HbaUL6VglpZqDnR6mGcO6p4U6ccgwOWtAMV25NYi8HOhZIcCpVpiWr0mXpKinvzRMmk=@protonmail.com> Date: Mon, 26 Sep 2022 17:44:29 +0200 In-Reply-To: <5WD77kNNcaMt72v19oC1m14j61DuZ2gxLIHePK98HbaUL6VglpZqDnR6mGcO6p4U6ccgwOWtAMV25NYi8HOhZIcCpVpiWr0mXpKinvzRMmk=@protonmail.com> (Luis Felipe's message of "Sat, 24 Sep 2022 18:02:29 +0000") Message-ID: <878rm6kun6.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1664210333; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=JDKbM0jFaMXjxZl+ET5ArpRTr0eUs6v+yKCSwaZVhio=; b=nm+xAD77M/dO2SepDAY8wc+QqPKOxcbcA30VOCNqjhgd7dNWroZGJek0JyQUjxEJdXnmIJ QBR7ZdLpYfnsvKIDv0rqS2kGZT7R3dy0dKoM/XCT7KAGPL/S4K74gx063KP3BH9OG3/QMo tPODGsHHzM2PN+R1DcPvBWwWgONwrUS7tuZ2uerTL9wykwdke6SF2y6j+5yRn3EWBM8Dww tvBOxtil0ripV0W9WygyiEWZHzZCWn9S4uzXnjPofS/3xHxWGiF9JC6MGsTTQqLSw77pu6 WuEEsxpG+XSPakFoEfWq5FJ7Z/WJHcV0dJc9SziJ9OufMo26e/5Ndzdk1vs/7g== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1664210333; a=rsa-sha256; cv=none; b=mCN6l513pDrj9UGI2nE/EvcRVyUpjKtqqL1FtDHtz7zMQhAW9acIJ18cvTdcudclrdP/T3 Ngj7REPBvNw8Ttuv49U3xQ6YWeltpDFESXJOuqwxiEwKP6ZbY866P7pb63IHaJOhtJ34H9 oRlxwqUDcxe3y1BX76UBQjNtjhAZXN+mG/zvTql7fVGafSutYZ4jUkQVMSVf0N5qa3E5zh CzEYfP3xevSFcdIkLcU2unO2SHKxZFJUWSwWSYPmt+UadFuG1ylno+vay9eLSw5AqtkZ8m +ObKC91iNA52k0bntAnorWxKgdL65Pek1OA/wrz1/lNPI1kw5hsB33QCbJ0Ocg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=D7cQTSGS; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.25 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=D7cQTSGS; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 1BFBD240B3 X-Spam-Score: -2.25 X-Migadu-Scanner: scn1.migadu.com X-TUID: J+8Fc+zMu7Aa Hi, Luis Felipe skribis: >> https://lists.gnu.org/archive/html/bug-texinfo/2019-05/msg00011.html >>=20 > >> is relevant. > > Thanks for the info, Florian, I had no idea about that :) Your expectations are legitimate though; I think it=E2=80=99d be worth brin= ging it up again on bug-texinfo@gnu.org if you feel so inclined. There=E2=80=99s not much that can be done on the Guix side so I=E2=80=99ll = close it here. Thanks, Ludo=E2=80=99.