From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: bug#40493: installer: Provide a way to select multiple keyboard layouts Date: Thu, 9 Apr 2020 06:14:11 +0200 Message-ID: <20200409041411.yhi2qpkybn5grsaj@pelzflorian.localdomain> References: <87369fmd8d.fsf@gmail.com> <20200407175002.uzjqzm7fdgxftrrn@pelzflorian.localdomain> <87wo6r6ngn.fsf@gnu.org> <20200408095812.v3kuwakueh44g6mp@pelzflorian.localdomain> <87k12q5cyt.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:55859) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jMOal-00088B-2y for bug-guix@gnu.org; Thu, 09 Apr 2020 00:15:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jMOak-0003RP-5X for bug-guix@gnu.org; Thu, 09 Apr 2020 00:15:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41539) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jMOak-0003RK-2R for bug-guix@gnu.org; Thu, 09 Apr 2020 00:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jMOaj-0005ag-UB for bug-guix@gnu.org; Thu, 09 Apr 2020 00:15:01 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87k12q5cyt.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 40493-done@debbugs.gnu.org On Wed, Apr 08, 2020 at 03:22:34PM +0200, Ludovic Courtès wrote: > Go for it, thank you! I added some more heuristics on whether a layout is Latin or not and after much testing pushed as 91c231a2223440081426929828a23c7baa0214fd. There are still few false positives like non-Kana Japanese layouts that are Latin but toggle to U.S. They can be fixed later. More importantly with 7bc71025ccd0fabd739803889825e10341fbabdf I also fixed a layout’s empty variant "" not being a choice in the installer. The "" variant is the only variant of the Azerbaijani layout providing the Latin script Azerbaijan uses since a few decades, so it is important. I hope the code is alright; maybe I should not have just pushed, but I believe it is alright. Marking as done. Regards, Florian