From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: with-pgtk: C-; turns into plain ';' Date: Thu, 17 Feb 2022 11:36:12 -0800 Message-ID: <877d9ts2tv.fsf@ericabrahamsen.net> References: <871r04zqbv.fsf@yahoo.com> <838ruc458z.fsf@gnu.org> <874k50xmye.fsf@yahoo.com> <835ypg449d.fsf@gnu.org> <87sfsj7k7x.fsf@gmail.com> <87y22bmihf.fsf@gmail.com> <8735kjwa0f.fsf@yahoo.com> <87a6erlzja.fsf@gnu.org> <87czjnue40.fsf@yahoo.com> <875ypench7.fsf@gnu.org> <8735kivrjs.fsf@yahoo.com> <87zgmqk8bl.fsf@gnu.org> <87y22atja8.fsf@yahoo.com> <87sfsigicm.fsf@gnu.org> <25102.25484.653227.200615@retriever.mtv.corp.google.com> <87pmnlxu9n.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39201"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) To: emacs-devel@gnu.org Cancel-Lock: sha1:s8oKJbzE3swQMCPFkXgO/KpiKPM= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Feb 17 20:37:52 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nKmbA-000A67-HG for ged-emacs-devel@m.gmane-mx.org; Thu, 17 Feb 2022 20:37:52 +0100 Original-Received: from localhost ([::1]:58714 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nKmb9-0005bL-55 for ged-emacs-devel@m.gmane-mx.org; Thu, 17 Feb 2022 14:37:51 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:57464) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nKmZi-0004fU-5w for emacs-devel@gnu.org; Thu, 17 Feb 2022 14:36:22 -0500 Original-Received: from ciao.gmane.io ([116.202.254.214]:47380) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nKmZg-0006iw-Pu for emacs-devel@gnu.org; Thu, 17 Feb 2022 14:36:21 -0500 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1nKmZd-0007ul-Hk for emacs-devel@gnu.org; Thu, 17 Feb 2022 20:36:17 +0100 X-Injected-Via-Gmane: http://gmane.org/ Received-SPF: pass client-ip=116.202.254.214; envelope-from=ged-emacs-devel@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:286426 Archived-At: Tassilo Horn writes: > "T.V Raman" writes: > >> I was running the pgtk build on Debian until a few weeks ago -- and >> switched away after reporting a segfault -- should be in the list >> archives. > > Found it, it was on January, 6th. > >> Before that C-; worked in the pgtk build. I went back to try pgtk >> last week an now there is no crash but the keys as I reported have >> disappeared. > > Hm, C-; works for me with the current master, and C-S-u triggers the GTK > Unicode input method. Now I know at least what "that underlined u" is. > After C-S-u one can insert 4 hex-digits and then it'll be replaced by > the corresponding unicode character. I think that's GTK's IMContextSimple. What does "echo $GTK_IM_MODULE" get you? Maybe you can try: gsettings set org.gnome.settings-daemon.plugins.keyboard active false I've only fooled with the edges of this stuff, but maybe something in the above will get you there.