From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Brian Cully Newsgroups: gmane.emacs.devel Subject: Re: PGTK-related misconceptions Date: Wed, 20 Apr 2022 09:13:28 -0400 Message-ID: <87levznbhc.fsf@ditto.jhoto.spork.org> References: <87bkww9ooc.fsf@treypeacock.com> <87v8v4b1qw.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19541"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.6.10; emacs 28.1 Cc: Morgan Smith , Trey Peacock , emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Apr 20 15:15:06 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 1nhAAj-0004sD-Fi for ged-emacs-devel@m.gmane-mx.org; Wed, 20 Apr 2022 15:15:05 +0200 Original-Received: from localhost ([::1]:39114 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nhAAi-0007GF-8F for ged-emacs-devel@m.gmane-mx.org; Wed, 20 Apr 2022 09:15:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34584) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nhA9z-0006Ve-U0 for emacs-devel@gnu.org; Wed, 20 Apr 2022 09:14:19 -0400 Original-Received: from coleridge.kublai.com ([166.84.7.167]:53025 helo=mail.spork.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nhA9y-0001a4-C5 for emacs-devel@gnu.org; Wed, 20 Apr 2022 09:14:19 -0400 Original-Received: from ditto (unknown [IPv6:2001:470:1f07:1b9:8650:a942:ec5e:856b]) by mail.spork.org (Postfix) with ESMTPSA id 8F28B4462; Wed, 20 Apr 2022 09:14:10 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=spork.org; s=dkim; t=1650460457; bh=qFXqJjQ2D6UHbL5G/ZUTtu/s5XmlEz/KUz9UZhGeq7o=; h=References:From:To:Cc:Subject:Date:In-reply-to; b=t9WAAsYKnzI5PqbGr/+SwNKLOSfZ7pbedlancS7Hfcg3nydBJw+ys0y9IIY02bkQP 7/H4CheD/6AxLPXnNu9WZUgVHIcvnVPFehTaws99FgnJxskxg9HBrUtrquIyBvSayS fcwk3uxNe7snnrkfSuOO5Q7sc2EpX/IHdWQTHEQ4= In-reply-to: <87v8v4b1qw.fsf@yahoo.com> Received-SPF: pass client-ip=166.84.7.167; envelope-from=bjc@spork.org; helo=mail.spork.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham 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:288710 Archived-At: Po Lu writes: > Nowhere in the documentation for GdkModifierType does it say that the > automatic mapping from real modifiers to virtual modifiers is > X11-specific, so this is clearly a GTK bug. I'm pretty sure GTK > accelerators that specify as a modifier will not work on those > other Wayland compositors either, if what you say is true. FWIW, using the PGTK branch under Wayland, the modifier works correctly with KDE Plasma, but not Sway. -bjc