From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: bug#40273: installer: No way to input Latin characters with non-Latin keyboard layouts Date: Mon, 30 Mar 2020 12:39:50 +0200 Message-ID: <877dz2p1mx.fsf@gmail.com> References: <20200328134202.rgl6usllluoo2b2y@pelzflorian.localdomain> <875zenyzh0.fsf@gnu.org> <20200329171609.puseiw4d4b6cxgd7@pelzflorian.localdomain> <878sjjt5cj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50374) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIrpq-0003Kd-Uq for bug-guix@gnu.org; Mon, 30 Mar 2020 06:40:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jIrpq-0005vY-2f for bug-guix@gnu.org; Mon, 30 Mar 2020 06:40:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49451) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jIrpp-0005vQ-Vp for bug-guix@gnu.org; Mon, 30 Mar 2020 06:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jIrpp-0003Fz-Ps for bug-guix@gnu.org; Mon, 30 Mar 2020 06:40:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:50345) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIrpi-0003KF-LZ for bug-guix@gnu.org; Mon, 30 Mar 2020 06:39:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jIrph-0005oi-RN for bug-guix@gnu.org; Mon, 30 Mar 2020 06:39:54 -0400 Received: from mail-wr1-x431.google.com ([2a00:1450:4864:20::431]:37464) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jIrph-0005n2-JZ for bug-guix@gnu.org; Mon, 30 Mar 2020 06:39:53 -0400 Received: by mail-wr1-x431.google.com with SMTP id w10so21033281wrm.4 for ; Mon, 30 Mar 2020 03:39:53 -0700 (PDT) In-reply-to: <878sjjt5cj.fsf@gmail.com> 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: 40273@debbugs.gnu.org Hey, > * 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. 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. WDYT? Mathieu