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 12:10:05 -0800 Message-ID: <87ee41qmoy.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> <87ley9xntg.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9517"; 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:ALh2DSi+BWFDmqavhIc58prQDiE= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Feb 17 21:11:27 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 1nKn7f-0002FL-7f for ged-emacs-devel@m.gmane-mx.org; Thu, 17 Feb 2022 21:11:27 +0100 Original-Received: from localhost ([::1]:47150 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nKn7d-0001Ze-Pe for ged-emacs-devel@m.gmane-mx.org; Thu, 17 Feb 2022 15:11:25 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:37284) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nKn6X-0000s5-ED for emacs-devel@gnu.org; Thu, 17 Feb 2022 15:10:17 -0500 Original-Received: from ciao.gmane.io ([116.202.254.214]:59808) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nKn6V-0003nL-KB for emacs-devel@gnu.org; Thu, 17 Feb 2022 15:10:17 -0500 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1nKn6S-0000iS-EE for emacs-devel@gnu.org; Thu, 17 Feb 2022 21:10:12 +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:286429 Archived-At: Tassilo Horn writes: > Eric Abrahamsen writes: > > Hi Eric, > >>>> 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? > > It's undefined. > >> Maybe you can try: >> >> gsettings set org.gnome.settings-daemon.plugins.keyboard active false > > No such schema “org.gnome.settings-daemon.plugins.keyboard” Bummer. Well I still think your answer is "in there" somewhere.