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:40:39 -0800 Message-ID: <87y229qo20.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> <877d9ts2tv.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13017"; 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:P4G/FDrxJwWkVsogKMFhbsrkjK4= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Feb 17 20:48:32 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 1nKmlU-0003Au-JU for ged-emacs-devel@m.gmane-mx.org; Thu, 17 Feb 2022 20:48:32 +0100 Original-Received: from localhost ([::1]:36332 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nKmlT-0001W6-1K for ged-emacs-devel@m.gmane-mx.org; Thu, 17 Feb 2022 14:48:31 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:59212) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nKmiA-0008FK-6V for emacs-devel@gnu.org; Thu, 17 Feb 2022 14:45:06 -0500 Original-Received: from ciao.gmane.io ([116.202.254.214]:48546) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nKmi8-0007vX-0S for emacs-devel@gnu.org; Thu, 17 Feb 2022 14:45:05 -0500 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1nKmi6-0008Wa-2m for emacs-devel@gnu.org; Thu, 17 Feb 2022 20:45:02 +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:286427 Archived-At: Eric Abrahamsen writes: > 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. Just for context, I use fcitx, and my GTK_IM_MODULE is set to fcitx, and with the recent Emacs changes (I'm also on Arch/sway/pgtk) I had to go into the fcitx configuration and disable a bunch of previously-ignored hotkeys that suddenly were being honored.