From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#40273: installer: No way to input Latin characters with non-Latin keyboard layouts Date: Tue, 31 Mar 2020 17:29:35 +0200 Message-ID: <875zekv8yo.fsf@gnu.org> References: <20200328134202.rgl6usllluoo2b2y@pelzflorian.localdomain> <875zenyzh0.fsf@gnu.org> <20200329171609.puseiw4d4b6cxgd7@pelzflorian.localdomain> <878sjjt5cj.fsf@gmail.com> <877dz2p1mx.fsf@gmail.com> 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]:34158) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJIq4-00045S-4T for bug-guix@gnu.org; Tue, 31 Mar 2020 11:30:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJIq3-0003Ro-5g for bug-guix@gnu.org; Tue, 31 Mar 2020 11:30:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53518) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJIq3-0003Ri-1b for bug-guix@gnu.org; Tue, 31 Mar 2020 11:30:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jJIq2-0007ZC-Ul for bug-guix@gnu.org; Tue, 31 Mar 2020 11:30:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <877dz2p1mx.fsf@gmail.com> (Mathieu Othacehe's message of "Mon, 30 Mar 2020 12:39:50 +0200") 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: Mathieu Othacehe Cc: 40273@debbugs.gnu.org Hi, Mathieu Othacehe skribis: >> * Guile-newt functions "newt-set-help-callback" and >> "add-component-callback" seem to be tripping over each other and I'm >> having a hard time trying to understand why. > > Ok I found out why, it was the GC that was collecting the callback > pointers. I fixed it in Guile-newt. Ouch. Are there possible other such issues lurking? > Now I pushed a 'wip-installer-help' branch that implement this > mechanism. I'm now able to switch the installer keyboard layout from any > step. Woohoo, awesome! Ludo=E2=80=99.