From unknown Fri Jun 20 20:11:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#55362: 29.0.50; Super key no longer works on Wayland Resent-From: Thomas Jost Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 May 2022 10:01:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 55362 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 55362@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.165226324015085 (code B ref -1); Wed, 11 May 2022 10:01:01 +0000 Received: (at submit) by debbugs.gnu.org; 11 May 2022 10:00:40 +0000 Received: from localhost ([127.0.0.1]:36119 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1noj8t-0003uq-UG for submit@debbugs.gnu.org; Wed, 11 May 2022 06:00:40 -0400 Received: from lists.gnu.org ([209.51.188.17]:50074) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1noj8r-0003uh-3W for submit@debbugs.gnu.org; Wed, 11 May 2022 06:00:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49486) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1noj8q-0000yX-Pc for bug-gnu-emacs@gnu.org; Wed, 11 May 2022 06:00:24 -0400 Received: from out0.migadu.com ([94.23.1.103]:21857) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1noj8l-0005Y9-Mr for bug-gnu-emacs@gnu.org; Wed, 11 May 2022 06:00:24 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=schnouki.net; s=key1; t=1652263213; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=trpHuMO6dx7YA8HCIgeHCfkNfMic+m+LKq11wEOrZGI=; b=nD7E01SyS+GBtObahyh0odi2iT4lorA0j3bW3KNoUpz2yjhkXY7M6M+ecXLxlCBsKfWjcr gri+DVVWOPWtHIf430igN3DwLUs2bpm5YPY70/HUoSjxDjlF6FMiDV+2pRYOFp1WC8pLfd EXeuNb+jMVMDD/aubYhg9vt01cZY9sK44wDt2WxNV11jBO22sN4nUYekRf0Tct/uAsSk5W J83EXQQ2oZ+9VM2ilnd8f+JpL666ChgbsvSr6dBCDIqv5GQI28uKA8nDGNOcN9p1//rdGx JohwbKC8O+XRcRoxcS895L9FN7Jn7VO21uAKLD5ReYzGRy3HK9/1ZFgpghMaOQ== From: Thomas Jost X-Clacks-Overhead: GNU Terry Pratchett Date: Wed, 11 May 2022 12:00:12 +0200 Message-ID: <871qx08k43.fsf@schnouki.net> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: schnouki.net Received-SPF: pass client-ip=94.23.1.103; envelope-from=schnouki@schnouki.net; helo=out0.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, 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-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hey folks, When using recent builds of Emacs with PGTK on Wayland (Sway), the Super key is no longer detected. I use it in a lot of shortcuts, but now typing e.g. `s-/' just inputs /. If I run an older build with the exact same config (or even with `emacs -Q'), I don't experience that issue, and shortcuts using Super still work. So, this seems to be an Emacs bug. Using git bisect, I was able to find that this started in commit 1c1ae6ba802cc5813fa6f8f90f21050aae6bb459. Further investigation revealed that when typing a shortcut with Super, the GDK_SUPER_MASK bit isn't set, but GDK_MOD4_MASK is. I'm not sure what the best option is: restoring the former x_find_modifier_meanings() function, or hard-coding that Mod4 is the same as Super (like Mod1 and Meta). For now, I started using this patch: https://paste.sr.ht/~schnouki/e997d536bd3305aa34bb2c72bfe68dcdde18ec80 If it sounds like a good solution, feel free to use it. Happy to help and provide any further information needed! Cheers, Thomas In GNU Emacs 29.0.50 (build 18, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.17.6) of 2022-05-11 built on loki Repository revision: 1c1ae6ba802cc5813fa6f8f90f21050aae6bb459 Repository branch: HEAD System Description: Arch Linux Configured using: 'configure --with-pgtk' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSYSTEMD LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PGTK PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP XIM GTK3 ZLIB Important settings: value of $LANG: fr_FR.UTF-8 locale-coding-system: utf-8-unix Major mode: C/*l Minor modes in effect: bug-reference-prog-mode: t company-mode: t counsel-mode: t ivy-mode: t global-emojify-mode: t emojify-mode: t lsp-treemacs-sync-mode: t yas-global-mode: t yas-minor-mode: t treemacs-filewatch-mode: t treemacs-follow-mode: t treemacs-git-mode: t treemacs-fringe-indicator-mode: t projectile-mode: t global-git-commit-mode: t magit-auto-revert-mode: t windmove-mode: t flycheck-pos-tip-mode: t global-flycheck-mode: t flycheck-mode: t shell-dirtrack-mode: t editorconfig-mode: t volatile-highlights-mode: t global-undo-tree-mode: t undo-tree-mode: t viking-global-mode: t viking-mode: t global-auto-revert-mode: t which-key-mode: t global-so-long-mode: t auto-read-only-mode: t which-function-mode: t tree-sitter-hl-mode: t global-tree-sitter-mode: t tree-sitter-mode: t override-global-mode: t global-subword-mode: t subword-mode: t desktop-save-mode: t save-place-mode: t delete-selection-mode: t global-hl-line-mode: t display-time-mode: t tooltip-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t column-number-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t abbrev-mode: t Load-path shadows: /home/schnouki/.quicklisp/dists/quicklisp/software/slime-v2.26.1/slime hides /home/schnouki/.emacs.d/elpa/slime-20220302.1215/slime /home/schnouki/.quicklisp/dists/quicklisp/software/slime-v2.26.1/slime-autoloads hides /home/schnouki/.emacs.d/elpa/slime-20220302.1215/slime-autoloads /home/schnouki/.quicklisp/dists/quicklisp/software/slime-v2.26.1/slime-tests hides /home/schnouki/.emacs.d/elpa/slime-20220302.1215/slime-tests /home/schnouki/.emacs.d/elpa/transient-20220508.1914/transient hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/transient /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-shell hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-shell /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-sass hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-sass /home/schnouki/.emacs.d/elpa/org-9.5.3/org-attach-git hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-attach-git /home/schnouki/.emacs.d/elpa/org-9.5.3/org-faces hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-faces /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-C hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-C /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-scheme hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-scheme /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-bbdb hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-bbdb /home/schnouki/.emacs.d/elpa/org-9.5.3/org-timer hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-timer /home/schnouki/.emacs.d/elpa/org-9.5.3/org-lint hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-lint /home/schnouki/.emacs.d/elpa/org-9.5.3/org-feed hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-feed /home/schnouki/.emacs.d/elpa/org-9.5.3/oc-csl hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/oc-csl /home/schnouki/.emacs.d/elpa/org-9.5.3/org-num hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-num /home/schnouki/.emacs.d/elpa/org-9.5.3/org-habit hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-habit /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-rmail hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-rmail /home/schnouki/.emacs.d/elpa/org-9.5.3/ox-odt hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox-odt /home/schnouki/.emacs.d/elpa/org-9.5.3/org-datetree hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-datetree /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-lua hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-lua /home/schnouki/.emacs.d/elpa/org-9.5.3/ox-md hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox-md /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-clojure hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-clojure /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-latex hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-latex /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-css hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-css /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-sql hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-sql /home/schnouki/.emacs.d/elpa/org-9.5.3/org-loaddefs hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-loaddefs /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-emacs-lisp hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-emacs-lisp /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-js hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-js /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-core hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-core /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-ruby hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-ruby /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-java hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-java /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-forth hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-forth /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-ocaml hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-ocaml /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-gnuplot hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-gnuplot /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-exp hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-exp /home/schnouki/.emacs.d/elpa/org-9.5.3/ox-org hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox-org /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-eww hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-eww /home/schnouki/.emacs.d/elpa/org-9.5.3/org-goto hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-goto /home/schnouki/.emacs.d/elpa/org-9.5.3/ox-latex hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox-latex /home/schnouki/.emacs.d/elpa/org-9.5.3/oc-natbib hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/oc-natbib /home/schnouki/.emacs.d/elpa/org-9.5.3/oc-biblatex hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/oc-biblatex /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-doi hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-doi /home/schnouki/.emacs.d/elpa/org-9.5.3/org-agenda hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-agenda /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-lilypond hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-lilypond /home/schnouki/.emacs.d/elpa/org-9.5.3/org hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-groovy hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-groovy /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-man hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-man /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-sed hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-sed /home/schnouki/.emacs.d/elpa/org-9.5.3/org-macs hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-macs /home/schnouki/.emacs.d/elpa/org-9.5.3/ox-texinfo hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox-texinfo /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-org hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-org /home/schnouki/.emacs.d/elpa/org-9.5.3/org-table hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-table /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-dot hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-dot /home/schnouki/.emacs.d/elpa/org-9.5.3/ox-html hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox-html /home/schnouki/.emacs.d/elpa/org-9.5.3/org-attach hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-attach /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-comint hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-comint /home/schnouki/.emacs.d/elpa/org-9.5.3/org-capture hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-capture /home/schnouki/.emacs.d/elpa/org-9.5.3/org-compat hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-compat /home/schnouki/.emacs.d/elpa/org-9.5.3/ox-icalendar hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox-icalendar /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-bibtex hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-bibtex /home/schnouki/.emacs.d/elpa/org-9.5.3/org-src hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-src /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-plantuml hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-plantuml /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-julia hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-julia /home/schnouki/.emacs.d/elpa/org-9.5.3/org-element hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-element /home/schnouki/.emacs.d/elpa/org-9.5.3/oc hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/oc /home/schnouki/.emacs.d/elpa/org-9.5.3/org-crypt hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-crypt /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-tangle hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-tangle /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-matlab hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-matlab /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-w3m hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-w3m /home/schnouki/.emacs.d/elpa/org-9.5.3/ob hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-maxima hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-maxima /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-awk hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-awk /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-haskell hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-haskell /home/schnouki/.emacs.d/elpa/org-9.5.3/ox-ascii hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox-ascii /home/schnouki/.emacs.d/elpa/org-9.5.3/org-refile hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-refile /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-python hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-python /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-sqlite hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-sqlite /home/schnouki/.emacs.d/elpa/org-9.5.3/ox-beamer hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox-beamer /home/schnouki/.emacs.d/elpa/org-9.5.3/org-archive hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-archive /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-calc hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-calc /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-eshell hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-eshell /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-info hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-info /home/schnouki/.emacs.d/elpa/org-9.5.3/org-clock hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-clock /home/schnouki/.emacs.d/elpa/org-9.5.3/org-list hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-list /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-eshell hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-eshell /home/schnouki/.emacs.d/elpa/org-9.5.3/org-pcomplete hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-pcomplete /home/schnouki/.emacs.d/elpa/org-9.5.3/oc-basic hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/oc-basic /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-mhe hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-mhe /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-octave hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-octave /home/schnouki/.emacs.d/elpa/org-9.5.3/org-duration hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-duration /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-processing hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-processing /home/schnouki/.emacs.d/elpa/org-9.5.3/org-protocol hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-protocol /home/schnouki/.emacs.d/elpa/org-9.5.3/ox hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox /home/schnouki/.emacs.d/elpa/org-9.5.3/org-ctags hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-ctags /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-irc hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-irc /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-gnus hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-gnus /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-docview hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-docview /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-eval hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-eval /home/schnouki/.emacs.d/elpa/org-9.5.3/ol hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol /home/schnouki/.emacs.d/elpa/org-9.5.3/org-keys hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-keys /home/schnouki/.emacs.d/elpa/org-9.5.3/org-colview hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-colview /home/schnouki/.emacs.d/elpa/org-9.5.3/org-id hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-id /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-fortran hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-fortran /home/schnouki/.emacs.d/elpa/org-9.5.3/ox-publish hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox-publish /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-screen hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-screen /home/schnouki/.emacs.d/elpa/org-9.5.3/org-mobile hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-mobile /home/schnouki/.emacs.d/elpa/org-9.5.3/org-inlinetask hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-inlinetask /home/schnouki/.emacs.d/elpa/org-9.5.3/ox-man hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox-man /home/schnouki/.emacs.d/elpa/org-9.5.3/org-tempo hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-tempo /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-lob hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-lob /home/schnouki/.emacs.d/elpa/org-9.5.3/org-indent hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-indent /home/schnouki/.emacs.d/elpa/org-9.5.3/ox-koma-letter hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox-koma-letter /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-table hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-table /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-makefile hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-makefile /home/schnouki/.emacs.d/elpa/org-9.5.3/org-footnote hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-footnote /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-ref hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-ref /home/schnouki/.emacs.d/elpa/org-9.5.3/org-mouse hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-mouse /home/schnouki/.emacs.d/elpa/org-9.5.3/org-macro hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-macro /home/schnouki/.emacs.d/elpa/org-9.5.3/org-version hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-version /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-ditaa hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-ditaa /home/schnouki/.emacs.d/elpa/org-9.5.3/org-entities hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-entities /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-R hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-R /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-lisp hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-lisp /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-perl hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-perl /home/schnouki/.emacs.d/elpa/org-9.5.3/org-plot hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-plot /home/schnouki/.emacs.d/elpa/faceup-20170925.1946/faceup hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/emacs-lisp/faceup Features: (shadow sort footnote guess-language flyspell ispell mail-extr emacsbug lsp-zig lsp-steep lsp-svelte lsp-sqls lsp-yaml lsp-xml lsp-vimscript lsp-vhdl lsp-volar lsp-vetur lsp-html lsp-verilog lsp-vala lsp-v lsp-typeprof lsp-ttcn3 lsp-toml lsp-terraform lsp-tex lsp-sorbet lsp-solargraph lsp-rust lsp-rf lsp-remark lsp-r lsp-purescript lsp-pylsp lsp-pyls lsp-pwsh lsp-php lsp-perlnavigator lsp-perl lsp-openscad lsp-ocaml lsp-magik lsp-nix lsp-nim lsp-nginx lsp-markdown lsp-lua lsp-kotlin lsp-json lsp-javascript lsp-idris lsp-haxe lsp-groovy lsp-hack lsp-graphql lsp-go lsp-gdscript lsp-fsharp lsp-fortran lsp-eslint lsp-erlang lsp-emmet lsp-elixir lsp-elm lsp-dockerfile lsp-dhall lsp-d lsp-css lsp-csharp gnutls lsp-crystal lsp-cmake lsp-clojure lsp-semantic-tokens lsp-clangd lsp-beancount lsp-bash lsp-ansible lsp-angular lsp-ada lsp-actionscript dtrt-indent sql toml-mode align dockerfile-mode sh-script executable dired-collapse dired-hacks-utils lsp-diagnostics lsp-modeline lsp-completion lsp-ui lsp-ui-flycheck lsp-ui-doc goto-addr lsp-ui-imenu lsp-ui-peek lsp-ui-sideline lsp-ui-util face-remap vc-git bug-reference macrostep-c cmacexp company-oddmuse company-keywords company-etags company-gtags company-dabbrev-code company-dabbrev company-files company-clang company-cmake company-semantic company-bbdb company-capf company-tabnine unicode-escape company-template company editorconfig-core editorconfig-core-handle editorconfig-fnmatch counsel xdg swiper ivy ivy-faces ivy-overlay colir emojify apropos defproject smart-mode-line-respectful-theme smart-mode-line rich-minority auto-virtualenvwrapper virtualenvwrapper gud python-el-fgallina-expansions python vc vc-dispatcher zenburn-theme lsp-treemacs lsp-pyright lsp-mode lsp-protocol yasnippet tree-widget spinner network-stream nsm ewoc lsp-treemacs-themes f treemacs-projectile treemacs-magit treemacs treemacs-header-line treemacs-compatibility treemacs-mode treemacs-interface treemacs-extensions treemacs-mouse-interface treemacs-tags treemacs-persistence treemacs-filewatch-mode treemacs-follow-mode treemacs-rendering treemacs-annotations treemacs-async treemacs-workspaces treemacs-dom treemacs-visuals treemacs-fringe-indicator treemacs-scope pulse treemacs-faces treemacs-icons treemacs-themes treemacs-core-utils pfuture ht inline treemacs-logging treemacs-customization treemacs-macros ibuffer-projectile ibuf-macs projectile grep ibuf-ext ibuffer ibuffer-loaddefs gitignore-mode conf-mode magit-submodule magit-obsolete magit-blame magit-stash magit-reflog magit-bisect magit-push magit-pull magit-fetch magit-clone magit-remote magit-commit magit-sequence magit-notes magit-worktree magit-tag magit-merge magit-branch magit-reset magit-files magit-refs magit-status magit magit-repos magit-apply magit-wip magit-log magit-diff smerge-mode diff-mode git-commit log-edit message sendmail yank-media rmc puny rfc822 mml mml-sec epa epg rfc6068 epg-config gnus-util mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr mailabbrev gmm-utils pcvs-util add-log magit-core magit-autorevert magit-margin magit-transient magit-process with-editor server magit-mode transient magit-git magit-base crm blacken flycheck-mypy faceup flycheck-package package-lint finder lisp-mnt flycheck-grammarly grammarly websocket bindat request mailheader mail-utils dom hydra-examples windmove jq-format reformatter just-mode slime-fancy slime-indentation slime-cl-indent cl-indent slime-trace-dialog slime-fontifying-fu slime-package-fu slime-references slime-compiler-notes-tree slime-scratch slime-presentations bridge slime-macrostep macrostep slime-mdot-fu slime-enclosing-context slime-fuzzy slime-fancy-trace slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc slime-repl slime-parse slime hyperspec nix-mode ffap nix-repl nix-shell nix-store magit-section compat-27 compat-26 compat nix-instantiate nix-shebang nix-format nix scad-mode flycheck-nim flycheck-plantuml plantuml-mode flycheck-pos-tip pos-tip flycheck find-func nim-mode commenter nim-fill nim-smie let-alist nim-helper nim-util nim-syntax nim-rx nim-vars cargo cargo-process markdown-mode color rust-utils rust-mode rust-rustfmt rust-playpen rust-compile rust-cargo d-mode cc-langs cc-mode-expansions cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs loop fennel-mode fennel-eldoc inf-lisp docker-tramp tramp-cache tramp tramp-loaddefs trampver tramp-integration cus-edit cus-load wid-edit files-x tramp-compat shell pcomplete parse-time iso8601 time-date ls-lisp format-spec uuidgen calc-misc calc-ext calc calc-loaddefs warnings rect calc-macs editorconfig etags fileloop generator volatile-highlights undo-tree diff viking-mode autorevert filenotify which-key visual-fill-column so-long auto-read-only restclient-jq jq-mode pcase smie restclient noutline outline expand-region subword-mode-expansions text-mode-expansions er-basic-expansions thingatpt expand-region-core expand-region-custom which-func imenu tree-sitter-langs tree-sitter-langs-build tar-mode arc-mode archive-mode pp tree-sitter-hl tree-sitter tree-sitter-load tree-sitter-cli tsc tsc-dyn tsc-dyn-get compile text-property-search comint ansi-color dired-aux dired dired-loaddefs tsc-obsolete xref project s list-utils dash edmacro kmacro hydra ring lv view alert log4e notifications dbus xml gntp diminish cl-extra help-mode use-package use-package-ensure use-package-delight use-package-diminish use-package-bind-key bind-key easy-mmode use-package-core derived finder-inf cap-words superword subword desktop frameset saveplace ediff ediff-merg ediff-mult ediff-wind ediff-diff ediff-help ediff-init ediff-util delsel hl-line time cl slime-autoloads rx advice info package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache json map url-vars seq gv subr-x byte-opt bytecomp byte-compile cconv cl-loaddefs cl-lib iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/pgtk-win pgtk-win term/common-win tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice simple cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify dynamic-setting system-font-setting font-render-setting cairo gtk pgtk lcms2 multi-tty make-network-process emacs) Memory information: ((conses 16 1413570 1020216) (symbols 48 85905 8) (strings 32 798077 88864) (string-bytes 1 48179440) (vectors 16 130397) (vector-slots 8 3564556 809363) (floats 8 392 2342) (intervals 56 4645 2030) (buffers 992 85)) -- Thomas From unknown Fri Jun 20 20:11:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#55362: 29.0.50; Super key no longer works on Wayland Resent-From: Po Lu Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 May 2022 12:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55362 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Thomas Jost Cc: 55362@debbugs.gnu.org Received: via spool by 55362-submit@debbugs.gnu.org id=B55362.165227323726334 (code B ref 55362); Wed, 11 May 2022 12:48:02 +0000 Received: (at 55362) by debbugs.gnu.org; 11 May 2022 12:47:17 +0000 Received: from localhost ([127.0.0.1]:36436 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nolkH-0006nT-P1 for submit@debbugs.gnu.org; Wed, 11 May 2022 08:47:17 -0400 Received: from sonic303-21.consmr.mail.ne1.yahoo.com ([66.163.188.147]:45838) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nolkG-0006hL-6r for 55362@debbugs.gnu.org; Wed, 11 May 2022 08:47:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1652273225; bh=oNhldLQVpbQhcoazYmFTL3vYqzJduh5yf6At4thOCkg=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From:Subject:Reply-To; b=tjDZSsClnWXdGQlWB0Ib9y55K73EFF0/C/Cs/46GW7EKIh+qfQ36CNpjFtF9ukWOnENd55Les7Sqr4pz7OSZqk8nhypwq02UOGvZYHqYGVJivBl9T9ACFYqaS5gRlRnhHLcmms1IxHy8yljC6u4NGGx5eOQdjbOgRXvFpcUOoYWnj21wWOdASPuEjAyDH4tGVveHjA9HyFU1HC+95n/GFvwXTDANeokWtDyggNVZsieGri5Acj7p+vaFvrZNPXTzqT3r0TzteCztUBsIyUbtdlfRzC+TfQr+zp5qURyPMSdEyTj7yiIpW3lNIsb2llObPLkRd3pQktWT53U0yza4Hw== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1652273225; bh=Aw1tgRb4B6mt7JrBmYJPBMagCiHitlA+0whQFMstEmA=; h=X-Sonic-MF:From:To:Subject:Date:From:Subject; b=aOXS44yFvXKibwMTqYt9jDC+tDnn0DOWyzZjIXu5UWmHDoR/Ic5CeBHhvqZHfdBt0faNlcml8kZBcvPUBJ3TLyPqWdCN1k60F+Ge6Ey7oiaxqWen8CbS+wWHJGRUULbAQUI1W3xDrv+biuaxxdNf7jJa6t/qV+N1OtHsBicL6CeWs7T8gq7IuNKALgCrJouZO0ys/xWbn61AMJg1P3Bq/CZPQ1ek5ZcpNen40EMtR/TU2+BoftzaU70DPJRRgreM9B0ghaVzsK1JJASnA2BexI55d7UjPF5AxOYE/procA//q0jBtAqReQrA4Sbezjmj8aclLHc28nzmkc/90WtWQA== X-YMail-OSG: MzbAOgkVM1nT9cTUSuj6M9CHPzMFyeanxJwKjrjfevYh5rtY1EqgZBo9t6mAWuN GkLa2Y3zUP.364xKuNreqQEBlrOrQzgCIsB1ZQbP7uwiWTPO01h0Zlq8ooRUUXm2jp4Q59aW7DzU IggSENDSN16QF.IJRTgqvnpprekukPsJ67Q0cdFjOm_N3opnTLqRQzYNSgPM5w9plie94Hkle3iJ SEL7uEvLO49lcJ0o_W5RLjvzHP4a.j9K9CDOxuS3TZ0SXFI2uvi664mmSa9lGGk7oYngAbMubPat jpe55GfD5uEk6a8Pa6JVBSwFm1OAqLlte8J1WKKV1X5y7QAmEioH3d8lM4jzktsnBCYf4Q5fjKyN .FiGSXrol8juIenR0fd.LnTtd4_DdvWUrBqPJL2rWaWN0K6URLzB.74tbUUBEHIt5isSUQcceNH8 mNG7mMxYMoTIJ9byAP5Oa1tqggMCO0BcXeAJvH4EPSHnAZ244q1GCBjegeUTp1RIViPi1BtGVFDo 1sRSYuVhuUqJ0s5UXhrGCZ0Z_.el6z7Wtm9ITGbb1LO155mimCeAWnw91_9JC.AXKlrpYJqd8G3D cgTq.RZ.eZhGouQDrc0SPKXXmBQSfw0qZDoQFoTJWTJ0tqRXMsLtNA7.OSHEzpYvK8rWZZ.92dNn ahZ_fuzpWhDqc7sdcrfStubghY97851bZ6YQ22OwY.62nJUcrOqgdtDIWGirIRr.B8tWnOprXyIX RkI53XonqrLy5lk5x8ZaxpMsKEQlpinqZaxqDv4l4iwbhl7oBhY5QEQxLlQ0CpRfN6zLXsg09aH6 317uu3F3VtvxbZ6ko9POzXl5kM.KGiQPOIfyfn8MvpmfNJuWRSSG20wRqLvWCwom2jTS54.tKJZF Vem_Ml5qFKyox_vX91LYHvIWMgoiSygSb_5w4QqgA92qqVtXdQ9Xtyc84YrxJ5.xSfBJLx9X8dge UXxF.MMAXF1rvzdkLxWdH6d.VoYyb7u3gnsymtKkkRreBcK4dH7GRpDGldWIc4D.AnuQNImRBHor rEd4_YORiJl31mqu7wxaQZmsDZv5XFJH7fQOoRFVBSi3MZUsgv0BRDecjKd8vSPjxbGsiAdH3gIy wWyWfg.8YN25unrV8HR7hRuOiV9ASGFa1_To9vWtYwiBWV60zP1Y3vVTlXoum8tuygeApKijea7c .hATreQtKLS0_pHdntY3mTp870khgRgFDaD5E5tSZSK90t0JQHxfVj8jgCGFDsHjSiECPToFEk3t Aid3aFxSbgcqQEPP2DjHBlH0HhGqf7LipLhnNBF0BJq9Dzd0SIU6IJziS3kE5xGK19C8ONQ072By nDBfFsq1mFnVngunsInE.4udRPgFacj6LJYQ20aKUWV2dldZW6wHIjEBJncalpsvxIYUPRa5trUK PhAx.uHzj1nYA8V2n5ELWFGEcXNm7rXPjP8egQiLT9yLgDG_qYhsc03e04O.KdsAr0uuGqg5f8iB q3XPPMlqoUzSCIuZ_5xnQ8dy02uOjF_yQvbg6mfsamiGnvxHQ1D1n5ZkIPWB479uZyR8ieVfMKDZ kguwEjVvR_WsmUtlO8ii0RVxG1DJHvdXWmoGuaHO7iJS02Y5mwspnMmbNIqBD9qwlKt1YPXgTlJa gycMOJbHDll5YQek7cGqs0.EnONAKbdnk.tKzY6jZn1bYLnYqzdLiH3S5m.EYaNwe4dGLcNk.Tnf Lw459UEZBKTQQGm0IUJ1hNQ8xaZBssCGEFAPIbbV5daAzUS3qS5ehugUsPwy_USMOtklh1VSlAVg wj3MJoLibTOMqTu.kCM1DvFnnrCDK6.rcB.ZZ8Q4rIM9oGphNqpqCiuwJOZs3q48JKny3Bv6AUiL NNsKjuhjuk.tWTBgERiRTeewjdyg8sjaRJO_Aqf9.4Y8Gu9lXCREg.RHkqrt74bMPISYa5FVZG8V KhaF8yAWreokoq8G5wFvNMC.DE.fPmmjhFtpCWpsqjm8MqLctFb5SxOyjKLxmTkuHQ5NBtnCaH6Y UW7yyzSePJz0lnzaouF5qHWMYnoJs9dvv4uKfgASa3vUVEA5UHrt6gDEOqPDq0H3trNH9VZ8RUmg RTDEdXeE7_ud428l15RYaU_itCwBiF3pCeqO8Rrqxe09HZBF4t1NYbEI27nv43XSC2kwXSoJm1X6 SFZakNbm5GwIH5n3QQEw6HmZRycBIPIvpVDsQljaLRSnPz2l9kvutTp.hUXLg2WmPztutJQJjreK 5_TTc3e3R7mp7TdoBHV6iTy.90MknNx4jdzYCz4RYrpse5cVdxHU8_DxFxndS X-Sonic-MF: Received: from sonic.gate.mail.ne1.yahoo.com by sonic303.consmr.mail.ne1.yahoo.com with HTTP; Wed, 11 May 2022 12:47:05 +0000 Received: by hermes--canary-production-sg3-856bf69955-sx85m (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID a104b62ac00da12249a213d560a00bae; Wed, 11 May 2022 12:47:01 +0000 (UTC) From: Po Lu References: <871qx08k43.fsf@schnouki.net> Date: Wed, 11 May 2022 20:46:55 +0800 In-Reply-To: <871qx08k43.fsf@schnouki.net> (Thomas Jost's message of "Wed, 11 May 2022 12:00:12 +0200") Message-ID: <87y1z8z16o.fsf@yahoo.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Mailer: WebService/1.1.20188 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo Content-Length: 1650 X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Thomas Jost writes: > Hey folks, > > When using recent builds of Emacs with PGTK on Wayland (Sway), the Super > key is no longer detected. I use it in a lot of shortcuts, but now > typing e.g. `s-/' just inputs /. > > If I run an older build with the exact same config (or even with `emacs > -Q'), I don't experience that issue, and shortcuts using Super still > work. So, this seems to be an Emacs bug. > > Using git bisect, I was able to find that this started in commit > 1c1ae6ba802cc5813fa6f8f90f21050aae6bb459. Further investigation revealed > that when typing a shortcut with Super, the GDK_SUPER_MASK bit isn't > set, but GDK_MOD4_MASK is. > > I'm not sure what the best option is: restoring the former > x_find_modifier_meanings() function, or hard-coding that Mod4 is the > same as Super (like Mod1 and Meta). The bug is in GTK, not in Emacs. It doesn't set the virtual modifier masks corresponding to the Super key on some Wayland compositors, which it is supposed to. That patch (and the old code) is incorrect, and the code before its removal was another example of the PGTK port haphazardly copying code from xterm.c to do stuff GDK is supposed to do by itself. Mod4 is a real modifier and can correspond to any (number) of virtual modifiers, which might or might not contain Super. Please report the bug to the GTK developers. Something along the lines of "GDK_SUPER_MASK not set on keyboard events on wlroots-based compositors when the Super key is held down". After you do that, I'd appreciate it if you gave us a link to the bug report, so we can at least put it in etc/PROBLEMS. Thanks in advance. From unknown Fri Jun 20 20:11:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#55362: 29.0.50; Super key no longer works on Wayland Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 May 2022 13:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55362 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Thomas Jost Cc: Po Lu , 55362@debbugs.gnu.org Received: via spool by 55362-submit@debbugs.gnu.org id=B55362.16522742795246 (code B ref 55362); Wed, 11 May 2022 13:05:02 +0000 Received: (at 55362) by debbugs.gnu.org; 11 May 2022 13:04:39 +0000 Received: from localhost ([127.0.0.1]:36476 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nom18-0001MX-Ti for submit@debbugs.gnu.org; Wed, 11 May 2022 09:04:39 -0400 Received: from quimby.gnus.org ([95.216.78.240]:41074) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nom16-0001MD-9v for 55362@debbugs.gnu.org; Wed, 11 May 2022 09:04:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=NLju3MesL5Dyx0NL+pLEngGr4VRbMNcrTqm3/tNOb6I=; b=M20mz+N4sozgkUgq+tdMaCIMKv RkQQJdtROlqaqSIDy+sDoKhPbrdgoZ7nyqY4Vq83elDz/LwMCckWE+3RlGeQOjWnj7bpwcjCviJMZ +24Q1T2Xq52YgPqdoAwXM13/4RRUmTlF55TuTiBt9n94KtVY5j17urlpfwD6hOE4VnD4=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nom0y-0008NE-1V; Wed, 11 May 2022 15:04:30 +0200 From: Lars Ingebrigtsen References: <871qx08k43.fsf@schnouki.net> <87y1z8z16o.fsf@yahoo.com> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAD1BMVEXXz69WPy6XVDee kGP///9AcP+yAAAAAWJLR0QEj2jZUQAAAAd0SU1FB+YFCw0ACBUrQS8AAAGMSURBVDjLfZThscQg CIS52EDABiI2oNJ/b29RL9HczPNHZuLnLogokQ/R90j0LwgALMr4Z+WkKjdIvA2RG7ycHpA4arPK HKUrdICc3CsDxMorcAVLNnzDBhggiVpVtQ1ot5qBf0CSm+wg3rt+gdx0GNqaFUpiXhfPutRFAWMI xIqZlc87BheaDhtAeQmCQrYCL3gHIfFlDsoNRKOvrhK7woyCWznAomzW2AbAmMDFFhRpbIAdHBnw ATKKSEaaQaLsIFO7gqViuU3QAESzUZWQCh3ta9U8hloJSCBTOLTpDdBUvrfYLipNVwWO/EC92nmc 9gaVJX5KLRmOT3Bki9M4q/GpfsaPAp0iEhkAyd7pMqxQX5DaC7IC9k+KmWNWkTUG5vNxkWfxAoJd k/d1WkDvv+Td+m3Rr8LzjUR9/raqAKjJGaYgrQCtdhJ9eLOq/UZVLqEOoCu4MGH8KLQ1rSNdRF0B RhX2Q9M8r2wv+wS6X+gJPKVh0a/N2Ou4Qu+nRJjGop9XhimhTulnPukfP+Z3pw1paDAAAAAldEVY dGRhdGU6Y3JlYXRlADIwMjItMDUtMTFUMTM6MDA6MDgrMDA6MDAmorvFAAAAJXRFWHRkYXRlOm1v ZGlmeQAyMDIyLTA1LTExVDEzOjAwOjA3KzAwOjAwobdzkAAAAABJRU5ErkJggg== X-Now-Playing: Joni Mitchell's _Taming the Tiger_: "Man From Mars" Date: Wed, 11 May 2022 15:04:25 +0200 In-Reply-To: <87y1z8z16o.fsf@yahoo.com> (Po Lu via's message of "Wed, 11 May 2022 20:46:55 +0800") Message-ID: <87zgjo8bl2.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Po Lu via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: > That patch (and the old code) is incorrect, and the code before its > removal was another example of the PGTK port haphazardly copying code > from xterm.c to do stuff GDK is supposed to do by itself [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Po Lu via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: > That patch (and the old code) is incorrect, and the code before its > removal was another example of the PGTK port haphazardly copying code > from xterm.c to do stuff GDK is supposed to do by itself. Mod4 is a > real modifier and can correspond to any (number) of virtual modifiers, > which might or might not contain Super. But this seems to affect many people who had a working Super key before, so I think we should re-fix this on the Emacs side. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From unknown Fri Jun 20 20:11:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#55362: 29.0.50; Super key no longer works on Wayland Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 May 2022 13:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55362 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Ingebrigtsen Cc: luangruo@yahoo.com, schnouki@schnouki.net, 55362@debbugs.gnu.org Received: via spool by 55362-submit@debbugs.gnu.org id=B55362.165227535315913 (code B ref 55362); Wed, 11 May 2022 13:23:02 +0000 Received: (at 55362) by debbugs.gnu.org; 11 May 2022 13:22:33 +0000 Received: from localhost ([127.0.0.1]:36540 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nomIS-00048b-Qa for submit@debbugs.gnu.org; Wed, 11 May 2022 09:22:33 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33410) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nomIR-00048N-9K for 55362@debbugs.gnu.org; Wed, 11 May 2022 09:22:31 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:39942) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nomIL-0003E7-7o; Wed, 11 May 2022 09:22:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=dDyxfvZiLYffLeJwiZj9u0LZyGdZV7Yh7b1SCkkNjcM=; b=MswM5Sdl2w3q 4kQ8TVPzWxROA1PY8zgV9zPkOKpTkmzv+qDvb475vp4yjuz4VNqFSCX15t7c2Gg3G2887lbCRxM4f 7BCJw8Hn4d888NldzdvTmG7Q4j6YqZ8fZPrYFh7UzvAxXZEr1N08LKEkqaF8IoVI/qbtSZCqvdqKp OOwovMszurpAyLCNyLHrlv/K4Wt23zyHWyIF+Q/M8XZIpUUnntVclDYfG9qZRLA7YQZ1NNeooeZqD sjMbF2dC4au0S7pYsGxH1TfdDKniYbqXNDAw92beGyRa7afQM1z48YudyTPFrAonztMwelXiGMHal heq+y+JtEJUfNwQPk2sBCA==; Received: from [87.69.77.57] (port=4774 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nomIK-0004Hx-Hm; Wed, 11 May 2022 09:22:25 -0400 Date: Wed, 11 May 2022 16:22:26 +0300 Message-Id: <83sfpgqk4t.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <87zgjo8bl2.fsf@gnus.org> (message from Lars Ingebrigtsen on Wed, 11 May 2022 15:04:25 +0200) References: <871qx08k43.fsf@schnouki.net> <87y1z8z16o.fsf@yahoo.com> <87zgjo8bl2.fsf@gnus.org> X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > Resent-From: Lars Ingebrigtsen > Original-Sender: "Debbugs-submit" > Resent-CC: bug-gnu-emacs@gnu.org > Resent-Sender: help-debbugs@gnu.org > Cc: Po Lu , 55362@debbugs.gnu.org > From: Lars Ingebrigtsen > Date: Wed, 11 May 2022 15:04:25 +0200 > > Po Lu via "Bug reports for GNU Emacs, the Swiss army knife of text > editors" writes: > > > That patch (and the old code) is incorrect, and the code before its > > removal was another example of the PGTK port haphazardly copying code > > from xterm.c to do stuff GDK is supposed to do by itself. Mod4 is a > > real modifier and can correspond to any (number) of virtual modifiers, > > which might or might not contain Super. > > But this seems to affect many people who had a working Super key before, > so I think we should re-fix this on the Emacs side. I agree. At the very least, how about a knob, by default off, to restore the previous behavior; we could then have that in PROBLEMS. From unknown Fri Jun 20 20:11:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#55362: 29.0.50; Super key no longer works on Wayland Resent-From: Po Lu Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 May 2022 13:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55362 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Ingebrigtsen Cc: Thomas Jost , 55362@debbugs.gnu.org Received: via spool by 55362-submit@debbugs.gnu.org id=B55362.165227544316097 (code B ref 55362); Wed, 11 May 2022 13:25:02 +0000 Received: (at 55362) by debbugs.gnu.org; 11 May 2022 13:24:03 +0000 Received: from localhost ([127.0.0.1]:36545 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nomJu-0004BY-6z for submit@debbugs.gnu.org; Wed, 11 May 2022 09:24:03 -0400 Received: from sonic317-32.consmr.mail.ne1.yahoo.com ([66.163.184.43]:34699) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nomJe-0004Ak-Ff for 55362@debbugs.gnu.org; Wed, 11 May 2022 09:24:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1652275419; bh=bTTgS+eDG0na7s8SEfWaFchY+C7mLAqnw48uS2yLjdk=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From:Subject:Reply-To; b=NahPPWWJO4rvb0kHWpPjIMHovs0o4ZmFaR7nFpYC4DHkHEkeEY0bZbnzzbf1jJ54+LEbXcLZ0twzOWnj9rBsBr8DesZ/2WHwuS/XU/QVUb0J+lk0fVYP6tK1MF11H0SXm5xzpFFzle1JMvcAltqKdmk0S2xl9z15uM2jxHVQtPMpd5iOVF7LDYJAYIycf64JmjuBM8sIxUvxtYgtt4Rm4YSaE7UHV5HVRmehXNyUvmm4Zv1D18X4Bh/k6uEb0/gxbq4SYZG2j5TDx21M4eG+krlLUQti3aRIlY59YcN2s7BsfHbprN4QQJ3RjSsGarSntHtdEA0Oo7UZmZSExFa6rw== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1652275419; bh=/k3zu5xW/Xj7yuqy3c4zQbcyvRj1UfsEjTVG2eCbxcw=; h=X-Sonic-MF:From:To:Subject:Date:From:Subject; b=F7qFCM0A9G75yIvPd4HPfDnjrBjXHUNTCZMvRBWgJ/cUg84kjQKEdcQa2pxFIO9oFkrDOyiAwq/VAlw+F9mu34J839fY2FStwvG0hS7DEFbBiujF0kexJt0XA+vcGI+4E1l2j+PxOEvJPsvCMutTi1VwBxUGTYuu7xhUyCvBLk3Sq69msmwRiShqeoJXt7elojXg0XM4L7MWdRxbdExknHck2DA1phHUejCVHYI3vvKdnYoewajAMLfho5EMGcXiRK47sau9J25KBNUuNRVhGLD9XoNzjNAY6YKpyzW6NToxg9jadwGAHErIoVyamXj0O5yNVNH5cS0S9373df0nLg== X-YMail-OSG: Xbt2N2gVM1l4aQqiysqD7HISEmd_f.a5pajaxw5TH6mlvSMsvM1.UGD_9V8rmbl pegkHNmET3pl6p8yFHqDcUPGiqR2xA4hU5RjufvMLdb8wrsa4CDUQ_qCD0Wfy0K8WWLs12kn9Qru wKrOO5XkEzVU7hXNctugQnaVmAyA7BGr6DRjUMTFwSaFq9y7AZz5P23rrMd5LPanNXECn6gp9ojz A_OI9_0ofC_GduTSw7QmlGAQPRqgQRpkhiUHsOYMICvZxoUXeymcjwDumPgnFkxruw5DDSd8HkjF 1pRnOWfh3BimEFk5y__LoLr2qcp0B2na17AxuPrvhnU4S4zGgboiUJOFV9MMkuR7w0.xuOVWF3JQ mYisF1rP89LXhpEhwXBtQMeMi27XhaaceTlezgr3aqlcaW5caysM8OiC5Y3bPJnT2YAGISoLlGCn 9frLt5dl4FWmHj.7KZ6mtAOccWFFYrXJlnsJF8r0jYjAW8kNVzswk0N5NlF3y5KwPVgKzK0f9Jbv N7CpBRTwfyZTTUei1UJ1qdrJhLVvW3ctyBjzd0mZ46ZZbH2kL51ZXapexSCAT0lF5B.BIEz0tQfD Z5tCSjQ.dASF9_RKERlIuG2LnXQDTA_K4CwJySwpA.NwXzVGyafvNh9opLmlKz_Egy.bvxCrdCQz Z1ETC3ok7xOI9K26mGkXrYIo372YheMc8yvE_NuArL4rUHe4hVJG.2Qux7tuwkF7k4DDbEHemhg1 85X3Ia1agD45bM0mun2TKCwPdjGwut9f_VWRQg9pxxzqM5dRys2JOYD4j7xO8Lb6z3PgOogNVAh0 5Nqe2hot6yome5j957PQv8W7Buczi.aFcdFmiEIonSpoH7A91A7R8rIlVouOKSG.9etQIqcTCsoO byTgf99z.NmT2vTbEOWPUAdYz1gPs6lGRoO_pWmz_8IPwExxRKhVqY9bRmZNxR4uNmT64KVwoLAo h8M.jhX3DRETMkM4RPlUQw.cGSaX_mx2H9jnDqJixUwK0cIx0lTHcgPiG5ZK3Cp74MEYh.8mSsKE i.b9nf99oOlzAKyt6JrfMnL8XBEwVHMkNsbWOUJSObLGVWE46pdwNXhqeXTUh.zaKkIindu69D5V 5gi1cxiTSGPttZGZJxSnMoybeta4s6p9JlQIDLPjIOBKACQ9UXaftUu97QjOKDVvAwQTtYn._9Lo JomPS7T90BRuWM2uD.AT8J.Qngc22PeVkdv6g7Rt1v7FS_eL4CdJVeHZ_SdD1VXO_JHG6Ar_LuzZ OSZuUOQV5iNSMK6MnZcUoV9hpb_ZfBkTVBUZhFeHV.SZWyrTFAKxveB0RzKfv4CxmqcbBSqtZTGN xd01qWMLFvDBQPb9dn6SFyeMdf0pLFenWS5333O22nP.kFn0MMu3WdNnphBjoozscqeXMBHgq.0b _._jSdRGHtra3KLeW3Y9W8M2QgIFaKcm3hcRiwXiDcM1XxQvJ21qC64iCXJWzQ8h8_GX7miFEs6K axRPRR2A_10N4z3IIAjD_Q0zimCvFwI0X7UGScnF3jlepwdTRZeEsoV4bpAqTZsHXyQ_eud3TGE4 ILnm2OrSvij4O50P61VgZmf3cUzqU3_VRpabq5c2pTmKbkFUqxf35XauwRMsTHhZGoQlNkuj.vVi XMpXS.eq86JEdGS4LM.9G6sMc4k6fSYihFiMREFsgTi9260fSKyISbLFruBNkJuy_gYVwbaZm6Wh Ob5kwPtg.1nNlCxX8YV3tasCmgfPLKloMNy_jlmTHQg8i7Gq0.dLicwAnjNiSk6smdzqrCTqoM_A hoGJX5yFuLWy5pC5MdIUD358_qMG9fRNfV.qjH1hj2lP8h2GW3DUbmugX_urF8OSC1LpmONXoo2b tMYmGkFp4sTsl.zmEMahoY1HdbhF06KzOomnfzJGjiRKwW.efUOIbI2gb1kuOk_DB.L4gIBN5cPZ N4ZjNRvBkehcBCxMnXKfvVJfsVZY3ItetzyDT7THm1QcZMM1577h.BgVwODVm2_8Nkq9sMUe9oAR 3x0GhYeZbptbp036.Hmgy0_MnjcD592KOf0PELFJfElfoNKhGjJ0RVb1DMMVu7G_SgXD3IG7PSLC _2F1KcqwPs3ycGXZfjcg5X7BPFYKi8FSTI4BW0YeQ9lPlse61uDqF7twI.dRbnEfDQFXKtBoobG9 AetLjO3fEqDTuEE.MNgsU8urBM4FzhlAbnyZphWKS5ECkv.MqWYOzXpCbnlCrd7kLYm7cmzM2L7I 5N7LUg6hZ0lgjemh0Ai6CKHdaw1UNGYIdQ_pcGzJi8bc_ElVMoIsDZd0ebQ_S X-Sonic-MF: Received: from sonic.gate.mail.ne1.yahoo.com by sonic317.consmr.mail.ne1.yahoo.com with HTTP; Wed, 11 May 2022 13:23:39 +0000 Received: by hermes--canary-production-sg3-856bf69955-wcgkh (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID eaf445cfd1c4c4e3acdea345382beeb2; Wed, 11 May 2022 13:23:36 +0000 (UTC) From: Po Lu References: <871qx08k43.fsf@schnouki.net> <87y1z8z16o.fsf@yahoo.com> <87zgjo8bl2.fsf@gnus.org> Date: Wed, 11 May 2022 21:23:31 +0800 In-Reply-To: <87zgjo8bl2.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 11 May 2022 15:04:25 +0200") Message-ID: <87tu9wyzho.fsf@yahoo.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Mailer: WebService/1.1.20188 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo Content-Length: 558 X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Lars Ingebrigtsen writes: > But this seems to affect many people who had a working Super key before, > so I think we should re-fix this on the Emacs side. Not before Emacs 29 is released, or otherwise the GTK developers will never fix their thing, and we will be stuck maintaining yet another broken hack to work around one of their bugs until the end of time, which is several degrees of magnitude more confusing because we now have two configurations where sometimes identical, and sometimes different GTK bugs have to be worked around. From unknown Fri Jun 20 20:11:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#55362: 29.0.50; Super key no longer works on Wayland Resent-From: Thomas Jost Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 May 2022 13:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55362 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Po Lu Cc: 55362@debbugs.gnu.org Received: via spool by 55362-submit@debbugs.gnu.org id=B55362.16522770933517 (code B ref 55362); Wed, 11 May 2022 13:52:02 +0000 Received: (at 55362) by debbugs.gnu.org; 11 May 2022 13:51:33 +0000 Received: from localhost ([127.0.0.1]:36604 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nomkX-0000ue-8O for submit@debbugs.gnu.org; Wed, 11 May 2022 09:51:33 -0400 Received: from out2.migadu.com ([188.165.223.204]:33306) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nomkU-0000uS-Ut for 55362@debbugs.gnu.org; Wed, 11 May 2022 09:51:31 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=schnouki.net; s=key1; t=1652277089; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vMo9ByayiOhd2k35/PDFLlKVzsFWlA/giV9qy5G5xnk=; b=POMmoahV4+ybKp1bPU9Bx+ygK4oAaOYUBhvJSq0I/6cGkmE0D6NDXMyi2Jtw6vzyXaWjLo CC8c1QKZajTYBPdjhw6KXznVPXexZJJh5QQnSOBwuJpCnFZiBquY+foQkilPUrRnmpXnoq Wy1qC/AWzktBAPJ1exJinnMytLIQ52Gh7ViitBW2l+HMiW/ifyyNKCM2qRm/kLwuery8WX iyiW6tog+tPgyRsGMwbKOcfDAn+0gxKUASrYeyTBD6253Sgxsm5KSGjhI2rhHPIkrjHpX6 rN7oTYnKNzQR8odJ0sIae2ZfxtUzkW5A+CbeKxRW9JXeNG+n1aRrH6xCbhREvA== From: Thomas Jost In-Reply-To: <87y1z8z16o.fsf@yahoo.com> References: <871qx08k43.fsf@schnouki.net> <87y1z8z16o.fsf@yahoo.com> X-Clacks-Overhead: GNU Terry Pratchett Date: Wed, 11 May 2022 15:51:28 +0200 Message-ID: <878rr86uu7.fsf@schnouki.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: schnouki.net X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Le 11 mai 2022 =C3=A0 20:46 +08, Po Lu a =C3=A9crit : > Please report the bug to the GTK developers. Something along the lines > of "GDK_SUPER_MASK not set on keyboard events on wlroots-based > compositors when the Super key is held down". After you do that, I'd > appreciate it if you gave us a link to the bug report, so we can at > least put it in etc/PROBLEMS. Reported it to GTK developers here: https://gitlab.gnome.org/GNOME/gtk/-/issues/4913 (which links back to this bug). Thanks! --=20 Thomas From unknown Fri Jun 20 20:11:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#55362: 29.0.50; Super key no longer works on Wayland Resent-From: Thomas Jost Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 May 2022 13:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55362 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii , Lars Ingebrigtsen Cc: luangruo@yahoo.com, 55362@debbugs.gnu.org Received: via spool by 55362-submit@debbugs.gnu.org id=B55362.16522772883829 (code B ref 55362); Wed, 11 May 2022 13:55:01 +0000 Received: (at 55362) by debbugs.gnu.org; 11 May 2022 13:54:48 +0000 Received: from localhost ([127.0.0.1]:36609 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nomnf-0000zg-RQ for submit@debbugs.gnu.org; Wed, 11 May 2022 09:54:48 -0400 Received: from out0.migadu.com ([94.23.1.103]:50735) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nomnd-0000zW-Sc for 55362@debbugs.gnu.org; Wed, 11 May 2022 09:54:46 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=schnouki.net; s=key1; t=1652277284; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HN1ccmOSs9oa44KB9Hbv8DFNzPlVZX6LLNZfNIpffsw=; b=MrxIrzk+THkvq0WMn4pXgpOgqGD9mpn/WFMni0CW5BJXHVVFNxdT1ZNd8IkOwDOROPyMBA Ombo/jovsXTbX3SO7qoFcpiEsbYiAZH3LkHLnTtxHL993raSiQU3iyS2ZB3WZcFWX/Ve8C vi+Zw4e4TlN00hRZDjKRTd7su/BGfVGv5djxwVJYVBGNU8Y0dZuaZREKJqQhEmnJ46xTUy jbo2Yg/bqlQ6cu0KlZ72bXkSDUhWMNEv+WsnJwwDMK38znRzoUkdW4nEn/3xJ8wQJFxB1R T193NTP5fUWxrtXc2m8wzx+ZKOqrk4i1Bm5cYa6MipmL8mcS3sa6jrHkPoKDHQ== From: Thomas Jost In-Reply-To: <83sfpgqk4t.fsf@gnu.org> References: <871qx08k43.fsf@schnouki.net> <87y1z8z16o.fsf@yahoo.com> <87zgjo8bl2.fsf@gnus.org> <83sfpgqk4t.fsf@gnu.org> X-Clacks-Overhead: GNU Terry Pratchett Date: Wed, 11 May 2022 15:54:43 +0200 Message-ID: <875ymc6uos.fsf@schnouki.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: schnouki.net X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Le 11 mai 2022 =C3=A0 16:22 +03, Eli Zaretskii a =C3=A9crit : >> Resent-From: Lars Ingebrigtsen >> Original-Sender: "Debbugs-submit" >> Resent-CC: bug-gnu-emacs@gnu.org >> Resent-Sender: help-debbugs@gnu.org >> Cc: Po Lu , 55362@debbugs.gnu.org >> From: Lars Ingebrigtsen >> Date: Wed, 11 May 2022 15:04:25 +0200 >>=20 >> Po Lu via "Bug reports for GNU Emacs, the Swiss army knife of text >> editors" writes: >>=20 >> > That patch (and the old code) is incorrect, and the code before its >> > removal was another example of the PGTK port haphazardly copying code >> > from xterm.c to do stuff GDK is supposed to do by itself. Mod4 is a >> > real modifier and can correspond to any (number) of virtual modifiers, >> > which might or might not contain Super. >>=20 >> But this seems to affect many people who had a working Super key before, >> so I think we should re-fix this on the Emacs side. > > I agree. At the very least, how about a knob, by default off, to > restore the previous behavior; we could then have that in PROBLEMS. >From a user perspective, this seems like a decent trade-off. For me, not being able to use the previous behavior would mean that I'd have to stop testing Git releases until Emacs 29 is released. Not having such a knob would also prevent any user who is for some reason stuck on an older version of Gtk to upgrade Emacs. --=20 Thomas From unknown Fri Jun 20 20:11:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#55362: 29.0.50; Super key no longer works on Wayland Resent-From: Po Lu Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 May 2022 14:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55362 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: Lars Ingebrigtsen , schnouki@schnouki.net, 55362@debbugs.gnu.org Received: via spool by 55362-submit@debbugs.gnu.org id=B55362.16522781016595 (code B ref 55362); Wed, 11 May 2022 14:09:02 +0000 Received: (at 55362) by debbugs.gnu.org; 11 May 2022 14:08:21 +0000 Received: from localhost ([127.0.0.1]:37969 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1non0n-0001iJ-6Q for submit@debbugs.gnu.org; Wed, 11 May 2022 10:08:21 -0400 Received: from sonic309-20.consmr.mail.ne1.yahoo.com ([66.163.184.146]:33627) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1non0l-0001i5-Bk for 55362@debbugs.gnu.org; Wed, 11 May 2022 10:08:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1652278093; bh=ibROFfwMYnjH5qabGnF8afKLhk/ZB26+hGf8Tc7DQcg=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From:Subject:Reply-To; b=nbQDauQgzJUwpr2+U3knTjGQVD8By2arO2LzoTYO6qHm61hQH1TxIgPI5Sw3pHVeYrOzL7ulg8Lq1Vz5Sy6e1e5EyVOSOU03fBAj9coHl+g81g6vEAI9Q8DMgsQJ4EjTOrXcsToG+BV3DOrwd0BGCa+S+WePKPE1Jh9CIVXX4HtbdvvPnSEk3hHRBm7mhiEPZDMB4f8I1WIRcd7+DmI7Zqo5uxDAJYt+l8uroufjIstRuEV/McgCskWlOuG7bwIEnTxYYhD9jd2llDPMEJyuzL1dmc/7T0PEPsWiXjwqIpVmE1rmEUDoXcgbjbaFE3Rm0cEt6QTxYTHm/GtPQQvT+g== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1652278093; bh=ynwm/V0M92u+OitUS6s9Cni4Qafl+dwReOCPUGikH8I=; h=X-Sonic-MF:From:To:Subject:Date:From:Subject; b=lOdvF58lLBNmnpxDOVSk87GvadGq5vOdNvpnrHxLpcH9ZkcyxPEYBBoNumWvwcFX+OfOl81WTo2upp7X7kKlCuORabIr0A4NmXNQdPECUWCJ4euxoGEwSxsnnSHJNBU5wDM4dK2ylw43YDwDCPadf9Ol2Hk+/+gHFFB8qpkOunHaORvrllIg7QNO9HgbddDzNfrsAZUtZlv0dW2rNhTZFqGV3w6olKNWle66QeCVe+ORisJUE3sM/6/L+5WQDZGrOYkgW7t/oDMwcaQxcMkZQbm3KdBUZHbKicLigRuvNnrpLPKkJOBO94Xj/WeKu77TkskkMSv4ESXrEQEhi/g58A== X-YMail-OSG: 6vUBY5gVM1m3z_RI6vGeXm58qE83qAkRzeXbCGSY6MiMnPPPtTirWDfTw0OONS1 JGW9Utmu_k9aY51Tki53.pUYrErrBVgGqydpR4osapgrmvug0BMEijQkTOcjNKJmlgZFKo8ZCu7c d73u2cnEwZyuksAxFrMBgdCX8H6ZJ8IApY8ojAJNammHnCHKM2DSFRmXuUzxewsGPDc8_tkNV9LG FUjIu1kFRzDsFftmgT5ySuWcj8uaalPXsWeAJSUCzJ4DB8b8jMCg.1uEtuK5jiB.ubJ0q7zSXb7_ s1N2FX_KEdOvNLsB8i4NAhGB9TCsscM0qst9o78pz3.DFBvWGcpWQohM8RAa8gGGeiCfz.IVsb8M vquzRjiJR_7mdFT5bOz7eW.HS36sV1B3NWRU2NwOOlKtyoB8tytn6zrmOvEHd3CtKRwH9QZBWiwC lKsHcp54OWiI9D5a4cbdzSNg5R9bg4UDd0r2uDQIal6nI9LGt2DeTVMDMk1kgdz1bkRZgPYZsmqx O70AIQlai55KCMJqjjMgMjZmfB213jE9yE4B28vK9BSlpYBnCRIL2LIP1ajs5zgOFW31TnYNOgPW TUzUfKtfKJ7FYVO.l.PBrenkuXhv_ckhjpApB.UsXLeGXIFPG6AbrOMT7yFekkU.KaLC9KK4WpC5 4mhqYfVhrCARjZgfkz1om_x0DN3soGzlzxxI38RpIpSSbKM6j7XYpiFi0FKOJbur3n.FDTWi6pDE 5Pcrxa_exDl5CNL9Lx7i8rNSDnXJeOuy27s93w0E1IXJYh7z1ijOEWAENj3W3Fuzojsz4YGAU3Oh whkRDA0xmgQahvSkx9qLFVoiTIxcWaQ4NAdWASUu5CWJMXZjIjAQtGzg.i7QprdUghk.GWa1y0G7 lDTIOO2D0XzsqoEejv7xE5zmUTZiZwB5fvoh9r6xuNRyIIGoeexSowXXG7xTH3gKKPjqfhTCgzq0 jh40wxnRvcPapQwK68akjVVIER_nqVKTi2rlsxb72X5lVI1XxhMitxh7CVWKUdAloQ4.nP3xHeYt nsIDKBYtXTeT53O4Nb2lBvi_U48pSzKz.ihLT8hwjWy3o4QTt0AZ2.ifg4k7UZZD6qJ91Wyl6lsO a.yn_cJPffc3Df5r_6G5zga4LWvK28npNsqB9U_6KhMrQbGKthJiW2UlgT4py1QRL.7gtG82Sevt NqVCeKuyAnjNfqhRe7x4a5w1M01pWcrdBGdC0C9cgwNiwJ.xSzOV7eS_FUgbXsKzmOfCe7N0EqWx vkmr7a_ZhhbPR0W7Di4.silvOrjut9alvB4eCK2mfXn4hDhfZ2g4jGBM4OVr7NqeUvLLPg0X2vmp t30Z4CmsenK28yLlIuNb1luqCIoYyPyehqjqQLSAi9cUCA.ReHl3XlwNuFETg3tsZMMPEqsgOS_X cPTa01CzPrOEHJrx.2bqSPPy9Dub5Wf6br9IbKxRTC0uZoF4RZOARwLTctEvWvmQWVBO62bTckvq .LAwzAiyqNj4gUh1fMjN53.R33cji4AlLPjhGY93A1EcnTnkOlFFmigq9hErkctalHu7W.GSCTZg NAm9BHxPj.Tta_EhzxL8.sf_sWjJXcZS3F9zAzYjwzRqqeSPfIz325bRvhHOHaKl6mG_cnZFqxca db32zHIAIf1mH991IncTnoFWr_ELzE6LQFglfbiuK0815A9RNO7tj2nJJlM4OA8byB6rhNZVXCEH Y4qeqbFIdNygcmAUQJ.W9mrrbm9ZeCcY0ZDZbyvRRSOdhObcOVzf7nEh5ZNNoq1uXWEWBnWvYzoG tPv6pSXsOw4NdePJqEB69ad01ISdkqUC3BtW_lzI7Dg3LrpoonEBWfhmJamZUGynoP0jO4qLd2y2 VPY5aWqbd1Jn.nJTkEOta.BO8pJrjcr4VuVzdFb3mS2HEscmXH2.d95OY_cwdm8dTATBF5_roinc GccOkZ5pcWckqgE5sB5NIYGrZvM1qyKFE8XFwwALhgIL_uj3hhSGDx2vRKp5LVAPCnkrnVJVbEG_ 21WlDS1WvMxf1CsA7sigTy45CWVD4nnXmvj6M51N4yPd.f7AaGAS6_U9bhnC9MOWhUz8DvjGkBM0 ss23XF3zE2XGeTvFnnd6ba6zbVbTv9XVeeKxg_kuKevwdhCv1GJCefRM88UTDSlsj5M8nNVVTg_i FzjDfu9ljL0_mv0I8jXrcY_KbOSMPjikYooBlw5XVN9VXAiNmOYD9Cgv58ckv2UxZUCyhz3xM03z 1g3zcvMWEJjTguCVJrVOFSXgkz9STB7Zy8S5FSaISLFZvsn2CCmC5T5fhTbW.2nps X-Sonic-MF: Received: from sonic.gate.mail.ne1.yahoo.com by sonic309.consmr.mail.ne1.yahoo.com with HTTP; Wed, 11 May 2022 14:08:13 +0000 Received: by hermes--canary-production-sg3-856bf69955-fc9ln (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID eae2204abaa3a912f843d5634697b852; Wed, 11 May 2022 14:08:08 +0000 (UTC) From: Po Lu References: <871qx08k43.fsf@schnouki.net> <87y1z8z16o.fsf@yahoo.com> <87zgjo8bl2.fsf@gnus.org> <83sfpgqk4t.fsf@gnu.org> Date: Wed, 11 May 2022 22:08:03 +0800 In-Reply-To: <83sfpgqk4t.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 11 May 2022 16:22:26 +0300") Message-ID: <87pmkkyxfg.fsf@yahoo.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Mailer: WebService/1.1.20188 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo Content-Length: 489 X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Eli Zaretskii writes: > I agree. At the very least, how about a knob, by default off, to > restore the previous behavior; we could then have that in PROBLEMS. If we do that, then in my experience this bug will never be fixed in GTK, and we will be stuck maintaining this awful hack until the end of time. It's okay to add such a knob assuming the GTK bug still isn't fixed approaching the release of Emacs 29, but not now, when that release is still several years away. From unknown Fri Jun 20 20:11:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#55362: 29.0.50; Super key no longer works on Wayland Resent-From: Po Lu Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 May 2022 14:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55362 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Thomas Jost Cc: Eli Zaretskii , Lars Ingebrigtsen , 55362@debbugs.gnu.org Received: via spool by 55362-submit@debbugs.gnu.org id=B55362.16522781746740 (code B ref 55362); Wed, 11 May 2022 14:10:02 +0000 Received: (at 55362) by debbugs.gnu.org; 11 May 2022 14:09:34 +0000 Received: from localhost ([127.0.0.1]:37979 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1non1x-0001ke-RB for submit@debbugs.gnu.org; Wed, 11 May 2022 10:09:34 -0400 Received: from sonic316-20.consmr.mail.ne1.yahoo.com ([66.163.187.146]:35161) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1non1w-0001kP-5q for 55362@debbugs.gnu.org; Wed, 11 May 2022 10:09:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1652278166; bh=4ShTkvXr82/xBBtuXszU6U48b66g/rTZSHiRm1oTpb0=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From:Subject:Reply-To; b=hE5M0rwCf+c6DAgFgBD1ZsCS26hTOR70nLqitybgcmggdNkXHHWBwhXMtPYzhM/g6sELMsEhvgTKBi3JJWWuIbeArgH30NFZ6xP87cFqJOZ20GXQuOWeUsiqmTyPKJQUiPE91b5/nrwp+QnrOCEi6q6I3fuEfWvDyXrsm4SlUtrysuQFmPBvVJ3vsqlk9zrw/QJ5hF9sADzFWSPVmNb1VCoKtVnb+fCnMXRnca/YF+UQc6cNaQrii4uGhgvezd3N4f8VVsM/+jPCF+evzoo0cFfIz1EOEbhAgEt7CHMJWbH+2KDl6v1NF0NaOy0l+byUnhFSJM1SKMom2Q8TbxPemg== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1652278166; bh=Ln/4QiktbrQAS+m3tGYMmZyz7ifeEfPpp3tVSdRthBt=; h=X-Sonic-MF:From:To:Subject:Date:From:Subject; b=NsYpZ9+kVr/eyj42yrccpCP3IeWURI9AMInB824bIhPprwuVEwtQmVkcAVvRV2LenYwi7V0fTeL8pC9hPWNyBh4wscYRHDmQ2sKENfeY+hsmL60BDlmVKT9pyLmTJN4QpwZilcuetPMEMqY8g9MRDj6XtrW0zN3CbJoEvNIaXcVwqv/xDlBcCwFyBuqKAsxssfhNhVgjAMxO8Kw0vi/OJ7/dqyGgvl/zD0x+lHIBufRkc0F/b04njpzo9qyUEktCY6br/QnFdj5uGLZCdKUZt7bETDgkOMZ37XyrRmg011dudkcMxhZ2BRUg/stXPeW4GCD63/pswUMBCgdrBM/EuQ== X-YMail-OSG: 04Yu2.0VM1mQZSrHJVfe5z.a1omEvUj87J6WnA1Iur_n2_hy_Sx5Z6yXNMWYrJC 46DRtT8j_m.ALdPLuLmP7OCXfftUenV0MRgkcII_oqlhyDX12jtg8fPRBkauIcfwsxdTIUiRtpPU mYR_9ycRFTYd2QvVmxq2gNoc.he8x56ryDSjHGWjDwEsb3Ip2AW5olzaXwt0gC9Bj2vem6egOIFA RCTpr_q8IlykDo37GWk4zkGT8J_V2GLbfVVcK41YPflGx430n1X.AKWFYXaBxWPxuRy8Y9FG.s8T azaRAm3oWNkTLszUW1hotB5UcQBnd_4e9j.tThNleFNfhSUI4JzpPCwNSpnSrWgB3maYqcBb1wap 5zcGljowwFQPvohcjQ_ATgVjE0saUaTotE2D9VzIVfOQaQX12cCbMAs35q5yMZBwnJyO4s1Ii9Hy fW7wCmO1DMGnphmaC3Hqx2YCCs1NG2v54h5fWNrqWptoN0jgAFCN2p9UYD5CLpawDylU60W1iiAx o8JfPwc_lLCic5.xFRMY55ZEbh3eV_Y8SbHh.0uK3lTQmoKU0I1kB791KhkJlkRxS9ocCCA5rCSt PaQ66aBD.U9v2RnZhuhE30mArmNdCtosl.FitycmnDiCUDF3b0mp90UGLbNaxuJLZPUD890K3rqB 4ULckNHWJ2k1SHNjYSlBufgKGkS2EcDuPvEw2rGHdr.WZkvLQGx_sDuKwBo75r7Hyx2ECxhqJKiB Lzw8WeFkJ6rzHB.C1DI1qCcwugAVwFhJgDDXTPT2LUU17abEd8emJ8I2dW4MIAqbMzksayke4BzD i0IX7vg4H3Ya1aRfH70J1QyZMEoBFpULQ9owJPw0fxBKdIyPFKtaLGHGjh63xpB.33onbwYtoEaG uY8Dvn2RnLcsYbiC1b6MP75iLp2_HdTMAmb1Z.HJv5oqLS6b68n0qo.ygvhSLedjLE6ykHRLubTw Tf70o_f7sao4e9OS3FkeQ_tKttIrXAqaidmwSawsE8PlY4WwrOPdzbqmR.jMVnEtUbwTqxYQixsZ B5B6w2kkmMN32FvCKivJcbzCizuDQInsPLiOsYM0GEvCQPn_jF76UkdV41tFTuQb9w2SmYM.LCUF 6XVNQMoa_kXOpAjnB.8Yqp_szY4yKEW0gf6Iz3.ohjTjuKG0CFKdKzLfLixzrJ9I6.cntZ6VXsol Q06NAeKbi0bVs9jr0G2ZdHKHJ667BVoc_KUO01fvBYKP1qVqrkkpnp3ecOuaI2_C6bWSvABhFck8 KISlPmXH.iEJstUjaqdn_HAClKcrq1i4362fezY4Eb5rIMXueWdFGFOhs9N3lEzEe_EReAe8SODX ZEReCotKG.DJYx2HxLxiXvo_vNcEIzJa3cmk7txNQpficW6Q_6K0PO8KdIkSQ4oRLrKAu1znG18b G.h5ESvmCN9viFe8GzGJwqHLOCy_Vi7PdV5WoNYbUzRDJhFyCl.QFI_HWV2LpLQ3AueZvcYGTG7L O.a3kyFEfOYdCvUpzOIyx0HFeQwIMxljAEuMK7GArRLSdQvnAu5uf_KPyt_UmFqJ7P0tl2Ch50FX l4AKA.tgDHw1Mi_GdSz8d6dS6.QQ5I4e0QSfgHHV1KousFFUfh8Z5EWRedw4edUzv2oKW.PL98Jj n8bvZ5k3fx9qx2m4JhnUzJAOPZweAVz9NbqQUHcwQt0JrozNZusMcuNRL3ODz2B2xfrY9vG99H.i _P81RMGIR3dc2wLEZ_jyxHZt6UaR8abPjrWJRkU_aOYYqCM21oqvF0RFocL9tkKSg9KXNJSiutaU rBYaHgtlLv3NtwZEAGfKD7lLrTryovDG4haEn6QhqDVYepVWHysk5h6.VHAckB7BkDAhmXuRYwEB 6jj0SALB7.xO0ex5XZrY4UMsLM0og3fgSbGRv5oPeCA6Kmf90AG1ZXeQAL1B9RygVGfatP2j81z5 EMzQcBSD9f0um4xOj_bg5T0qivgHbyQSth4CIzXYg5M_YXUJq9aWdOZCsUwHhDgor0np7nx0MJmW zeMttfvURPO3QJYzb3pqndu.nmX46J6tQNv30GupcARROw4bkHnn74ip48at2Wsom16YiZCiNWco .tXhrBjU8TJmIYz.Aj9Zb9LMFOW4tmiH6w7CqNF5N71LLY4D0h6y05XvHHOhGijPQVXOJW69TCXA C0V3QYYZcSeB4BGBAEp5e14STv1nR4DVnpY.bl3yI5LIlnMiyyiwBxNdPx5sYV2eQV.cc3DBPyQO MGgY5nWrzVOSdgjN3.F4bTK4FJsrNb7P9p9YKwuSjfbs9jIRfGESe.LtHO7Tvbb8- X-Sonic-MF: Received: from sonic.gate.mail.ne1.yahoo.com by sonic316.consmr.mail.ne1.yahoo.com with HTTP; Wed, 11 May 2022 14:09:26 +0000 Received: by hermes--canary-production-sg3-856bf69955-wcgkh (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID 2f3d552f955f701be298e942481b663b; Wed, 11 May 2022 14:09:20 +0000 (UTC) From: Po Lu References: <871qx08k43.fsf@schnouki.net> <87y1z8z16o.fsf@yahoo.com> <87zgjo8bl2.fsf@gnus.org> <83sfpgqk4t.fsf@gnu.org> <875ymc6uos.fsf@schnouki.net> Date: Wed, 11 May 2022 22:09:09 +0800 In-Reply-To: <875ymc6uos.fsf@schnouki.net> (Thomas Jost's message of "Wed, 11 May 2022 15:54:43 +0200") Message-ID: <87lev8yxdm.fsf@yahoo.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Mailer: WebService/1.1.20188 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo Content-Length: 325 X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Thomas Jost writes: > Not having such a knob would also prevent any user who is for some > reason stuck on an older version of Gtk to upgrade Emacs. Emacs 28 does not support PGTK, and we will not turn it on by default for future releases either, so there is no regression from the POV of the user. From unknown Fri Jun 20 20:11:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#55362: 29.0.50; Super key no longer works on Wayland Resent-From: Po Lu Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 May 2022 14:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55362 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Thomas Jost Cc: 55362@debbugs.gnu.org Received: via spool by 55362-submit@debbugs.gnu.org id=B55362.16522781966786 (code B ref 55362); Wed, 11 May 2022 14:10:02 +0000 Received: (at 55362) by debbugs.gnu.org; 11 May 2022 14:09:56 +0000 Received: from localhost ([127.0.0.1]:37983 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1non2K-0001lO-41 for submit@debbugs.gnu.org; Wed, 11 May 2022 10:09:56 -0400 Received: from sonic308-56.consmr.mail.ne1.yahoo.com ([66.163.187.31]:43197) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1non2I-0001l7-TN for 55362@debbugs.gnu.org; Wed, 11 May 2022 10:09:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1652278189; bh=9nd8+9ldCcFTmDL1OgHHSsKYmiER2P0xp1p8lXmN5Uw=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From:Subject:Reply-To; b=Gb2PrtFBSvIUaibtiv2x4kxj1fRHLxLCCOlpXQBbjdna9xTmLhpiOEXpneB3cMTtFTje2CdCCOfBsAf4yPHSMoLEk9tUx/ivrAH8CebFIk/WatJu06PRcb1o3mxdTnUpZEvohhjJqMrPe7Ji18LZ1lK48h0vurIjllAvDOM35WSmpcGWOPU5BVMfOm9VedtiHNOy6Ohf/2JXtUACjeP1tymlsU1o6tw1pm+IU/lCtGlXvHXBsEVVh5FRm079E9i8jcJaQUwH3nNzku3TmS2sxh5L6cDFoNLow98pkwG/gYg11T4ZacblnrBXgCUIhGhCTkdllCtJrBMM6ZhcUOLy/Q== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1652278189; bh=NY8q7QG2VIzgIiq09/RzphBRR61eZ5K7j9NwpZKD/y2=; h=X-Sonic-MF:From:To:Subject:Date:From:Subject; b=O4KuOEzUIUq7Mj+tbweMaMERhHFk6ixfuiyxR7+qtQLAywcAFfkDGf0XVx0XOJ8tDw3GF6yspBdN8V/3vaNUc4/H0VWWkGpXvhqi0OFd3V+JppM1rX25CXp+4qoq1nB7szbkvOqXEE4yVmcbbvPhrk+caj+LrwFqTlHgzUuSDIXWxVvoOty+Y1ygGh/y/jBkIjBmfjRe8DfFoyagjQqYl+i0q0b9WChNe3lWJgo16NQRlJWzKbwswxqSeHpsypTDLj378vyiSLC3bUu0t16HnHT58mnuUslRu6wsikPbUdnVYV9xmiLoac4EJ+pB5d+72giszsiFD6+MonUQXwcoAQ== X-YMail-OSG: jFsCSEgVM1mHF8.4i0vAALKxMjfJ7Kb8AvBCSz03jq_RGzsXa4OuRr.wwWoa9b4 C4_HtPIjNuafiaAj1Njvnxc90J5idTUaO4dI3ltP5ldwIX4pFaODOyUOfalUgIG8_npxU5tFO8S9 rrRMj5156S2O_qo0vQLssd7EnrG5uSGUAYpKHQ04fKY4Nmfrx6tzwZvsM8zeYZDuyGKOuYO4yyaO qMws3XRwtZokSmYkQCuA7Wc87ncZu5khmyjUEtOouyZ0_PELSf1NIVVa_YlZy8UKaF3b5R_inDP2 5Wo6dFqLHek7yB82DHAqiWF0RmtKtb7THnJ_Q9T.bGtVb_IiEJ68v10Cgs6G1TIKeaMpZ_AdzrIZ Go2J__tmvyjnLklUoz3GLPgBkUOoLlVF4ZjpFK_hV2fXeDp7xcE4tRQJ4OU_MhsRmvIptcdKKzBT ejTxzR5DGK5abDmzPBWa.q.aqHHUNgiMMsDuPL0_lb_KdBmBysfBqYPs4cKrBfowh0Tws0I4HQ1x 8NNwG94ptW018LbuGuoBAB8pMca6Dkke4qTEg8RbIAtTG4y9ll_kCKA1mX66.wVhfLjpMLiUIVwF p4xg5JSvKPFirmO0sDcLS53p2GeAf5KU3pIL1UcdeBTFT.tcqGl3_Pyb7xlfUG5yVkYUu6Ag6Ibx 51WRKl9uZQdHjmtwqy63oVapRR7.y91eoKQRNlq7OivDrU.1jewjGaJWWSxVkAThqnXFaRHuIJlP t_NC2KDxW.B9XywdVRHFDFw5XSE8aBtvzqosFJ53X_c7xcRnIB9NDTakZfv2H.Ay5GdAZJ_0HjYb p3W0QlA69zvdMyvdzru0h25M.hfoI_.r75DPkc21W.26UsiXO6ylttw2snODWRjpTOrzAiaGYNii ETT5ChEoFmI0sKr_mLxC2K.fbKntepQkwZDAUW0y990BOrc57dYJuscR60rOPwVvDA8chsEGzv81 DbP6Bey8AFPKKvv9O65i7l6Rls._3EQ._8eoMUxpPYbx8al5EVJnPFw5lXRKiNXfkrGfdx_ReNXt hSqassZhS_y4j.92fVc9Oaj97H62COvXll68RwD96ruxN_OWP22JFp_7bBFy7DqLkWMRfd8UaAy8 kSTYgbEdSTpd7fakRrSaWaBCkIwG.l_DhoaCqdfmUgzCO6eAqQXTOcnJQYK2a.SdR7op5AATUIsw fU3wdIl8K1piFc08iO4imRGfjeaHceqtEaSpwVeMbPSiTV9I8C4gMwexuXLfOdYcVQ14D81FZaeJ R0wv5.XWvGLro_BgOygsPhsyv_xUDLaluEW7D1cBes38ai1NUOaI_zoEjSZHWyuFt0GDzGZ93UQL yqaW4B5MhuJREWABghyjfmbAwuVWK2QlfoZROo79DEUHhNdn12LzvX.N79Hi7FRpkYboUNKBi5i. cBm7SOzhAYuYLRgdglrdFGWxkZxnz2QP6.kFlAJfSqkbeyRH70Jvg2x37QtW1lF2W3_ApcRppRqE lBjuIkMyKNUPQv.4h1pWHxm2rDdwHuaf_h6KGozo4nlclzY228gvm5TBgxp.Ooslf8tMtKBktOib R9EOCjolWnJhFL7Mv2g6MZFHeljZKqO_zNPZJ6kymgY8R3DOnENzt.lZtyfks21uO5WcIyztiPG6 BL6xn3W5diAluLOyVEyq__wwWEOfKm7i2S4gsvRNOVeb4J49_bNx86LfLRLI9eMex8RN5mNEfyy6 9jlRUG0Qmt3qvMhRvupS978ECuJjc4PBGi.qEdmTgAGwrqycgZgEGqWJBce4LhOPLYfMjLnIJYYU lfe6xmm4UcDgf5myWG_TOFZ3TwBsdISxoB2XQ4GxSC1LhmEc665boofMAQ5tL_0avH3dvxm4fLML OowJTtVKo78.FVbTV61kLhdDYtNeTjUoQLmygl6idBqFcPL3yqks.kRa.RHkZ7cVWN0wSyb60Jlk JacqfJEO.VFNjFwSzeYeA44KDdmbpEUEH9U.b9FMb8k0u1qXs2o.FsL8Rm3sr7e.z3rAYKZvGJPF lADLaLMaY_fuBm39uP0M8C2dIgWjSMkXfVfjzV_JNaPlmTHdakBBopRiSdM34pBlXqM7q7xPhDJ1 WpmjmfnoIfudTKONhqJ3sJ.hZDcu2ecb97pcLBFECyG7WhQf8xtHqEiFqs2d7ouY0l0WPYcGTM7E PwmeVC4N2GlXbKv5QKj5ISM4tDlWCxPD4_NVV1fJ92C5SWbNVdjE2wSYjkqlynPYSr2Iy38a8zsG u90vJ3kvESpb_jxo8umr3oRFvogrqCEgEFFNt5HbV8kMmHIu2GPklfXrEvV3Tvw-- X-Sonic-MF: Received: from sonic.gate.mail.ne1.yahoo.com by sonic308.consmr.mail.ne1.yahoo.com with HTTP; Wed, 11 May 2022 14:09:49 +0000 Received: by hermes--canary-production-sg3-856bf69955-nc7dv (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID bb2eb6cf251974f9330452ca216b19bd; Wed, 11 May 2022 14:09:43 +0000 (UTC) From: Po Lu References: <871qx08k43.fsf@schnouki.net> <87y1z8z16o.fsf@yahoo.com> <878rr86uu7.fsf@schnouki.net> Date: Wed, 11 May 2022 22:09:38 +0800 In-Reply-To: <878rr86uu7.fsf@schnouki.net> (Thomas Jost's message of "Wed, 11 May 2022 15:51:28 +0200") Message-ID: <87h75wyxct.fsf@yahoo.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Mailer: WebService/1.1.20188 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo Content-Length: 196 X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Thomas Jost writes: > Reported it to GTK developers here: > https://gitlab.gnome.org/GNOME/gtk/-/issues/4913 (which links back to > this bug). Thanks! Fantastic, thanks! From unknown Fri Jun 20 20:11:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#55362: 29.0.50; Super key no longer works on Wayland Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 May 2022 14:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55362 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Po Lu Cc: Eli Zaretskii , schnouki@schnouki.net, 55362@debbugs.gnu.org Received: via spool by 55362-submit@debbugs.gnu.org id=B55362.16522784807429 (code B ref 55362); Wed, 11 May 2022 14:15:02 +0000 Received: (at 55362) by debbugs.gnu.org; 11 May 2022 14:14:40 +0000 Received: from localhost ([127.0.0.1]:38011 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1non6u-0001vl-Jk for submit@debbugs.gnu.org; Wed, 11 May 2022 10:14:40 -0400 Received: from quimby.gnus.org ([95.216.78.240]:41982) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1non6t-0001vS-60 for 55362@debbugs.gnu.org; Wed, 11 May 2022 10:14:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=CVDnI6M9Md1PrSGA9RA4wxfW0CbiVGedFTq+kHvfFH4=; b=angkGkgszKWgMec9I48+0BbRbN mwmZjvpzBa+THviqM2Q87CrJu1H1Q6aK1OMVPF7gkbWVoQnnfFyx/QUvY6mJ8Y+kn+u5QApnRF4m9 mz8BaDqsZOjxC4T3E4xatuVUjPdicGD1q1Swj38DAmPapwdGCNWr4IX1o+NeK+mIZxgk=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1non6k-0000aG-4C; Wed, 11 May 2022 16:14:32 +0200 From: Lars Ingebrigtsen References: <871qx08k43.fsf@schnouki.net> <87y1z8z16o.fsf@yahoo.com> <87zgjo8bl2.fsf@gnus.org> <83sfpgqk4t.fsf@gnu.org> <87pmkkyxfg.fsf@yahoo.com> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAD1BMVEVGTVIlKCyQiW/L wKv///8ixzLPAAAAAWJLR0QEj2jZUQAAAAd0SU1FB+YFCw4NCzvK0IEAAAGJSURBVDjLdZMNcsQg CIWBvQBuL0DwAqnc/259aDRm2zqTmQyfPH4l2k4pSlzGoSdY9hto/hYqnfDuwQpKysRE/CGVPjPK skj19BmhNiARLe+m2ANEhHuDHaYJRMJe0bxGWF7XBeppXmGOOFcZZcjQKWlHmA/Q6N2BJ7ilYDle F6CnR7QL2CxjgqgugexsNOoCmVBzRyEdbN1NYoD1/Gx7zPMBrE7AmSxNoKe4IQTEjOGSX8mhiCF/ emUGpnpLFREA/gJozrTFEOQJR/gc9byDF+3VAkglWW3su+SGvXm32lSCR8KYmELJyQpmxSj1KBMg Uxcx8KNgI2ZTSI2QE0BPHM42Ng4bqAt01cwLo0cMFwAuA1T3q+2KGkYZBC+fWj1GMvzJqSQbgIRI loOqM5j4BTQBdN/1u3AfwtUSzaAJusa21MmsZ2d6zWH1SvMhrS1fAA3kvHt1aQOShCe42z4CLYtu QIf/MOktNddSf3k8zr+g/AlUeQfrUazyBsj9mbvBewyhNbbs3AA/OsBLxOe6uZoAAAAldEVYdGRh dGU6Y3JlYXRlADIwMjItMDUtMTFUMTQ6MTM6MTErMDA6MDAoWpwTAAAAJXRFWHRkYXRlOm1vZGlm eQAyMDIyLTA1LTExVDE0OjEzOjExKzAwOjAwWQckrwAAAABJRU5ErkJggg== X-Now-Playing: Joni Mitchell's _Both Sides Now_: "Sometimes I'm Happy" Date: Wed, 11 May 2022 16:14:29 +0200 In-Reply-To: <87pmkkyxfg.fsf@yahoo.com> (Po Lu's message of "Wed, 11 May 2022 22:08:03 +0800") Message-ID: <8735hg88ca.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Po Lu writes: > It's okay to add such a knob assuming the GTK bug still isn't fixed > approaching the release of Emacs 29, but not now, when that release is > still several years away. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Po Lu writes: > It's okay to add such a knob assuming the GTK bug still isn't fixed > approaching the release of Emacs 29, but not now, when that release is > still several years away. The release of Emacs 29 isn't several years away, I think. :-) But people are using Emacs 29 now, and are running into this problem, so I think it should be fixed (one way or another) now. (We've had many bug reports about it already.) -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From unknown Fri Jun 20 20:11:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#55362: 29.0.50; Super key no longer works on Wayland Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 May 2022 14:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55362 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Po Lu Cc: larsi@gnus.org, schnouki@schnouki.net, 55362@debbugs.gnu.org Received: via spool by 55362-submit@debbugs.gnu.org id=B55362.165227913216978 (code B ref 55362); Wed, 11 May 2022 14:26:01 +0000 Received: (at 55362) by debbugs.gnu.org; 11 May 2022 14:25:32 +0000 Received: from localhost ([127.0.0.1]:38045 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nonHQ-0004Pm-9h for submit@debbugs.gnu.org; Wed, 11 May 2022 10:25:32 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50450) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nonHO-0004PY-DZ for 55362@debbugs.gnu.org; Wed, 11 May 2022 10:25:31 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:41882) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nonHI-0006Oh-Mn; Wed, 11 May 2022 10:25:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=4C8HUX2jNBkoQEwtD86WZHXuXS9h5nheFvtTlkxn2FE=; b=aTNZyJpPDMuf ZPIuXETSq6IlkV4WO0qc9cukbSe/43bKG/IoRuQfFu1f2HKiW69Ta78oSoVWWars15m2QC6s6IbDl q2IqiHbruj+mVJhaIUdY9JhJz6RwtR6lpAV33hLNisO4n+4lQAEtdOeQQW4zL5Zyl07aDlH/i+2hC StyDTN0NpMF7fqXODb5D6IBQD3fKidK74eO+FgS16HHvDuT7gQpces0s5bq8PoazFUlNSDmnGQPLS dvZnQrOyQTznsdfYSKRPWayakE/qAFnv9YDbf6YgpGFGfi8JItSptBNYvScPTonaa7bV5IpzvnTNO Ik8fLcdtm7RCASmoeVg1+w==; Received: from [87.69.77.57] (port=4869 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nonH2-0001Zo-L9; Wed, 11 May 2022 10:25:22 -0400 Date: Wed, 11 May 2022 17:25:09 +0300 Message-Id: <83o804qh8a.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <87pmkkyxfg.fsf@yahoo.com> (message from Po Lu on Wed, 11 May 2022 22:08:03 +0800) References: <871qx08k43.fsf@schnouki.net> <87y1z8z16o.fsf@yahoo.com> <87zgjo8bl2.fsf@gnus.org> <83sfpgqk4t.fsf@gnu.org> <87pmkkyxfg.fsf@yahoo.com> X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Po Lu > Cc: Lars Ingebrigtsen , schnouki@schnouki.net, > 55362@debbugs.gnu.org > Date: Wed, 11 May 2022 22:08:03 +0800 > > Eli Zaretskii writes: > > > I agree. At the very least, how about a knob, by default off, to > > restore the previous behavior; we could then have that in PROBLEMS. > > If we do that, then in my experience this bug will never be fixed in > GTK, and we will be stuck maintaining this awful hack until the end of > time. IMO, we should think about our users first. Besides, there's no guarantee whatsoever that the bug will be fix if we don't work around it. > It's okay to add such a knob assuming the GTK bug still isn't fixed > approaching the release of Emacs 29, but not now, when that release is > still several years away. I think this is a mistake. We cause a disadvantage to our users now because we believe the GTK developers will fix this later. There's no reason for that hope based on our past experience. And if you believe GTK developers pay such attention to what we do or don't do, why not assume that they will read this discussion and say "okay, those Emacs guys can solve this themselves if they want to"? From unknown Fri Jun 20 20:11:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#55362: 29.0.50; Super key no longer works on Wayland Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 May 2022 14:27:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55362 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Ingebrigtsen Cc: luangruo@yahoo.com, schnouki@schnouki.net, 55362@debbugs.gnu.org Received: via spool by 55362-submit@debbugs.gnu.org id=B55362.165227919817123 (code B ref 55362); Wed, 11 May 2022 14:27:01 +0000 Received: (at 55362) by debbugs.gnu.org; 11 May 2022 14:26:38 +0000 Received: from localhost ([127.0.0.1]:38053 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nonIU-0004S7-LZ for submit@debbugs.gnu.org; Wed, 11 May 2022 10:26:38 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50752) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nonIS-0004Ro-Nl for 55362@debbugs.gnu.org; Wed, 11 May 2022 10:26:37 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:41906) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nonIN-0006aw-Ga; Wed, 11 May 2022 10:26:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=5VGENYF2VV2pemMc28bKxj7GDSFpEpYXdrXT9ELfOg0=; b=bOCqn4/xh2nG 55OXce5U5+1mlB+pq+00H36nOaBB8S0Bj9ZyuNS33VWqnhjjz9YynYZ/J5R5kv3il3aEfPHePhXHM 7KtyPn8SnwqGUiOOs4tfvDHYN896otb4OnxpZXH13Nq8gAypGId3zgakAz07U4PU7+YlgE2CtiZkK 3oca1sWY2kH6ZWdAv3OArgrSaiteERtH3t7WKjTfnlDpmkIZefTLQj2ZsGOtw6xC3T3ha70mvkqDM V/2vFc/lQAHMA3U1R9SYxtUPhJZBv55eAVv7312fLJ9uI/6IYoIFUis4yOIzq/bHbrlqyzwomyEx8 le4WRPJ4c6bFHoWWHE/CFg==; Received: from [87.69.77.57] (port=4953 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nonIN-00020z-0J; Wed, 11 May 2022 10:26:31 -0400 Date: Wed, 11 May 2022 17:26:32 +0300 Message-Id: <83mtfoqh5z.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <8735hg88ca.fsf@gnus.org> (message from Lars Ingebrigtsen on Wed, 11 May 2022 16:14:29 +0200) References: <871qx08k43.fsf@schnouki.net> <87y1z8z16o.fsf@yahoo.com> <87zgjo8bl2.fsf@gnus.org> <83sfpgqk4t.fsf@gnu.org> <87pmkkyxfg.fsf@yahoo.com> <8735hg88ca.fsf@gnus.org> X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Lars Ingebrigtsen > Cc: Eli Zaretskii , schnouki@schnouki.net, > 55362@debbugs.gnu.org > Date: Wed, 11 May 2022 16:14:29 +0200 > > Po Lu writes: > > > It's okay to add such a knob assuming the GTK bug still isn't fixed > > approaching the release of Emacs 29, but not now, when that release is > > still several years away. > > The release of Emacs 29 isn't several years away, I think. :-) Not just that: when we get closer to a release, we generally don't want significant changes. From unknown Fri Jun 20 20:11:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#55362: 29.0.50; Super key no longer works on Wayland Resent-From: Dmitry Gutov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 May 2022 16:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55362 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Po Lu , Eli Zaretskii Cc: Lars Ingebrigtsen , schnouki@schnouki.net, 55362@debbugs.gnu.org Received: via spool by 55362-submit@debbugs.gnu.org id=B55362.165228618432275 (code B ref 55362); Wed, 11 May 2022 16:24:01 +0000 Received: (at 55362) by debbugs.gnu.org; 11 May 2022 16:23:04 +0000 Received: from localhost ([127.0.0.1]:38256 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nop7A-0008OV-4b for submit@debbugs.gnu.org; Wed, 11 May 2022 12:23:04 -0400 Received: from mail-wr1-f54.google.com ([209.85.221.54]:35435) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nop79-0008Nm-39 for 55362@debbugs.gnu.org; Wed, 11 May 2022 12:23:03 -0400 Received: by mail-wr1-f54.google.com with SMTP id h16so3044430wrb.2 for <55362@debbugs.gnu.org>; Wed, 11 May 2022 09:23:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=sender:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=RfgSFwuRrmJPwOnPO+NrVrdhCycUI3vEopGVx8EtUBE=; b=QZQgFX5e/1ZelRv6sbLLUQ/V1zw0vd6PzfxV17U/d5EaB5kJXiq6pFu0hbF12fcuTG Cs/P055E0WF/aV0Un7VSYZXFz7AmkJTz8ba+d+JsOdZ0RT7QJPlGmPRZq0hb+oF+5ZVj kNkAhVdIMkPkcZyHyDnu4NV6FHWSA0Vm7cnCCflBlPoVBfFkO1fCTU5JE4cDpNlpYEnb T5i8ATYXoMrkg7yFQLyqBfmJROqGqT+iNHtkyI5sz5l2K5HJz4ychzfCIUuUzSA/wzkI Ufq4JKggiGinoX6o+satyclXYNHwWdlcjp1zOCSLwICdGIx3sXTX1iUREKOkm8/A1lZd nNfA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:sender:message-id:date:mime-version:user-agent :subject:content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=RfgSFwuRrmJPwOnPO+NrVrdhCycUI3vEopGVx8EtUBE=; b=F5FrS1kYN/dxqSLoj3Ch02ZdR2UbELIPHOSMxacahXx+dp9SI1Z2PBvceKLWaXsLK9 yHfnxdsHVvaWt/nrYrVaWUOwwpwAHTEpz4XpyUMPuKSfzxHdEo+eQtA85z+yIvECnfhT JEhqV09vYi8/ZaqbhrohrMbU5rMKD67VlG9Q26xlgXxy8HRECXaIsbRmOvUMPpG4LsfU 2qF0hdXGfWvldJJtoyOlz1z3/463ve3Dg57wauId9wgtYof3WZARj/fy7DpvsgkXCzgd vIafXEs/46o23BIBcYTeZqrgQp841MFvEsMRdtp3XoIPzPranBzdyhoM7zy5ffevZLJU e6kA== X-Gm-Message-State: AOAM533aCs/qw5j3btvAff+fNuY9p/MnSFRZfnUCj6TgB5jhVKbY/XcR WiD0YvZ/7vvCCWGnDlNk3Vw= X-Google-Smtp-Source: ABdhPJxllY59SHgDDFOoHER7FO0daH7evjA8Nk+VRgLrZkCRhK11R+g+kzJMp50gkoLNbgPDdnEvuA== X-Received: by 2002:adf:f2cc:0:b0:20a:cfbb:ac29 with SMTP id d12-20020adff2cc000000b0020acfbbac29mr23370942wrp.263.1652286177217; Wed, 11 May 2022 09:22:57 -0700 (PDT) Received: from [192.168.0.6] ([46.251.119.176]) by smtp.googlemail.com with ESMTPSA id z1-20020a05600c220100b003942a244f53sm157592wml.44.2022.05.11.09.22.55 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 11 May 2022 09:22:56 -0700 (PDT) Message-ID: Date: Wed, 11 May 2022 19:22:54 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Content-Language: en-US References: <871qx08k43.fsf@schnouki.net> <87y1z8z16o.fsf@yahoo.com> <87zgjo8bl2.fsf@gnus.org> <83sfpgqk4t.fsf@gnu.org> <87pmkkyxfg.fsf@yahoo.com> From: Dmitry Gutov In-Reply-To: <87pmkkyxfg.fsf@yahoo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.5 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) On 11.05.2022 17:08, Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors wrote: > Eli Zaretskii writes: > >> I agree. At the very least, how about a knob, by default off, to >> restore the previous behavior; we could then have that in PROBLEMS. > If we do that, then in my experience this bug will never be fixed in > GTK, and we will be stuck maintaining this awful hack until the end of > time. Does Emacs's behavior/bugs/etc ever affect GTK devs' choices? Doesn't seem to be the case so far. From debbugs-submit-bounces@debbugs.gnu.org Sun May 22 12:28:41 2022 Received: (at control) by debbugs.gnu.org; 22 May 2022 16:28:41 +0000 Received: from localhost ([127.0.0.1]:46195 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nsoRd-0002pn-Ju for submit@debbugs.gnu.org; Sun, 22 May 2022 12:28:41 -0400 Received: from quimby.gnus.org ([95.216.78.240]:41954) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nsoRc-0002pU-7R for control@debbugs.gnu.org; Sun, 22 May 2022 12:28:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Le7iqyk5ZqVX1gliRgIE4kLedm0brBqF4zASyqFsuVs=; b=aTXZ/tAxlmaCOqL4+n45t2ICeT 2qAT6kimufameNqQP1GJE97LFo77KmlLjZu7FDWG5TzSD8tvKxDGqlNv0Pvr8HhnRo2d2ZMV/NcPh Jldd4A9N1qdjN67ebXX5UhD2EEi+3Oaqnx6qnJWBkOI7eN+H8Z/0UuhRgDFrbIjLSpiM=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nsoRU-0008Kh-6q for control@debbugs.gnu.org; Sun, 22 May 2022 18:28:34 +0200 Date: Sun, 22 May 2022 18:28:31 +0200 Message-Id: <87k0adttu8.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #53200 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: forcemerge 53200 55362 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) forcemerge 53200 55362 quit From debbugs-submit-bounces@debbugs.gnu.org Fri May 27 01:54:14 2022 Received: (at control) by debbugs.gnu.org; 27 May 2022 05:54:14 +0000 Received: from localhost ([127.0.0.1]:60663 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nuSvN-0002dC-K3 for submit@debbugs.gnu.org; Fri, 27 May 2022 01:54:13 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37758) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nuSvI-0002cq-T3; Fri, 27 May 2022 01:54:12 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:52348) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nuSvD-0001To-7p; Fri, 27 May 2022 01:54:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=lRdbcGkMZb0C+/Me1yFueLJL9WyurubEGjJriX0dO1w=; b=sRrVHbP/W8qWxWKUA/u2 wDzejtem0RcTvb1/HHuZ1ZmFGNxNi0tUdDiir2gIGDMqPZeDW2Qq8jfX/rcqxvAHeEv+cbPool17K 45GVFJThNL/APLsYii5+goqUccsdaWu2Di6AG8LexNA+BYhVnoHZ/+QtythERu5zC/9FH+Z8Ox2y5 ZXWajKF0jc8yRJAAfGYVrc0qX0R6UyueE1plqZOMSPXG5m+llZgU6+bNMtPGDgI74EGxkad5+c314 Gx12po9vhJmVr5vA2bTQJT9HKTLiPwkFNsgS03hTmoaHGLGFA9AZP/4Lq/dMDm7GAfVfR7QA4LEu8 S828Y92ikil5Ew==; Received: from [87.69.77.57] (port=3605 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nuSvC-0007Op-G9; Fri, 27 May 2022 01:54:03 -0400 Date: Fri, 27 May 2022 08:53:57 +0300 Message-Id: <83ee0fo70q.fsf@gnu.org> From: Eli Zaretskii To: Po Lu In-Reply-To: <87v8trivlc.fsf@yahoo.com> (bug-gnu-emacs@gnu.org) Subject: Re: bug#55660: 29.0.50; PGTK degrades to terminal-compatible keyboard events References: <87bkvktkva.fsf@priss.frightenedpiglet.com> <87zgj3j07s.fsf@yahoo.com> <87mtf3dbga.fsf@priss.frightenedpiglet.com> <87v8trivlc.fsf@yahoo.com> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control Cc: 55660@debbugs.gnu.org, derek_upham@mailfence.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) merge 55660 53200 thanks > Cc: 55660@debbugs.gnu.org > Date: Fri, 27 May 2022 09:59:43 +0800 > From: Po Lu via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > Derek Upham writes: > > > Calling that function restores normal rich events. > > > > I’m using Ubuntu 20.04. The distro installs ibus-gtk3 as part of the > > normal desktop experience, but I haven’t configured it. “im-config” > > reports that it’s using the default en_US locale. > > Then this is a duplicate of bug#53200 (and many other similar issues). > Would someone please merge the two? Done (and anyone can easily do that). Should this issue be in PROBLEMS? From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 20 07:15:56 2022 Received: (at control) by debbugs.gnu.org; 20 Jul 2022 11:15:56 +0000 Received: from localhost ([127.0.0.1]:55992 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oE7gK-0003b8-4A for submit@debbugs.gnu.org; Wed, 20 Jul 2022 07:15:56 -0400 Received: from sonic312-23.consmr.mail.ne1.yahoo.com ([66.163.191.204]:45598) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oE7gJ-0003at-2P for control@debbugs.gnu.org; Wed, 20 Jul 2022 07:15:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1658315748; bh=lMI8h0fPnMUtZESbIMcTws+YxABI/OcG+Efy64sOe08=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From:Subject:Reply-To; b=SnAp/mbQYZILsn98jgeEbuL2mzZbLMO9Q3NedzvrvMURdV6X1oq43AIsUt7XIVZnABrdBX/CUhtdofWB4/iT70mIWZ0qrxzf+7NPvmWAP319Ws3gy7DFa7O0Dtf0RDs4HHm4VLSlsSg0Uh8aPSp8n/Arpxv48gzMEaOZ894oCWBzyjzhxAJPqe0k5tRYr7yWr2gKv+i7i6Zlo2y1uGOf/fFAtB7Cwa9IB1jBvltRdA7t/kc/t5A5WL7QjGCwq3euxxWFMcM7592e4V4/tLzxqRZ3LrmqHDRIuJGODqs28PzTcUU54Ye+LKoQVUMH7mtpgB0ogboQD6Lr4RPTPGMAMg== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1658315748; bh=McsKL75VrazBePe7dElYnpqMa9LjxmnqUbAeV9xCcTz=; h=X-Sonic-MF:From:To:Subject:Date:From:Subject; b=QeeOgo7lvGQLRJ6CUqmBv0dmTSoo7WO4IuHdoeC59azibVv0MFlPGR3BAKMLaFMGbs/g4R+motGQvWm+DebvRzB9FmsOTiT4Nt0wRv3Q3KQIcgWwbx9WbcYGP3+IYOkZVeAMF90CxQURBCqtaJrhfODeUrscBQ8Zq5nnM1JIP5doD/s4y/DCCWAQt4Jgch/OXhAcMOpawfu6lKCBXrhr/hTWxAi+KWE9ssMKGmj4LSZyAdUXquaCED+YporrLZN4qgJQKDHOLXYMih8mTFPq0NJOdAmgANET2byMqFw3R5KaXJG7KXadHxwJjMjX+oD2lM7SwLrgY3j8W5Rt9qSVjA== X-YMail-OSG: CA47CyoVM1lxRig6aUhl0nbd.rV3xrSNT0Xq3BiUk6FmhxAlk0zt9SP0Ibt6G4d zgZBX6e_IQVUoNeSHON5D6wYIhF4KnxcOgXumk5i22VzPifdlY.fyUn6S8ywj0npQOfyEJ4ugwfm pEPB6piJElpGL6c7KrCfrdKXUNUDVsbzN3mOntGLEXu.agTkDE00sCfDp5X5eX6T_QdUnWAQUIbv 8h3r1QLCNufVCAGEk6WqciGGBYP8d_CF5oTFVlQvBNXiBOuaFEAZ6WWm9s3.Zpz_lfTtnV9K9SNJ bks9p6DGG9Rx0rGCRkZDJ7drBSXy9grKCdpcv7whzxJ0hLE7guY0x4Yv9uLeyJoeRQrSs..EvB0b DDZgZvBiyKA0Cdxwz6Mlud5DJtZYDj9FW930SOPxBAC86CGpu26eX1Tcoi7zLrig_x35SbBfrkpW M8TDDMSgMo4ViGVH3_7s50AQKV.HUMts0b.WKZHdxlXD1MN2_y715pnA1h8SllntvF91Oxp3QIxC kpytH9esDdrNo__DSqkoOyxnviznk53h8gt.KvSgN9DZeDXJIS4ZCLJSjg5bW5euYNpe.CuYV0rD MiVJp7T8NJE04HqayElOl1M.hh.KiLEPnA2MpOQZeOB6NgKntL9HjSahYyZWTymh3BFw1lY1xMtz xzerO93dho2xgsG2u2yDfqMt295AhCJT3EEkMu.LtR7muy1UXfGqOIdDv2Pk_6rOJ27q7hTDBhbv _T_JT3F4FR9nX6EArCTup2ASdLJ8bVEW7AeltGgWkDWp4Z.V_JD7ijIGyGNzwaIPGjWp3zx1sUpD hayuw33rxDbz26OMoThC16sNyJdDqnVj.ywrYDANTquD.pWFPcOURkn.8l12TOvFfbeafOrcpJwR O5brfyQOkJ9FWUTigMUlpzywnGXf2jdDY266p3v_Cnb73MCLaJQf8rYiTMFnD_KL0l76wewY5j74 r1_QE5Vp99Q.N95IArCBgkh3PXcilhIjEVmP8vyNBQmD24.xTmsyFlwMqzQKU82d25AAsQSW0Saa feioqh7Vq5MKpq2Ah004.Hq3N1N051QMwj5b_btOC2SwpEwBn.f5Qw4gctyhJllYFNeiL2enToem i7BOvWsBMS9zfBHPgjoYlfmd6CmymarIzLpAVmgSI5_C9ht7q.CnWWZjhAZwwnIPb39FPp4lnq2m L5cOeUiv60zde1bh1iLOTZCf5PxKx7PA6cr7tYZKjyXSMb6TFB1sfG_T7jwUgazUqpm6Zl4b_PlE Xz4cHu8Wi76vgcoz_lJFXNC4KhSwO3XJrkbWlenKlMsZk4Y.FcnEqaQQPH1uo0lFNO6BZtl53czG fLPzXMii848jnnAmB1opl31HaFWAQbSxctJ_g7nzJF8NMD2pi6WkOLcQhanb16hoQ3sAsaHOhyOB svmp9MJwepSCvEmDmVajlNioUVXLspFxfte9zj9zOpV7chB8UX7Xrui.6xxm1e.FV9Lje37Y5hwD 5dZ.fVSW9Howi5OzduJJ7lRr.35.z_dPvhUTZt_kxQcJEEmtpSsdI_XI2RYG4qrz4hhxkEx.lPrl ezVI0x77QUfxnwZFjl1NKYQ9.ZqXGFSdgLMcrwdbPp.9LhwBT2P3I7IoOoD4dnx4iGGj8bHTIlBP CNQY2WG7Yaz8uE8yFV.9MoMWewqmZ9zkpqLeIgQWBzSI5al_04kwL7jOKSCYnpIbs8HQWQZkwtkh 9YaR1M43WLpGlDo0shKHiYLoVl.PzNDClojo..4mtDQRwU_DWKPIcDar3juo4ARsUDWx_b6268nZ rF3MCpPm9OlOGncg97cG.MMfLTvFX5FHmCLWLXzHCPW96Mc2eRC4WQI2t_HfPDH33bKiBXZEzUJM lSIcD65_qI3A9Nf8Iecj5LNXwURIWu8r0wHK5ad5FuzO.A6Wi4NHvOUr6yrbazipHT3L.Ney1r1T umuL4DtvgaPJjAKAsUS5L6zDPqyxTXpIn2CW2y9rfHp8pwm4stJdgfBqQ49RjLDam.ANhCs37LPN RHB0JcjHuY8ltWT3Iox5CTTq8kkOTv5ejdjuRtwU6id5H0HkRhqGaMcL4n9TgdwtNH92IYrWq16e cgN0mTnMTVaFPcffn2KMIQFgxcNGQQYaNpE6Dh4UYERFCg_doAWZRqGehPRVoyCfOJzcIMc6KQJZ FuoD5JbVeTjUJuek6dENzvwenh_x17O_sOoiySRyjV8Tn9ejsLk92y7RCBgnpItEuNCzUXvuV.OX UiF.cKi3D5p6.mA.AayNF.Nz85Fv4oL3cbVLiXVc8SL50vaBvlZsxKAxEwAoatA-- X-Sonic-MF: Received: from sonic.gate.mail.ne1.yahoo.com by sonic312.consmr.mail.ne1.yahoo.com with HTTP; Wed, 20 Jul 2022 11:15:48 +0000 Received: by hermes--canary-production-sg3-67975bbd4b-v4p6m (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID e03a4391a4e33aa83ed13f9f81fb4903; Wed, 20 Jul 2022 11:15:41 +0000 (UTC) From: Po Lu To: control@debbugs.gnu.org (GNU bug tracker automated control server) Subject: Re: Processed: Re: bug#56653: 29.0.50; S-SPC is treated as SPC in pgtk References: <87v8rs9gwf.fsf@yahoo.com> Date: Wed, 20 Jul 2022 19:15:35 +0800 In-Reply-To: (GNU bug tracker automated control server's message of "Wed, 20 Jul 2022 07:14:02 -0400") Message-ID: <87r12g9grs.fsf@yahoo.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Mailer: WebService/1.1.20407 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo Content-Length: 23 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: control Cc: tracker@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) forcemerge 56653 53200 From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 12 22:31:12 2022 Received: (at control) by debbugs.gnu.org; 13 Sep 2022 02:31:12 +0000 Received: from localhost ([127.0.0.1]:48417 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oXvhf-00032j-Rl for submit@debbugs.gnu.org; Mon, 12 Sep 2022 22:31:12 -0400 Received: from sonic313-10.consmr.mail.ne1.yahoo.com ([66.163.185.33]:42714) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oXvhd-00032T-Qb for control@debbugs.gnu.org; Mon, 12 Sep 2022 22:31:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1663036262; bh=CLfgicGKbNiYe4U1LdhA/DMhLwtVE59QxPZDomdU02A=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From:Subject:Reply-To; b=PvCDTB8lfXWwyiCaCmuPnxDjeOEDNm8nhw1yG6GxjSE8vXCQg//3ypdUYGX1YkCqvLqoGQKMbBROQkB/WNOMyl4gJB0BZHFEkEmMyWWkEnt6PSN/8zEv2/Lp+yPqJuQkB9L+aVpHeo1tb/m6Le7rlAy8S3HdXa+l7MCEZPhHaAe9NeL9TapXIpwkkyKr6XBi/MEzaO+jHPAxAt17REmznPmFeqBnNXLBzggwpTSoVRlnXkKxesKEWzze3ArxTDsvGqzx4GxSS/JJLxJbnAyy8OgbeJOC2b4fYZ77Hlj+qEnJUpABnJkJpWWMbwkawNbm3fprh0EHtXbCdVFErwbXEQ== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1663036262; bh=bpfljJVNvgEx1vWPiiTyHLTLn3G5uJ2aayiJEvOgbCD=; h=X-Sonic-MF:From:To:Subject:Date:From:Subject; b=CR3UpTRRbRN0kqBZIz+oTmV7AUjL4/bTCcioiaF35b/W0U0jDBC/2Kmy3po3OHfdAwkoyb4tLEfckAQAtO9XIzxpJIL0yCV3zVYw53VoEL5DEd8X9aZulqZExTF4UvW+a0Rd/nYBCoco765V1gkXR6TCB0OMs9V9/G3bR2XVJYHsAxMbVhCg0l1DCJFGuMzvz9Q1kAvewr5ZynC8t/WwfCMtilioZrlhRFNwKae7311bplehmb/mdqcN76U1cXnfQSPejw+aVwoS1/uAiq1tRxTsRssckqYZxxh+bv8QA5bv3gpnk0v81yICTf7Er5p1YqphWwVly1IeebeObJB7wg== X-YMail-OSG: Hxnniy0VM1nMr1YhFkYpg1q8P8Ax04lQuCWhHJpaUU_TIfKECeSR6.n4Ky_4Mst vps2X4kmt5Nx1qlucKEkvvlyQFaN1WqKOeFmxb8jUHQQfJegUiZuWbpVwuSvVj6.nV49sNlWpbas maxQJvoskKBkFZIVRoia_Dyy2oF.Qk5XRJS8KCI.GRMSF9SkDyZ7p1VoUkb_x0AQWdg4A9apqnEt tfn4ajFRK8eFjdtR9so5_H5Ighwjwu9lUW6lrpM02AGkWyUGxavp.p14WosHzHoGodeqlIF3e5I9 HCcAC8Z0OGs5hAEH1i.8wd6VoRQZ56jMHRvKLNqZt6ppm9fLh.VgzDkz4VQ.nYQAorWx.SYKMkEk UNcdnye324Q33voLeI6Nd6XAxyHgISw7sQjrWG.WLN7WVja8KcID.AT8B4m.EC5X9zlqbPw4j2ZP vJPgkLUg.g5ujn_AaehpmeSYkn.RiyRsDqGNWJFXiwNMnrKfeiN8HU4kgbl0r34uCb2DkpGv5TtT K0QGjlpc9cMBl8kGyrRSC24fYIS8jV3NgqTRB7VIvdo4yLdJ1RA8No4LfJ0EEpJiVZfNJpgTaAZs t3IiPLCqOswpunPON0OYB1NzZG7JVz_q.9oPAj.ksfjwV50BN1_rkFfCyssBzAugkQjne_xVX5Pv PegGEv2TpEMcD.Fb.gj0diuK9JMhKFaAALl0liomcpxEexCh_0A6Zm4irzFl5Qa1Gc_MEjPRs_1U DRO.4GB0tvrF0nWTBEMV49vYOC8WKRpu7PO3InbLlCSFEyII9B3C0t_YmgZWbjbbOT2hEtzKA7ye Mcwn3JfYw.pudoPbpf4FP9tv0IDCn9iyZ6keX4fogj3VZo3A8MnZeABmVBKc9gmw2ZkSiHtk2PUk vfTd8OPYCqEEJESQp4hTF0a76Lmp5IUMVLvocijhNjHa35Y5WEd65Pjz0GzLtK4AB.63ytf.HBdj K5FGlmJ7w.bg3tk6SGLNkgOUxgTD_S9LEhV3kKo.dZKjBkirQTAqEEDsIYf4UJ.Wfwtxu4fWrfJj vngBJyBTaQO6itoCzF4PcLFFkkIP93BwruBySsQ3331AlmM5S1yczo54JE76eTrV.eElg3jGnlVL K00neKLUbcd74hyUe03HumTfB2iOBh6W2Dp7R1mLCB84k2AOQIL75iNCC2.7xqqpfImABRvXI3Ht Rl9jLJEvCo_P0l7oGxcZkK0SBBF3Fy8H5mGwU_6zuz37qrTTDSwIPat9olstAP6cVyn9wgnKuUWh 6Moc.cOiAf.QlSjmdX7ATph_oolarNz2JqV7DP9.7g4BLPe8ZyRIgBiQxPmjEv.QvcU2BQHF21cX gnAimfVIfxUFhF0RLpFki1eQfkVGlaSpRLNaumx55Kxv4NJem5TO1DWR5Ua5C_4YjBHAXmRvjFYY 87HoAwLUiZvFYbJ8LGzWbPrUcvUO2ucUuWfeVFz0eGRyJHBkZGtR6FWgZA7CLQIRXrIimR7zLH2t hlTMHJkyd1wshzvaMKuhSXZ.kp_u3Lt6WOOCrF7.8g7oNWEctF0u3JdrswUiIlb_0fZA9NOOdfNb _cwTuYe1QtdbYWiO2wqgSF9I_mTDmUZtTCxPFKa3dwiRu8D8kAA.m4ZXUeE8QuEZsRu2VOErccHY uZg2oUClRbO4DTJnDK.4zZoQpH_Gmy4IQvAFWgeJWoIFOPgnKJoHZKW1P60cbCd3prccGdMiTOCA nQqlXnsCXPCVB7jl49SLy3UrCCDSMzQJ5u4RghHMhrrAjg5TLHZuAGVTeuC36KcoH9JNjKeLZrBp SFG5gtWmKKQGI9NaQTRehzwHYTCRy9UnHhHw.XRrs1CKK_yhjwVWZyACxBGX_pp8S9MLJediddHC AnV8dc45cfqD.BDCXWmSeo4SjUI5mE0nk6T7MfDhpW8CqxHEO3zlesZWkUVbyl9gY6q6oIRnW1ZU U1ysGku_.xseyjv_BBmGAe2tWBITBPv8dAbPbnJlGInN_vBjYSAO2R5adCHwD31XZG6k.QQ6AYhE ale.JJaEuQRX.aKO8fM1nylZS_rNhyCRUUJ1RQwOynYbQs3UxZhs9mTPO0g77_nUYyfA11KW82x9 4tkw9SlM2i2MQ4ItNbhGJjj7lCG2XgZEqhNi1UJ.Al5wEFPc0XYlAfKxuPZiICDU4F1xRF0ei5tS lVjFtGGdf95_zHSjRRY4jTk6F27J3376GdFeKT623Zr9dMVOMzzW2bqGyVJeiDpH_9Bxb2oRwZpI tO3E58i.l.L.GHU2tATgDldy5vpLps0U1rNmbny4_Q2YNmDKsVLDMIHglahlojbKVGop7qaVyXH6 BC9zcLWGZhLA- X-Sonic-MF: Received: from sonic.gate.mail.ne1.yahoo.com by sonic313.consmr.mail.ne1.yahoo.com with HTTP; Tue, 13 Sep 2022 02:31:02 +0000 Received: by hermes--canary-production-sg3-6bb8946c47-nbhdn (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID 53e123123f7b4bc973903ad82a78b16d; Tue, 13 Sep 2022 02:30:58 +0000 (UTC) From: Po Lu To: Tom Hughes Subject: Re: bug#51002: 28.0.50; [feature/pgtk] Some keypad keys handled as normal keys with pgtk References: <87v92d9qbv.fsf@bericote.compton.nu> <87leqoanuw.fsf@gnus.org> Date: Tue, 13 Sep 2022 10:30:50 +0800 In-Reply-To: (Tom Hughes's message of "Mon, 12 Sep 2022 17:28:10 +0100") Message-ID: <87bkrk2eg5.fsf@yahoo.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Mailer: WebService/1.1.20612 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo Content-Length: 317 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: control Cc: Lars Ingebrigtsen , control@debbugs.gnu.org, 51002@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) forcemerge 51002 53200 thanks Tom Hughes writes: > This still seems to happen on master, yes. This is yet another GTK input method module problem. You can disable input methods with (pgtk-use-im-context nil) for the time being, and in the long term, complain to the ibus or fcitx developers. From unknown Fri Jun 20 20:11:41 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Thomas Jost Subject: bug#55362: closed (Re: bug#55362: 29.0.50; Super key no longer works on Wayland) Message-ID: References: <87mta4ml3g.fsf@yahoo.com> <871qx08k43.fsf@schnouki.net> X-Gnu-PR-Message: they-closed 55362 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: moreinfo Reply-To: 55362@debbugs.gnu.org Date: Mon, 10 Oct 2022 03:09:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1665371342-25379-1" This is a multi-part message in MIME format... ------------=_1665371342-25379-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #55362: 29.0.50; Super key no longer works on Wayland which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 55362@debbugs.gnu.org. --=20 55362: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D55362 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1665371342-25379-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 55362-done) by debbugs.gnu.org; 10 Oct 2022 03:08:53 +0000 Received: from localhost ([127.0.0.1]:45198 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohj9x-0006b0-AP for submit@debbugs.gnu.org; Sun, 09 Oct 2022 23:08:53 -0400 Received: from sonic314-22.consmr.mail.ne1.yahoo.com ([66.163.189.148]:44304) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohj9u-0006al-Mv for 55362-done@debbugs.gnu.org; Sun, 09 Oct 2022 23:08:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1665371323; bh=Kk9N4Uj06zYrEjcCQcMkry+8XfWX7hGgoTCeU+sPG8k=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From:Subject:Reply-To; b=hjZ4rxQAca5Nj0wcU3h3KKT29Qf/10rKNMRY+4Zik3TFI+AVJqLMqDvbeZiLYMi3WlY2ry3zcr5dZ8JnWf3nnReAxF6RE3oQ2FJU+y3/OlUH8VEHCAdsRjab3NqylAb8nJifgPyNTSBTPdomHuz4uovOcKu/+owaydAGBPtYmDu3yCXwiriNJVa51TC6YPHpUbB3b3c4StUyf7EBfrIas3jdPiHl8COs4Vpu84OikDcdo/cAyY5qCSGi1cmjamfcuLBLnDGgtaZcFsIUaijTV/NrXV8y7PSfxuKbOwPrmPhKGUaX+IGoBKWgxW3+lg02uIn46JunBZFnuGarCuEIMw== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1665371323; bh=ZiPuEt6Irugj+/J4L2fSb0GUpnz1K6oDaXw6GgSG//I=; h=X-Sonic-MF:From:To:Subject:Date:From:Subject; b=b6VXNWvxFS3XzadKihiaUWBBP6P3jaINwjgvOrM6XqtQ7VYTMZ7VCbvsEaS1bQh8quToHoYkPFmtFomH8XwKBhW8APWUpQ9NtbLypJbYqBhwr60F6RIgcaTVklGcieHA/r752eBz4jm0t1gn236+q/M2h4P54exL9C6w/vjU8PmP/zIw0Gc9kpgCrW2Fcd5ylVyuK2c79tLbbtRzL2uCgUBF9OMLqPqHvvMwrvDWfJ1AunRw9qv86OJxy9HXmAYXz4/9TrGsCblmJoOzg+VCM3BZ1rw36Zk79AvLwJcwGjAGMlWSQBHVYThabqlG1/DXSAaLgVjbvJxI2JpxszJciw== X-YMail-OSG: DbRulgoVM1nngzfhGhhgfcm_ImyXiWi7SNk6oZasCYhuEmpGlGUFXZiKzxZgbiV kre6_tsRAVI7sjmUlWdkKzQUT2zgQ3p4Sh6w6va_YkCjEZ4JCTHuRPtVbRBvDyL6Nft1dv61j74p m9vVjvNEQTULWf2qvSnx_3vX0EO9foeJECuN2Me1EYgdabCAZ6BHQHCGcJqguWLVmK5ajNAWiYo4 i1MnHcljSdBqv7auV4BZl8G_ZyiukNWmyiTkGDzPUUXuKBkv056P.LUnUFSVHpsVJmS1mpNiJEtr nmziWFNfgg3ylLw9otL6HZdkrWfEYUNHJSOzMPQc5kVFLQf468VxM_6Upx90jTiu89dpZtS7dWqs uxl3CjsLV4hj3J.BAwnncnJjNk6VSsjgu7AJORxzJG0jvGxn3QbD0OGCy2I5K35RXXl5PFwdQrLp sErpyBVMklTRABSfy9SDGs1Njx9N3Hs5FF7tA2g27EMtVLEz2GqpSe9Xq.bjtOrjdRrHP.ngpwtj pkIVKfnXtgIVHLgal3GwHfMpwLbhE135HO6U63bpGIO.wgYb3dot.Ghwum3L2YP8TMwU8FJ4GYJ9 .45aCVFS5cadWtdjqX.uQhqJSMHX9GbirG5sHj6JbdwfVNGQKvsnbSGnSVNz6lR5.Jse97sDsLEb BFAPJTQJFEZxgzTGvZ.muyGgPxFpXGFpJcvnXkrFB4ztNL1Sdf4fPwUHYzEAajUuyz6ecbv1ByO7 ypJlNYxSYKOA2l3vk5Pvhyi.4158NZEzzPI8f3xlWZEIl_eawpI7rooIf9mi8ZNadGi3dd7xkqqj 7hAA_P_1K0K9YP_Ym5w2TYUtsMp0myBzva75myS3bl8hXscTF2c9M6Q9.heTsxVn6_PJWPaOuIhy BtiCWdZKV9IRsBMfkaTXFSZx4ScFLsbhBaK1w.f6H9qXvhuKB6ZYTnkB8UUKptjOf6qCH8zS0vUy ym4a1c.3dnBnsBg3.TfDOhsEgp2M9WeogWDsfmadKE73R06E4lQTvJuqKNCbGsyfXz37DsQSvlFt dZEGeyYDJ6uTDvnftQfbK9j.UB61AQXpYQBDbmYoADLFteNyylqiIfyTKEwO.43kD22_Oj7NFpFU tzilUrwFw7wM4_KW.VCBD_AG_MmFjiG.6rbl7KrIALhRqpbN43judc21MxCKFdKRaniKrumgHc0z h6YL75UV27n1a8yq37dHcyhd1NGnbUL4ITFoAxUVxIDiRxmRIBcV.Q3V2NG75tiHMfyFV2vltmpE Ud5SZzb7Dad1ditsbrFLRbAuk.EOAHEvERvMsxBNNiIZR_ZzAmLcsn3.5dh1vUETpY57PlL3bZPr wg9cA7FpYvr1mI.nMecg_hmBy57blrpm2VAgsahed50m.mfNRdZCrww0Lj.JLWctbmBbklsEiVgj njRU0fQIRhFwIIfbrvzBy3FViXX8dIMmByIo.mF2TU7GKBNmEm2VHCnWnBSflPZmP3T8mB0xIOAX kFovOcnKGmcbszlQna6e2xwtFR4v0j5EDiRt3XyFzG1SOvd7_bx2i2s0FVGZXgJmal70vk0RQb5p 0sO8QAlXJc00pzR8G8q5YKbu4IuY2sZERmQjgB6CUg2mSF3rBBMqaQ11xvzXGmXBX0RuZOlQlbPj 47D7CJxm61uMkx2NwgNe7Fxmpzac2CQvernwY.ccOnC16DJO7o__5SC7ITNYyTivlQIBnEts7l2X QqKbOj1QcpsbaVnNffIbRtyV43r1VHPRQ8c1cSqA0GAwnf.m_bJpsn4C0tOmhW35oSf9hXNKKDwG fftg_LPA5pWdZeSBXrGSgzGs_kVMIEChZiT9A2p0Y2EixktazFsT7i.cyBZLC0NX1eSP0hBVtcHh OU0o_en19Nw1x6BbrKwzM1aK4ZtUnh5UOWKQu7qgotJIPoDi8GdSKn3aD2oCM6U21QQ6k.6e6AIs 8dWv6OYLHZNKqov37EqLYkqgNZ8ZogyUsCcjWknflIIeiRGILVbn2moVis6lPyshnPHl5Eal0bQk DGizwypCthnVmxTDLVDJyNGeii8cFqfUja7qSmVMpAJhKMVSQupVveyVBvGVrV9ItDVYIsm6Gc1t HdH.DBY7EoQ4Uv4bBQOnURaIHiUrP7VAoBoEfK7mOc7BjePLrmesJ8F3q6btchq7y3f7aFUjeNcP 5HYuc5pX2TlGoKJCmkG1CFle0q_lTj98O0ApyckRVYVlFN8CsOv.XT.xGJZRoLN_10HDh1iGGqf4 h73PglJAF_GvhLp_9a75vvoaScdyTSal1EFJ8omELyhw3Bw7Ydze5EByK.l1wgGMEl5ikuTa.LUi B X-Sonic-MF: Received: from sonic.gate.mail.ne1.yahoo.com by sonic314.consmr.mail.ne1.yahoo.com with HTTP; Mon, 10 Oct 2022 03:08:43 +0000 Received: by hermes--production-sg3-7794f55d99-wthxc (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID 3bcbe85428e3208a22a628df1b008863; Mon, 10 Oct 2022 03:08:40 +0000 (UTC) From: Po Lu To: Lars Ingebrigtsen Subject: Re: bug#55362: 29.0.50; Super key no longer works on Wayland References: <871qx08k43.fsf@schnouki.net> <87y1z8z16o.fsf@yahoo.com> <87zgjo8bl2.fsf@gnus.org> <87tu9wyzho.fsf@yahoo.com> Date: Mon, 10 Oct 2022 11:08:35 +0800 In-Reply-To: <87tu9wyzho.fsf@yahoo.com> (Po Lu's message of "Wed, 11 May 2022 21:23:31 +0800") Message-ID: <87mta4ml3g.fsf@yahoo.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Mailer: WebService/1.1.20702 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo Content-Length: 562 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 55362-done Cc: Thomas Jost , 55362-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Po Lu writes: > Not before Emacs 29 is released, or otherwise the GTK developers will > never fix their thing, and we will be stuck maintaining yet another > broken hack to work around one of their bugs until the end of time, > which is several degrees of magnitude more confusing because we now have > two configurations where sometimes identical, and sometimes different > GTK bugs have to be worked around. And the bug has now been fixed in GTK. The fix should be released and reach most users rather quickly, so I'm closing this bug. ------------=_1665371342-25379-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 11 May 2022 10:00:40 +0000 Received: from localhost ([127.0.0.1]:36119 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1noj8t-0003uq-UG for submit@debbugs.gnu.org; Wed, 11 May 2022 06:00:40 -0400 Received: from lists.gnu.org ([209.51.188.17]:50074) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1noj8r-0003uh-3W for submit@debbugs.gnu.org; Wed, 11 May 2022 06:00:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49486) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1noj8q-0000yX-Pc for bug-gnu-emacs@gnu.org; Wed, 11 May 2022 06:00:24 -0400 Received: from out0.migadu.com ([94.23.1.103]:21857) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1noj8l-0005Y9-Mr for bug-gnu-emacs@gnu.org; Wed, 11 May 2022 06:00:24 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=schnouki.net; s=key1; t=1652263213; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=trpHuMO6dx7YA8HCIgeHCfkNfMic+m+LKq11wEOrZGI=; b=nD7E01SyS+GBtObahyh0odi2iT4lorA0j3bW3KNoUpz2yjhkXY7M6M+ecXLxlCBsKfWjcr gri+DVVWOPWtHIf430igN3DwLUs2bpm5YPY70/HUoSjxDjlF6FMiDV+2pRYOFp1WC8pLfd EXeuNb+jMVMDD/aubYhg9vt01cZY9sK44wDt2WxNV11jBO22sN4nUYekRf0Tct/uAsSk5W J83EXQQ2oZ+9VM2ilnd8f+JpL666ChgbsvSr6dBCDIqv5GQI28uKA8nDGNOcN9p1//rdGx JohwbKC8O+XRcRoxcS895L9FN7Jn7VO21uAKLD5ReYzGRy3HK9/1ZFgpghMaOQ== From: Thomas Jost To: bug-gnu-emacs@gnu.org Subject: 29.0.50; Super key no longer works on Wayland X-Clacks-Overhead: GNU Terry Pratchett Date: Wed, 11 May 2022 12:00:12 +0200 Message-ID: <871qx08k43.fsf@schnouki.net> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: schnouki.net Received-SPF: pass client-ip=94.23.1.103; envelope-from=schnouki@schnouki.net; helo=out0.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, 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-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hey folks, When using recent builds of Emacs with PGTK on Wayland (Sway), the Super key is no longer detected. I use it in a lot of shortcuts, but now typing e.g. `s-/' just inputs /. If I run an older build with the exact same config (or even with `emacs -Q'), I don't experience that issue, and shortcuts using Super still work. So, this seems to be an Emacs bug. Using git bisect, I was able to find that this started in commit 1c1ae6ba802cc5813fa6f8f90f21050aae6bb459. Further investigation revealed that when typing a shortcut with Super, the GDK_SUPER_MASK bit isn't set, but GDK_MOD4_MASK is. I'm not sure what the best option is: restoring the former x_find_modifier_meanings() function, or hard-coding that Mod4 is the same as Super (like Mod1 and Meta). For now, I started using this patch: https://paste.sr.ht/~schnouki/e997d536bd3305aa34bb2c72bfe68dcdde18ec80 If it sounds like a good solution, feel free to use it. Happy to help and provide any further information needed! Cheers, Thomas In GNU Emacs 29.0.50 (build 18, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.17.6) of 2022-05-11 built on loki Repository revision: 1c1ae6ba802cc5813fa6f8f90f21050aae6bb459 Repository branch: HEAD System Description: Arch Linux Configured using: 'configure --with-pgtk' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSYSTEMD LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PGTK PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP XIM GTK3 ZLIB Important settings: value of $LANG: fr_FR.UTF-8 locale-coding-system: utf-8-unix Major mode: C/*l Minor modes in effect: bug-reference-prog-mode: t company-mode: t counsel-mode: t ivy-mode: t global-emojify-mode: t emojify-mode: t lsp-treemacs-sync-mode: t yas-global-mode: t yas-minor-mode: t treemacs-filewatch-mode: t treemacs-follow-mode: t treemacs-git-mode: t treemacs-fringe-indicator-mode: t projectile-mode: t global-git-commit-mode: t magit-auto-revert-mode: t windmove-mode: t flycheck-pos-tip-mode: t global-flycheck-mode: t flycheck-mode: t shell-dirtrack-mode: t editorconfig-mode: t volatile-highlights-mode: t global-undo-tree-mode: t undo-tree-mode: t viking-global-mode: t viking-mode: t global-auto-revert-mode: t which-key-mode: t global-so-long-mode: t auto-read-only-mode: t which-function-mode: t tree-sitter-hl-mode: t global-tree-sitter-mode: t tree-sitter-mode: t override-global-mode: t global-subword-mode: t subword-mode: t desktop-save-mode: t save-place-mode: t delete-selection-mode: t global-hl-line-mode: t display-time-mode: t tooltip-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t column-number-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t abbrev-mode: t Load-path shadows: /home/schnouki/.quicklisp/dists/quicklisp/software/slime-v2.26.1/slime hides /home/schnouki/.emacs.d/elpa/slime-20220302.1215/slime /home/schnouki/.quicklisp/dists/quicklisp/software/slime-v2.26.1/slime-autoloads hides /home/schnouki/.emacs.d/elpa/slime-20220302.1215/slime-autoloads /home/schnouki/.quicklisp/dists/quicklisp/software/slime-v2.26.1/slime-tests hides /home/schnouki/.emacs.d/elpa/slime-20220302.1215/slime-tests /home/schnouki/.emacs.d/elpa/transient-20220508.1914/transient hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/transient /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-shell hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-shell /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-sass hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-sass /home/schnouki/.emacs.d/elpa/org-9.5.3/org-attach-git hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-attach-git /home/schnouki/.emacs.d/elpa/org-9.5.3/org-faces hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-faces /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-C hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-C /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-scheme hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-scheme /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-bbdb hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-bbdb /home/schnouki/.emacs.d/elpa/org-9.5.3/org-timer hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-timer /home/schnouki/.emacs.d/elpa/org-9.5.3/org-lint hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-lint /home/schnouki/.emacs.d/elpa/org-9.5.3/org-feed hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-feed /home/schnouki/.emacs.d/elpa/org-9.5.3/oc-csl hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/oc-csl /home/schnouki/.emacs.d/elpa/org-9.5.3/org-num hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-num /home/schnouki/.emacs.d/elpa/org-9.5.3/org-habit hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-habit /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-rmail hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-rmail /home/schnouki/.emacs.d/elpa/org-9.5.3/ox-odt hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox-odt /home/schnouki/.emacs.d/elpa/org-9.5.3/org-datetree hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-datetree /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-lua hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-lua /home/schnouki/.emacs.d/elpa/org-9.5.3/ox-md hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox-md /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-clojure hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-clojure /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-latex hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-latex /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-css hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-css /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-sql hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-sql /home/schnouki/.emacs.d/elpa/org-9.5.3/org-loaddefs hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-loaddefs /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-emacs-lisp hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-emacs-lisp /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-js hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-js /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-core hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-core /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-ruby hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-ruby /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-java hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-java /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-forth hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-forth /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-ocaml hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-ocaml /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-gnuplot hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-gnuplot /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-exp hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-exp /home/schnouki/.emacs.d/elpa/org-9.5.3/ox-org hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox-org /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-eww hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-eww /home/schnouki/.emacs.d/elpa/org-9.5.3/org-goto hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-goto /home/schnouki/.emacs.d/elpa/org-9.5.3/ox-latex hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox-latex /home/schnouki/.emacs.d/elpa/org-9.5.3/oc-natbib hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/oc-natbib /home/schnouki/.emacs.d/elpa/org-9.5.3/oc-biblatex hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/oc-biblatex /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-doi hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-doi /home/schnouki/.emacs.d/elpa/org-9.5.3/org-agenda hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-agenda /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-lilypond hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-lilypond /home/schnouki/.emacs.d/elpa/org-9.5.3/org hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-groovy hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-groovy /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-man hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-man /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-sed hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-sed /home/schnouki/.emacs.d/elpa/org-9.5.3/org-macs hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-macs /home/schnouki/.emacs.d/elpa/org-9.5.3/ox-texinfo hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox-texinfo /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-org hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-org /home/schnouki/.emacs.d/elpa/org-9.5.3/org-table hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-table /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-dot hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-dot /home/schnouki/.emacs.d/elpa/org-9.5.3/ox-html hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox-html /home/schnouki/.emacs.d/elpa/org-9.5.3/org-attach hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-attach /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-comint hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-comint /home/schnouki/.emacs.d/elpa/org-9.5.3/org-capture hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-capture /home/schnouki/.emacs.d/elpa/org-9.5.3/org-compat hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-compat /home/schnouki/.emacs.d/elpa/org-9.5.3/ox-icalendar hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox-icalendar /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-bibtex hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-bibtex /home/schnouki/.emacs.d/elpa/org-9.5.3/org-src hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-src /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-plantuml hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-plantuml /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-julia hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-julia /home/schnouki/.emacs.d/elpa/org-9.5.3/org-element hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-element /home/schnouki/.emacs.d/elpa/org-9.5.3/oc hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/oc /home/schnouki/.emacs.d/elpa/org-9.5.3/org-crypt hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-crypt /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-tangle hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-tangle /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-matlab hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-matlab /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-w3m hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-w3m /home/schnouki/.emacs.d/elpa/org-9.5.3/ob hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-maxima hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-maxima /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-awk hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-awk /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-haskell hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-haskell /home/schnouki/.emacs.d/elpa/org-9.5.3/ox-ascii hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox-ascii /home/schnouki/.emacs.d/elpa/org-9.5.3/org-refile hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-refile /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-python hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-python /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-sqlite hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-sqlite /home/schnouki/.emacs.d/elpa/org-9.5.3/ox-beamer hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox-beamer /home/schnouki/.emacs.d/elpa/org-9.5.3/org-archive hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-archive /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-calc hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-calc /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-eshell hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-eshell /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-info hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-info /home/schnouki/.emacs.d/elpa/org-9.5.3/org-clock hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-clock /home/schnouki/.emacs.d/elpa/org-9.5.3/org-list hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-list /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-eshell hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-eshell /home/schnouki/.emacs.d/elpa/org-9.5.3/org-pcomplete hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-pcomplete /home/schnouki/.emacs.d/elpa/org-9.5.3/oc-basic hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/oc-basic /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-mhe hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-mhe /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-octave hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-octave /home/schnouki/.emacs.d/elpa/org-9.5.3/org-duration hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-duration /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-processing hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-processing /home/schnouki/.emacs.d/elpa/org-9.5.3/org-protocol hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-protocol /home/schnouki/.emacs.d/elpa/org-9.5.3/ox hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox /home/schnouki/.emacs.d/elpa/org-9.5.3/org-ctags hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-ctags /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-irc hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-irc /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-gnus hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-gnus /home/schnouki/.emacs.d/elpa/org-9.5.3/ol-docview hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol-docview /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-eval hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-eval /home/schnouki/.emacs.d/elpa/org-9.5.3/ol hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ol /home/schnouki/.emacs.d/elpa/org-9.5.3/org-keys hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-keys /home/schnouki/.emacs.d/elpa/org-9.5.3/org-colview hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-colview /home/schnouki/.emacs.d/elpa/org-9.5.3/org-id hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-id /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-fortran hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-fortran /home/schnouki/.emacs.d/elpa/org-9.5.3/ox-publish hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox-publish /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-screen hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-screen /home/schnouki/.emacs.d/elpa/org-9.5.3/org-mobile hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-mobile /home/schnouki/.emacs.d/elpa/org-9.5.3/org-inlinetask hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-inlinetask /home/schnouki/.emacs.d/elpa/org-9.5.3/ox-man hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox-man /home/schnouki/.emacs.d/elpa/org-9.5.3/org-tempo hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-tempo /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-lob hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-lob /home/schnouki/.emacs.d/elpa/org-9.5.3/org-indent hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-indent /home/schnouki/.emacs.d/elpa/org-9.5.3/ox-koma-letter hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ox-koma-letter /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-table hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-table /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-makefile hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-makefile /home/schnouki/.emacs.d/elpa/org-9.5.3/org-footnote hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-footnote /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-ref hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-ref /home/schnouki/.emacs.d/elpa/org-9.5.3/org-mouse hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-mouse /home/schnouki/.emacs.d/elpa/org-9.5.3/org-macro hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-macro /home/schnouki/.emacs.d/elpa/org-9.5.3/org-version hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-version /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-ditaa hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-ditaa /home/schnouki/.emacs.d/elpa/org-9.5.3/org-entities hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-entities /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-R hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-R /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-lisp hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-lisp /home/schnouki/.emacs.d/elpa/org-9.5.3/ob-perl hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/ob-perl /home/schnouki/.emacs.d/elpa/org-9.5.3/org-plot hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/org/org-plot /home/schnouki/.emacs.d/elpa/faceup-20170925.1946/faceup hides /home/schnouki/tmp/emacs-git/src/emacs-git/lisp/emacs-lisp/faceup Features: (shadow sort footnote guess-language flyspell ispell mail-extr emacsbug lsp-zig lsp-steep lsp-svelte lsp-sqls lsp-yaml lsp-xml lsp-vimscript lsp-vhdl lsp-volar lsp-vetur lsp-html lsp-verilog lsp-vala lsp-v lsp-typeprof lsp-ttcn3 lsp-toml lsp-terraform lsp-tex lsp-sorbet lsp-solargraph lsp-rust lsp-rf lsp-remark lsp-r lsp-purescript lsp-pylsp lsp-pyls lsp-pwsh lsp-php lsp-perlnavigator lsp-perl lsp-openscad lsp-ocaml lsp-magik lsp-nix lsp-nim lsp-nginx lsp-markdown lsp-lua lsp-kotlin lsp-json lsp-javascript lsp-idris lsp-haxe lsp-groovy lsp-hack lsp-graphql lsp-go lsp-gdscript lsp-fsharp lsp-fortran lsp-eslint lsp-erlang lsp-emmet lsp-elixir lsp-elm lsp-dockerfile lsp-dhall lsp-d lsp-css lsp-csharp gnutls lsp-crystal lsp-cmake lsp-clojure lsp-semantic-tokens lsp-clangd lsp-beancount lsp-bash lsp-ansible lsp-angular lsp-ada lsp-actionscript dtrt-indent sql toml-mode align dockerfile-mode sh-script executable dired-collapse dired-hacks-utils lsp-diagnostics lsp-modeline lsp-completion lsp-ui lsp-ui-flycheck lsp-ui-doc goto-addr lsp-ui-imenu lsp-ui-peek lsp-ui-sideline lsp-ui-util face-remap vc-git bug-reference macrostep-c cmacexp company-oddmuse company-keywords company-etags company-gtags company-dabbrev-code company-dabbrev company-files company-clang company-cmake company-semantic company-bbdb company-capf company-tabnine unicode-escape company-template company editorconfig-core editorconfig-core-handle editorconfig-fnmatch counsel xdg swiper ivy ivy-faces ivy-overlay colir emojify apropos defproject smart-mode-line-respectful-theme smart-mode-line rich-minority auto-virtualenvwrapper virtualenvwrapper gud python-el-fgallina-expansions python vc vc-dispatcher zenburn-theme lsp-treemacs lsp-pyright lsp-mode lsp-protocol yasnippet tree-widget spinner network-stream nsm ewoc lsp-treemacs-themes f treemacs-projectile treemacs-magit treemacs treemacs-header-line treemacs-compatibility treemacs-mode treemacs-interface treemacs-extensions treemacs-mouse-interface treemacs-tags treemacs-persistence treemacs-filewatch-mode treemacs-follow-mode treemacs-rendering treemacs-annotations treemacs-async treemacs-workspaces treemacs-dom treemacs-visuals treemacs-fringe-indicator treemacs-scope pulse treemacs-faces treemacs-icons treemacs-themes treemacs-core-utils pfuture ht inline treemacs-logging treemacs-customization treemacs-macros ibuffer-projectile ibuf-macs projectile grep ibuf-ext ibuffer ibuffer-loaddefs gitignore-mode conf-mode magit-submodule magit-obsolete magit-blame magit-stash magit-reflog magit-bisect magit-push magit-pull magit-fetch magit-clone magit-remote magit-commit magit-sequence magit-notes magit-worktree magit-tag magit-merge magit-branch magit-reset magit-files magit-refs magit-status magit magit-repos magit-apply magit-wip magit-log magit-diff smerge-mode diff-mode git-commit log-edit message sendmail yank-media rmc puny rfc822 mml mml-sec epa epg rfc6068 epg-config gnus-util mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr mailabbrev gmm-utils pcvs-util add-log magit-core magit-autorevert magit-margin magit-transient magit-process with-editor server magit-mode transient magit-git magit-base crm blacken flycheck-mypy faceup flycheck-package package-lint finder lisp-mnt flycheck-grammarly grammarly websocket bindat request mailheader mail-utils dom hydra-examples windmove jq-format reformatter just-mode slime-fancy slime-indentation slime-cl-indent cl-indent slime-trace-dialog slime-fontifying-fu slime-package-fu slime-references slime-compiler-notes-tree slime-scratch slime-presentations bridge slime-macrostep macrostep slime-mdot-fu slime-enclosing-context slime-fuzzy slime-fancy-trace slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc slime-repl slime-parse slime hyperspec nix-mode ffap nix-repl nix-shell nix-store magit-section compat-27 compat-26 compat nix-instantiate nix-shebang nix-format nix scad-mode flycheck-nim flycheck-plantuml plantuml-mode flycheck-pos-tip pos-tip flycheck find-func nim-mode commenter nim-fill nim-smie let-alist nim-helper nim-util nim-syntax nim-rx nim-vars cargo cargo-process markdown-mode color rust-utils rust-mode rust-rustfmt rust-playpen rust-compile rust-cargo d-mode cc-langs cc-mode-expansions cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs loop fennel-mode fennel-eldoc inf-lisp docker-tramp tramp-cache tramp tramp-loaddefs trampver tramp-integration cus-edit cus-load wid-edit files-x tramp-compat shell pcomplete parse-time iso8601 time-date ls-lisp format-spec uuidgen calc-misc calc-ext calc calc-loaddefs warnings rect calc-macs editorconfig etags fileloop generator volatile-highlights undo-tree diff viking-mode autorevert filenotify which-key visual-fill-column so-long auto-read-only restclient-jq jq-mode pcase smie restclient noutline outline expand-region subword-mode-expansions text-mode-expansions er-basic-expansions thingatpt expand-region-core expand-region-custom which-func imenu tree-sitter-langs tree-sitter-langs-build tar-mode arc-mode archive-mode pp tree-sitter-hl tree-sitter tree-sitter-load tree-sitter-cli tsc tsc-dyn tsc-dyn-get compile text-property-search comint ansi-color dired-aux dired dired-loaddefs tsc-obsolete xref project s list-utils dash edmacro kmacro hydra ring lv view alert log4e notifications dbus xml gntp diminish cl-extra help-mode use-package use-package-ensure use-package-delight use-package-diminish use-package-bind-key bind-key easy-mmode use-package-core derived finder-inf cap-words superword subword desktop frameset saveplace ediff ediff-merg ediff-mult ediff-wind ediff-diff ediff-help ediff-init ediff-util delsel hl-line time cl slime-autoloads rx advice info package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache json map url-vars seq gv subr-x byte-opt bytecomp byte-compile cconv cl-loaddefs cl-lib iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/pgtk-win pgtk-win term/common-win tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice simple cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify dynamic-setting system-font-setting font-render-setting cairo gtk pgtk lcms2 multi-tty make-network-process emacs) Memory information: ((conses 16 1413570 1020216) (symbols 48 85905 8) (strings 32 798077 88864) (string-bytes 1 48179440) (vectors 16 130397) (vector-slots 8 3564556 809363) (floats 8 392 2342) (intervals 56 4645 2030) (buffers 992 85)) -- Thomas ------------=_1665371342-25379-1-- From unknown Fri Jun 20 20:11:41 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: daanturo Subject: bug#49211: closed (Re: bug#55362: 29.0.50; Super key no longer works on Wayland) Message-ID: References: <87mta4ml3g.fsf@yahoo.com> <0db057b0-65a5-16db-a0f3-8cbcd314c167@gmail.com> X-Gnu-PR-Message: they-closed 49211 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: moreinfo Reply-To: 49211@debbugs.gnu.org Date: Mon, 10 Oct 2022 03:09:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1665371343-25379-3" This is a multi-part message in MIME format... ------------=_1665371343-25379-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #55362: 28.0.50; Unable to type S-SPC on feature/pgtk which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 49211@debbugs.gnu.org. --=20 55362: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D55362 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1665371343-25379-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 55362-done) by debbugs.gnu.org; 10 Oct 2022 03:08:53 +0000 Received: from localhost ([127.0.0.1]:45198 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohj9x-0006b0-AP for submit@debbugs.gnu.org; Sun, 09 Oct 2022 23:08:53 -0400 Received: from sonic314-22.consmr.mail.ne1.yahoo.com ([66.163.189.148]:44304) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohj9u-0006al-Mv for 55362-done@debbugs.gnu.org; Sun, 09 Oct 2022 23:08:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1665371323; bh=Kk9N4Uj06zYrEjcCQcMkry+8XfWX7hGgoTCeU+sPG8k=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From:Subject:Reply-To; b=hjZ4rxQAca5Nj0wcU3h3KKT29Qf/10rKNMRY+4Zik3TFI+AVJqLMqDvbeZiLYMi3WlY2ry3zcr5dZ8JnWf3nnReAxF6RE3oQ2FJU+y3/OlUH8VEHCAdsRjab3NqylAb8nJifgPyNTSBTPdomHuz4uovOcKu/+owaydAGBPtYmDu3yCXwiriNJVa51TC6YPHpUbB3b3c4StUyf7EBfrIas3jdPiHl8COs4Vpu84OikDcdo/cAyY5qCSGi1cmjamfcuLBLnDGgtaZcFsIUaijTV/NrXV8y7PSfxuKbOwPrmPhKGUaX+IGoBKWgxW3+lg02uIn46JunBZFnuGarCuEIMw== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1665371323; bh=ZiPuEt6Irugj+/J4L2fSb0GUpnz1K6oDaXw6GgSG//I=; h=X-Sonic-MF:From:To:Subject:Date:From:Subject; b=b6VXNWvxFS3XzadKihiaUWBBP6P3jaINwjgvOrM6XqtQ7VYTMZ7VCbvsEaS1bQh8quToHoYkPFmtFomH8XwKBhW8APWUpQ9NtbLypJbYqBhwr60F6RIgcaTVklGcieHA/r752eBz4jm0t1gn236+q/M2h4P54exL9C6w/vjU8PmP/zIw0Gc9kpgCrW2Fcd5ylVyuK2c79tLbbtRzL2uCgUBF9OMLqPqHvvMwrvDWfJ1AunRw9qv86OJxy9HXmAYXz4/9TrGsCblmJoOzg+VCM3BZ1rw36Zk79AvLwJcwGjAGMlWSQBHVYThabqlG1/DXSAaLgVjbvJxI2JpxszJciw== X-YMail-OSG: DbRulgoVM1nngzfhGhhgfcm_ImyXiWi7SNk6oZasCYhuEmpGlGUFXZiKzxZgbiV kre6_tsRAVI7sjmUlWdkKzQUT2zgQ3p4Sh6w6va_YkCjEZ4JCTHuRPtVbRBvDyL6Nft1dv61j74p m9vVjvNEQTULWf2qvSnx_3vX0EO9foeJECuN2Me1EYgdabCAZ6BHQHCGcJqguWLVmK5ajNAWiYo4 i1MnHcljSdBqv7auV4BZl8G_ZyiukNWmyiTkGDzPUUXuKBkv056P.LUnUFSVHpsVJmS1mpNiJEtr nmziWFNfgg3ylLw9otL6HZdkrWfEYUNHJSOzMPQc5kVFLQf468VxM_6Upx90jTiu89dpZtS7dWqs uxl3CjsLV4hj3J.BAwnncnJjNk6VSsjgu7AJORxzJG0jvGxn3QbD0OGCy2I5K35RXXl5PFwdQrLp sErpyBVMklTRABSfy9SDGs1Njx9N3Hs5FF7tA2g27EMtVLEz2GqpSe9Xq.bjtOrjdRrHP.ngpwtj pkIVKfnXtgIVHLgal3GwHfMpwLbhE135HO6U63bpGIO.wgYb3dot.Ghwum3L2YP8TMwU8FJ4GYJ9 .45aCVFS5cadWtdjqX.uQhqJSMHX9GbirG5sHj6JbdwfVNGQKvsnbSGnSVNz6lR5.Jse97sDsLEb BFAPJTQJFEZxgzTGvZ.muyGgPxFpXGFpJcvnXkrFB4ztNL1Sdf4fPwUHYzEAajUuyz6ecbv1ByO7 ypJlNYxSYKOA2l3vk5Pvhyi.4158NZEzzPI8f3xlWZEIl_eawpI7rooIf9mi8ZNadGi3dd7xkqqj 7hAA_P_1K0K9YP_Ym5w2TYUtsMp0myBzva75myS3bl8hXscTF2c9M6Q9.heTsxVn6_PJWPaOuIhy BtiCWdZKV9IRsBMfkaTXFSZx4ScFLsbhBaK1w.f6H9qXvhuKB6ZYTnkB8UUKptjOf6qCH8zS0vUy ym4a1c.3dnBnsBg3.TfDOhsEgp2M9WeogWDsfmadKE73R06E4lQTvJuqKNCbGsyfXz37DsQSvlFt dZEGeyYDJ6uTDvnftQfbK9j.UB61AQXpYQBDbmYoADLFteNyylqiIfyTKEwO.43kD22_Oj7NFpFU tzilUrwFw7wM4_KW.VCBD_AG_MmFjiG.6rbl7KrIALhRqpbN43judc21MxCKFdKRaniKrumgHc0z h6YL75UV27n1a8yq37dHcyhd1NGnbUL4ITFoAxUVxIDiRxmRIBcV.Q3V2NG75tiHMfyFV2vltmpE Ud5SZzb7Dad1ditsbrFLRbAuk.EOAHEvERvMsxBNNiIZR_ZzAmLcsn3.5dh1vUETpY57PlL3bZPr wg9cA7FpYvr1mI.nMecg_hmBy57blrpm2VAgsahed50m.mfNRdZCrww0Lj.JLWctbmBbklsEiVgj njRU0fQIRhFwIIfbrvzBy3FViXX8dIMmByIo.mF2TU7GKBNmEm2VHCnWnBSflPZmP3T8mB0xIOAX kFovOcnKGmcbszlQna6e2xwtFR4v0j5EDiRt3XyFzG1SOvd7_bx2i2s0FVGZXgJmal70vk0RQb5p 0sO8QAlXJc00pzR8G8q5YKbu4IuY2sZERmQjgB6CUg2mSF3rBBMqaQ11xvzXGmXBX0RuZOlQlbPj 47D7CJxm61uMkx2NwgNe7Fxmpzac2CQvernwY.ccOnC16DJO7o__5SC7ITNYyTivlQIBnEts7l2X QqKbOj1QcpsbaVnNffIbRtyV43r1VHPRQ8c1cSqA0GAwnf.m_bJpsn4C0tOmhW35oSf9hXNKKDwG fftg_LPA5pWdZeSBXrGSgzGs_kVMIEChZiT9A2p0Y2EixktazFsT7i.cyBZLC0NX1eSP0hBVtcHh OU0o_en19Nw1x6BbrKwzM1aK4ZtUnh5UOWKQu7qgotJIPoDi8GdSKn3aD2oCM6U21QQ6k.6e6AIs 8dWv6OYLHZNKqov37EqLYkqgNZ8ZogyUsCcjWknflIIeiRGILVbn2moVis6lPyshnPHl5Eal0bQk DGizwypCthnVmxTDLVDJyNGeii8cFqfUja7qSmVMpAJhKMVSQupVveyVBvGVrV9ItDVYIsm6Gc1t HdH.DBY7EoQ4Uv4bBQOnURaIHiUrP7VAoBoEfK7mOc7BjePLrmesJ8F3q6btchq7y3f7aFUjeNcP 5HYuc5pX2TlGoKJCmkG1CFle0q_lTj98O0ApyckRVYVlFN8CsOv.XT.xGJZRoLN_10HDh1iGGqf4 h73PglJAF_GvhLp_9a75vvoaScdyTSal1EFJ8omELyhw3Bw7Ydze5EByK.l1wgGMEl5ikuTa.LUi B X-Sonic-MF: Received: from sonic.gate.mail.ne1.yahoo.com by sonic314.consmr.mail.ne1.yahoo.com with HTTP; Mon, 10 Oct 2022 03:08:43 +0000 Received: by hermes--production-sg3-7794f55d99-wthxc (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID 3bcbe85428e3208a22a628df1b008863; Mon, 10 Oct 2022 03:08:40 +0000 (UTC) From: Po Lu To: Lars Ingebrigtsen Subject: Re: bug#55362: 29.0.50; Super key no longer works on Wayland References: <871qx08k43.fsf@schnouki.net> <87y1z8z16o.fsf@yahoo.com> <87zgjo8bl2.fsf@gnus.org> <87tu9wyzho.fsf@yahoo.com> Date: Mon, 10 Oct 2022 11:08:35 +0800 In-Reply-To: <87tu9wyzho.fsf@yahoo.com> (Po Lu's message of "Wed, 11 May 2022 21:23:31 +0800") Message-ID: <87mta4ml3g.fsf@yahoo.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Mailer: WebService/1.1.20702 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo Content-Length: 562 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 55362-done Cc: Thomas Jost , 55362-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Po Lu writes: > Not before Emacs 29 is released, or otherwise the GTK developers will > never fix their thing, and we will be stuck maintaining yet another > broken hack to work around one of their bugs until the end of time, > which is several degrees of magnitude more confusing because we now have > two configurations where sometimes identical, and sometimes different > GTK bugs have to be worked around. And the bug has now been fixed in GTK. The fix should be released and reach most users rather quickly, so I'm closing this bug. ------------=_1665371343-25379-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 24 Jun 2021 15:04:12 +0000 Received: from localhost ([127.0.0.1]:43808 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lwQtm-0006Uo-3G for submit@debbugs.gnu.org; Thu, 24 Jun 2021 11:04:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:39044) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lwNSJ-0004bR-BE for submit@debbugs.gnu.org; Thu, 24 Jun 2021 07:23:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47178) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lwNSJ-0005qL-3W for bug-gnu-emacs@gnu.org; Thu, 24 Jun 2021 07:23:35 -0400 Received: from mail-pl1-x635.google.com ([2607:f8b0:4864:20::635]:35799) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lwNS5-0000dA-D8 for bug-gnu-emacs@gnu.org; Thu, 24 Jun 2021 07:23:34 -0400 Received: by mail-pl1-x635.google.com with SMTP id b3so2794103plg.2 for ; Thu, 24 Jun 2021 04:23:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding:content-language; bh=ELTPz9oGYs5s5+OsuAe52R9AUwm0ZqhN6VsnuQLNXD8=; b=pdbwZPqHfEyGi+02MJb7M/R4fCDehChAPstoej1QKoSYtudr+uLuhgkc5h8zHG+zsP qtt1mAd5gLoCH2pZ+8QQOTPOJHHnm7OSrUk7ZIiI4vSZ+WTMPtyDaNOMxle/JlY1TaOA OG2kbNCjVFd+1FbH2kWpvxjQ/oQGBQA8qmwAcJMbzHIOnzGWGesejggeX7DcicaK8aBv A7GIbLqy2MgLTvrCoIawAILiJ8v1npDq8A3g6/H29n8RM13q4LuSqzOoajQnv3dAeX6z X8k0nZaC34yvdEfIE0gqjkwCmawz0aqhJBngOCeXbUw5PIIJ1HqEETkrrrDPKhyugC9c dFVg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding:content-language; bh=ELTPz9oGYs5s5+OsuAe52R9AUwm0ZqhN6VsnuQLNXD8=; b=db9IORZQXew4KdAC8qiglfbaVwdFE6rPWd4XiA3pzi4GZ5WGnPtiXDO2txElE+pQgX 5p5JiTN97mZb55S5MNx+X7JAxdcls3iXMas81+hpA416wlZJfng9u2EQdj4gaAYossun 3tmAV7RtZIUmKdWL6V5t34aLFgOf9XOvJ3SmwFixwuzCgDMpBhKtRebwTqisg3Ykd0sp OOT7mM0Sauk6P5IFzyIQylPUirDwU2iXfdgzcO62Xj9Mc85icmy2GH4Ubt7nuEYYd/+G gBAe1vlV7GJ1fwkPy+fLmOCXb6zOhUHxV2qN7tsotwEZf+g/XFcMVja+jr9QJmoPB5SC vrPg== X-Gm-Message-State: AOAM532PA1o9muwUbirk+KFhN/CJ7zRyS0dq03+Rr4Phk4aAbqBgYZE6 hz2LIXe8z6KEWM7tz2AVMNojEKqk0qg8QA== X-Google-Smtp-Source: ABdhPJz4memJrwXjVV3MH7qmrPlVXetaLN+59ZRrur7LhziHczlePFbGATfpjsahXssA+wSzkvWnGA== X-Received: by 2002:a17:902:b409:b029:114:afa6:7f4a with SMTP id x9-20020a170902b409b0290114afa67f4amr4162955plr.56.1624533798578; Thu, 24 Jun 2021 04:23:18 -0700 (PDT) Received: from ?IPv6:2402:800:630f:53b:ee3a:5256:1634:1e03? ([2402:800:630f:53b:ee3a:5256:1634:1e03]) by smtp.gmail.com with ESMTPSA id y21sm2327035pgc.93.2021.06.24.04.23.17 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 24 Jun 2021 04:23:18 -0700 (PDT) To: bug-gnu-emacs@gnu.org From: daanturo Subject: 28.0.50; Unable to type S-SPC on feature/pgtk Message-ID: <0db057b0-65a5-16db-a0f3-8cbcd314c167@gmail.com> Date: Thu, 24 Jun 2021 18:23:15 +0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Received-SPF: pass client-ip=2607:f8b0:4864:20::635; envelope-from=daanturo@gmail.com; helo=mail-pl1-x635.google.com 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 24 Jun 2021 11:04:09 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) On branch feature/pgtk, open a clean Emacs session with -Q switch and switch to *scratch* buffer ```elisp (global-set-key (kbd "S-SPC") #'pwd) (call-interactively #'describe-key) ``` Press "S-SPC". Observed: `describe-key` shows: "SPC runs the command self-insert-command (found in global-map)". Expected: "S-SPC runs the command pwd (found in global-map)", like on Emacs 27.2 and branch master. In GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.29, cairo version 1.17.4)  of 2021-06-21 built on c6 Repository revision: 8098d3fe527ff154ee29bc21c6a0750605126ca3 Repository branch: makepkg Windowing system distributor 'System Description: Arch Linux Configured using:  'configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib  --localstatedir=/var --mandir=/usr/share/man --with-gameuser=:games  --with-sound=alsa --with-modules --without-gconf --without-gsettings  --with-native-compilation --with-pgtk --with-x-toolkit=gtk3  --without-xaw3d --without-m17n-flt --with-cairo --with-xwidgets  --without-compress-install 'CFLAGS=-march=x86-64 -mtune=generic -O2  -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat  -Werror=format-security -fstack-clash-protection -fcf-protection -g  -fuse-ld=gold -g -fuse-ld=gold'  LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSYSTEMD LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PGTK PNG RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS XIM XWIDGETS GTK3 ZLIB Important settings:   value of $LC_CTYPE: en_GB.UTF-8   value of $LANG: C   value of $XMODIFIERS: @im=fcitx   locale-coding-system: utf-8-unix Major mode: Info Minor modes in effect:   global-anzu-mode: t   anzu-mode: t   global-evil-surround-mode: t   evil-surround-mode: t   eros-mode: t   flyspell-lazy-mode: t   solaire-global-mode: t   solaire-mode: t   text-scale-mode: t   dap-tooltip-mode: t   dap-ui-controls-mode: t   dap-ui-mode: t   gdb-many-windows: t   dap-mode: t   projectile-mode: t   treemacs-filewatch-mode: t   treemacs-follow-mode: t   treemacs-git-mode: simple   treemacs-fringe-indicator-mode: t   org-roam-mode: t   yas-global-mode: t   yas-minor-mode: t   which-key-mode: t   better-jumper-mode: t   better-jumper-local-mode: t   company-box-mode: t   company-prescient-mode: t   global-company-mode: t   company-mode: t   ivy-prescient-mode: t   prescient-persist-mode: t   ivy-rich-project-root-cache-mode: t   ivy-rich-mode: t   counsel-mode: t   ivy-mode: t   delete-selection-mode: t   evil-goggles-mode: t   evil-snipe-override-mode: t   evil-snipe-mode: t   recentf-mode: t   save-place-mode: t   global-so-long-mode: t   global-git-commit-mode: t   gcmh-mode: t   global-hl-line-mode: t   winner-mode: t   show-paren-mode: t   smartparens-global-mode: t   ws-butler-global-mode: t   ws-butler-mode: t   global-undo-tree-mode: t   undo-tree-mode: t   global-flycheck-mode: t   doom-modeline-mode: t   minions-mode: t   global-subword-mode: t   subword-mode: t   good-scroll-mode: t   marginalia-mode: t   savehist-mode: t   minibuffer-depth-indicate-mode: t   cua-mode: t   shell-dirtrack-mode: t   evil-mode: t   evil-local-mode: t   windmove-mode: t   +popup-mode: t   my-auto-sidebar-mode: t   general-override-mode: t   global-eldoc-mode: t   electric-indent-mode: t   mouse-wheel-mode: t   file-name-shadow-mode: t   global-font-lock-mode: t   font-lock-mode: t   window-divider-mode: t   auto-composition-mode: t   auto-encryption-mode: t   auto-compression-mode: t   buffer-read-only: t   size-indication-mode: t   column-number-mode: t   line-number-mode: t   transient-mark-mode: t Load-path shadows: /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/lispy/elpa hides /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/ivy/elpa /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/use-package/use-package hides /home/dan/.emacsen/doom-emacs/.local/straight/repos/use-package/use-package /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/use-package/use-package-lint hides /home/dan/.emacsen/doom-emacs/.local/straight/repos/use-package/use-package-lint /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/use-package/use-package-jump hides /home/dan/.emacsen/doom-emacs/.local/straight/repos/use-package/use-package-jump /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/use-package/use-package-ensure hides /home/dan/.emacsen/doom-emacs/.local/straight/repos/use-package/use-package-ensure /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/use-package/use-package-diminish hides /home/dan/.emacsen/doom-emacs/.local/straight/repos/use-package/use-package-diminish /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/use-package/use-package-delight hides /home/dan/.emacsen/doom-emacs/.local/straight/repos/use-package/use-package-delight /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/use-package/use-package-core hides /home/dan/.emacsen/doom-emacs/.local/straight/repos/use-package/use-package-core /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/use-package/use-package-bind-key hides /home/dan/.emacsen/doom-emacs/.local/straight/repos/use-package/use-package-bind-key /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/bind-key/bind-key hides /home/dan/.emacsen/doom-emacs/.local/straight/repos/use-package/bind-key /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/straight/straight hides /home/dan/.emacsen/doom-emacs/.local/straight/repos/straight.el/straight /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/straight/straight-x hides /home/dan/.emacsen/doom-emacs/.local/straight/repos/straight.el/straight-x /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/cmake-mode/cmake-mode hides /usr/share/emacs/site-lisp/cmake-mode /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/transient/transient hides /usr/share/emacs/28.0.50/lisp/transient /home/dan/.emacsen/doom-emacs/.local/straight/repos/straight.el/indent hides /usr/share/emacs/28.0.50/lisp/indent /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/xref/xref hides /usr/share/emacs/28.0.50/lisp/progmodes/xref /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/project/project hides /usr/share/emacs/28.0.50/lisp/progmodes/project /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ox hides /usr/share/emacs/28.0.50/lisp/org/ox /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ox-texinfo hides /usr/share/emacs/28.0.50/lisp/org/ox-texinfo /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ox-publish hides /usr/share/emacs/28.0.50/lisp/org/ox-publish /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ox-org hides /usr/share/emacs/28.0.50/lisp/org/ox-org /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ox-odt hides /usr/share/emacs/28.0.50/lisp/org/ox-odt /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ox-md hides /usr/share/emacs/28.0.50/lisp/org/ox-md /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ox-man hides /usr/share/emacs/28.0.50/lisp/org/ox-man /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ox-latex hides /usr/share/emacs/28.0.50/lisp/org/ox-latex /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ox-icalendar hides /usr/share/emacs/28.0.50/lisp/org/ox-icalendar /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ox-html hides /usr/share/emacs/28.0.50/lisp/org/ox-html /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ox-beamer hides /usr/share/emacs/28.0.50/lisp/org/ox-beamer /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ox-ascii hides /usr/share/emacs/28.0.50/lisp/org/ox-ascii /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org hides /usr/share/emacs/28.0.50/lisp/org/org /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-version hides /usr/share/emacs/28.0.50/lisp/org/org-version /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-timer hides /usr/share/emacs/28.0.50/lisp/org/org-timer /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-tempo hides /usr/share/emacs/28.0.50/lisp/org/org-tempo /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-table hides /usr/share/emacs/28.0.50/lisp/org/org-table /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-src hides /usr/share/emacs/28.0.50/lisp/org/org-src /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-refile hides /usr/share/emacs/28.0.50/lisp/org/org-refile /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-protocol hides /usr/share/emacs/28.0.50/lisp/org/org-protocol /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-plot hides /usr/share/emacs/28.0.50/lisp/org/org-plot /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-pcomplete hides /usr/share/emacs/28.0.50/lisp/org/org-pcomplete /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-num hides /usr/share/emacs/28.0.50/lisp/org/org-num /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-mouse hides /usr/share/emacs/28.0.50/lisp/org/org-mouse /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-mobile hides /usr/share/emacs/28.0.50/lisp/org/org-mobile /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-macs hides /usr/share/emacs/28.0.50/lisp/org/org-macs /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-macro hides /usr/share/emacs/28.0.50/lisp/org/org-macro /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-loaddefs hides /usr/share/emacs/28.0.50/lisp/org/org-loaddefs /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-list hides /usr/share/emacs/28.0.50/lisp/org/org-list /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-lint hides /usr/share/emacs/28.0.50/lisp/org/org-lint /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-keys hides /usr/share/emacs/28.0.50/lisp/org/org-keys /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-install hides /usr/share/emacs/28.0.50/lisp/org/org-install /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-inlinetask hides /usr/share/emacs/28.0.50/lisp/org/org-inlinetask /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-indent hides /usr/share/emacs/28.0.50/lisp/org/org-indent /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-id hides /usr/share/emacs/28.0.50/lisp/org/org-id /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-habit hides /usr/share/emacs/28.0.50/lisp/org/org-habit /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-goto hides /usr/share/emacs/28.0.50/lisp/org/org-goto /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-footnote hides /usr/share/emacs/28.0.50/lisp/org/org-footnote /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-feed hides /usr/share/emacs/28.0.50/lisp/org/org-feed /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-faces hides /usr/share/emacs/28.0.50/lisp/org/org-faces /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-entities hides /usr/share/emacs/28.0.50/lisp/org/org-entities /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-element hides /usr/share/emacs/28.0.50/lisp/org/org-element /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-duration hides /usr/share/emacs/28.0.50/lisp/org/org-duration /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-datetree hides /usr/share/emacs/28.0.50/lisp/org/org-datetree /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-ctags hides /usr/share/emacs/28.0.50/lisp/org/org-ctags /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-crypt hides /usr/share/emacs/28.0.50/lisp/org/org-crypt /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-compat hides /usr/share/emacs/28.0.50/lisp/org/org-compat /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-colview hides /usr/share/emacs/28.0.50/lisp/org/org-colview /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-clock hides /usr/share/emacs/28.0.50/lisp/org/org-clock /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-capture hides /usr/share/emacs/28.0.50/lisp/org/org-capture /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-attach hides /usr/share/emacs/28.0.50/lisp/org/org-attach /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-attach-git hides /usr/share/emacs/28.0.50/lisp/org/org-attach-git /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-archive hides /usr/share/emacs/28.0.50/lisp/org/org-archive /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/org-agenda hides /usr/share/emacs/28.0.50/lisp/org/org-agenda /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ol hides /usr/share/emacs/28.0.50/lisp/org/ol /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ol-w3m hides /usr/share/emacs/28.0.50/lisp/org/ol-w3m /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ol-rmail hides /usr/share/emacs/28.0.50/lisp/org/ol-rmail /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ol-mhe hides /usr/share/emacs/28.0.50/lisp/org/ol-mhe /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ol-irc hides /usr/share/emacs/28.0.50/lisp/org/ol-irc /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ol-info hides /usr/share/emacs/28.0.50/lisp/org/ol-info /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ol-gnus hides /usr/share/emacs/28.0.50/lisp/org/ol-gnus /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ol-eww hides /usr/share/emacs/28.0.50/lisp/org/ol-eww /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ol-eshell hides /usr/share/emacs/28.0.50/lisp/org/ol-eshell /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ol-docview hides /usr/share/emacs/28.0.50/lisp/org/ol-docview /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ol-bibtex hides /usr/share/emacs/28.0.50/lisp/org/ol-bibtex /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ol-bbdb hides /usr/share/emacs/28.0.50/lisp/org/ol-bbdb /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob hides /usr/share/emacs/28.0.50/lisp/org/ob /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-vala hides /usr/share/emacs/28.0.50/lisp/org/ob-vala /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-tangle hides /usr/share/emacs/28.0.50/lisp/org/ob-tangle /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-table hides /usr/share/emacs/28.0.50/lisp/org/ob-table /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-stan hides /usr/share/emacs/28.0.50/lisp/org/ob-stan /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-sqlite hides /usr/share/emacs/28.0.50/lisp/org/ob-sqlite /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-sql hides /usr/share/emacs/28.0.50/lisp/org/ob-sql /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-shen hides /usr/share/emacs/28.0.50/lisp/org/ob-shen /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-shell hides /usr/share/emacs/28.0.50/lisp/org/ob-shell /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-sed hides /usr/share/emacs/28.0.50/lisp/org/ob-sed /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-screen hides /usr/share/emacs/28.0.50/lisp/org/ob-screen /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-scheme hides /usr/share/emacs/28.0.50/lisp/org/ob-scheme /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-sass hides /usr/share/emacs/28.0.50/lisp/org/ob-sass /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-ruby hides /usr/share/emacs/28.0.50/lisp/org/ob-ruby /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-ref hides /usr/share/emacs/28.0.50/lisp/org/ob-ref /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-python hides /usr/share/emacs/28.0.50/lisp/org/ob-python /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-processing hides /usr/share/emacs/28.0.50/lisp/org/ob-processing /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-plantuml hides /usr/share/emacs/28.0.50/lisp/org/ob-plantuml /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-picolisp hides /usr/share/emacs/28.0.50/lisp/org/ob-picolisp /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-perl hides /usr/share/emacs/28.0.50/lisp/org/ob-perl /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-org hides /usr/share/emacs/28.0.50/lisp/org/ob-org /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-octave hides /usr/share/emacs/28.0.50/lisp/org/ob-octave /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-ocaml hides /usr/share/emacs/28.0.50/lisp/org/ob-ocaml /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-mscgen hides /usr/share/emacs/28.0.50/lisp/org/ob-mscgen /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-maxima hides /usr/share/emacs/28.0.50/lisp/org/ob-maxima /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-matlab hides /usr/share/emacs/28.0.50/lisp/org/ob-matlab /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-makefile hides /usr/share/emacs/28.0.50/lisp/org/ob-makefile /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-lua hides /usr/share/emacs/28.0.50/lisp/org/ob-lua /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-lob hides /usr/share/emacs/28.0.50/lisp/org/ob-lob /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-lisp hides /usr/share/emacs/28.0.50/lisp/org/ob-lisp /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-lilypond hides /usr/share/emacs/28.0.50/lisp/org/ob-lilypond /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-ledger hides /usr/share/emacs/28.0.50/lisp/org/ob-ledger /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-latex hides /usr/share/emacs/28.0.50/lisp/org/ob-latex /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-js hides /usr/share/emacs/28.0.50/lisp/org/ob-js /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-java hides /usr/share/emacs/28.0.50/lisp/org/ob-java /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-io hides /usr/share/emacs/28.0.50/lisp/org/ob-io /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-hledger hides /usr/share/emacs/28.0.50/lisp/org/ob-hledger /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-haskell hides /usr/share/emacs/28.0.50/lisp/org/ob-haskell /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-groovy hides /usr/share/emacs/28.0.50/lisp/org/ob-groovy /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-gnuplot hides /usr/share/emacs/28.0.50/lisp/org/ob-gnuplot /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-fortran hides /usr/share/emacs/28.0.50/lisp/org/ob-fortran /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-forth hides /usr/share/emacs/28.0.50/lisp/org/ob-forth /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-exp hides /usr/share/emacs/28.0.50/lisp/org/ob-exp /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-eval hides /usr/share/emacs/28.0.50/lisp/org/ob-eval /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-eshell hides /usr/share/emacs/28.0.50/lisp/org/ob-eshell /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-emacs-lisp hides /usr/share/emacs/28.0.50/lisp/org/ob-emacs-lisp /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-ebnf hides /usr/share/emacs/28.0.50/lisp/org/ob-ebnf /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-dot hides /usr/share/emacs/28.0.50/lisp/org/ob-dot /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-ditaa hides /usr/share/emacs/28.0.50/lisp/org/ob-ditaa /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-css hides /usr/share/emacs/28.0.50/lisp/org/ob-css /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-core hides /usr/share/emacs/28.0.50/lisp/org/ob-core /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-coq hides /usr/share/emacs/28.0.50/lisp/org/ob-coq /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-comint hides /usr/share/emacs/28.0.50/lisp/org/ob-comint /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-clojure hides /usr/share/emacs/28.0.50/lisp/org/ob-clojure /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-calc hides /usr/share/emacs/28.0.50/lisp/org/ob-calc /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-awk hides /usr/share/emacs/28.0.50/lisp/org/ob-awk /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-asymptote hides /usr/share/emacs/28.0.50/lisp/org/ob-asymptote /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-abc hides /usr/share/emacs/28.0.50/lisp/org/ob-abc /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-R hides /usr/share/emacs/28.0.50/lisp/org/ob-R /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-J hides /usr/share/emacs/28.0.50/lisp/org/ob-J /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/org-mode/ob-C hides /usr/share/emacs/28.0.50/lisp/org/ob-C /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/tramp/trampver hides /usr/share/emacs/28.0.50/lisp/net/trampver /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/tramp/tramp hides /usr/share/emacs/28.0.50/lisp/net/tramp /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/tramp/tramp-uu hides /usr/share/emacs/28.0.50/lisp/net/tramp-uu /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/tramp/tramp-sudoedit hides /usr/share/emacs/28.0.50/lisp/net/tramp-sudoedit /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/tramp/tramp-sshfs hides /usr/share/emacs/28.0.50/lisp/net/tramp-sshfs /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/tramp/tramp-smb hides /usr/share/emacs/28.0.50/lisp/net/tramp-smb /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/tramp/tramp-sh hides /usr/share/emacs/28.0.50/lisp/net/tramp-sh /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/tramp/tramp-rclone hides /usr/share/emacs/28.0.50/lisp/net/tramp-rclone /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/tramp/tramp-integration hides /usr/share/emacs/28.0.50/lisp/net/tramp-integration /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/tramp/tramp-gvfs hides /usr/share/emacs/28.0.50/lisp/net/tramp-gvfs /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/tramp/tramp-fuse hides /usr/share/emacs/28.0.50/lisp/net/tramp-fuse /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/tramp/tramp-ftp hides /usr/share/emacs/28.0.50/lisp/net/tramp-ftp /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/tramp/tramp-crypt hides /usr/share/emacs/28.0.50/lisp/net/tramp-crypt /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/tramp/tramp-compat hides /usr/share/emacs/28.0.50/lisp/net/tramp-compat /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/tramp/tramp-cmds hides /usr/share/emacs/28.0.50/lisp/net/tramp-cmds /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/tramp/tramp-cache hides /usr/share/emacs/28.0.50/lisp/net/tramp-cache /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/tramp/tramp-archive hides /usr/share/emacs/28.0.50/lisp/net/tramp-archive /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/tramp/tramp-adb hides /usr/share/emacs/28.0.50/lisp/net/tramp-adb /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/soap-client/soap-inspect hides /usr/share/emacs/28.0.50/lisp/net/soap-inspect /home/dan/.emacsen/doom-emacs/.local/straight/build-28.0.50/soap-client/soap-client hides /usr/share/emacs/28.0.50/lisp/net/soap-client Features: (evil-collection-debug debug cl-print mm-archive url-cache evil-collection-tabulated-list debbugs-gnu evil-collection-debbugs debbugs soap-client rng-xsd rng-dt rng-util xsd-regexp eieio-opt evil-collection-speedbar speedbar ezimage dframe shortdoc pipenv python-el-fgallina-expansions dap-python smartparens-python pyvenv evil-collection-python python mc-hide-unmatched-lines-mode mc-mark-more mc-cycle-cursors multiple-cursors-core format-all apheleia core-cli gnus-group gnus-undo gnus-start gnus-dbus gnus-cloud nnimap nnmail mail-source utf7 netrc nnoo gnus-spec gnus-int gnus-range gnus-win evil-collection-gnus gnus nnheader evil-collection-view view vc-hg vc-svn vc ivy-hydra shadow sort mail-extr emacsbug sendmail amx evil-anzu anzu char-fold eshell-syntax-highlighting fish-completion em-term evil-collection-term term ehelp em-script em-ls em-hist em-pred em-glob em-cmpl em-basic em-banner em-alias em-tramp esh-help evil-collection-man man em-unix eshell-z em-dirs esh-var evil-collection-eshell em-prompt eshell-did-you-mean esh-mode eshell esh-cmd esh-ext esh-opt esh-proc esh-io esh-arg esh-module esh-groups esh-util git-gutter-fringe fringe-helper git-gutter counsel-projectile elisp-demos evil-collection-indent evil-collection-helpful helpful trace info-look evil-collection-info info evil-collection-elisp-refs elisp-refs magit-gitflow forge-list forge-commands forge-semi forge-bitbucket buck forge-gogs gogs forge-gitea gtea forge-gitlab glab forge-github forge-notify forge-revnote forge-pullreq forge-issue forge-topic bug-reference forge-post forge-repo forge forge-core forge-db closql emacsql-sqlite evil-collection-help help disp-table whitespace flycheck-cask evil-embrace evil-surround embrace expand-region subword-mode-expansions text-mode-expansions cc-mode-expansions the-org-mode-expansions er-basic-expansions expand-region-core expand-region-custom eros highlight-quoted overseer pkg-info lisp-mnt epl vi-tilde-fringe highlight-numbers parent-mode display-line-numbers highlight-indent-guides flyspell-lazy ispell flyspell rainbow-delimiters outshine outshine-org-cmds outorg evil-collection-profiler profiler benchmark mule-util tramp-sh docker-tramp tramp-cache tramp tramp-loaddefs trampver tramp-integration files-x tramp-compat parse-time iso8601 ls-lisp evil-collection-vc-git vc-git vc-dispatcher jka-compr auto-minor-mode treemacs-bookmarks magit-bookmark evil-collection-bookmark bookmark cursor-sensor lispyville lispy hydra lispy-inline etags fileloop evil-collection-edebug edebug backtrace lispy-tags mode-local doom-themes-ext-treemacs doom-themes-ext-org solaire-mode face-remap doom-horizon-theme doom-themes doom-themes-base desktop frameset company-prescient-autoloads company-statistics-autoloads el-patch-autoloads atomic-chrome-autoloads infix-autoloads scroll-on-jump-autoloads guix-autoloads epkg-autoloads fzf-autoloads multiple-cursors-autoloads phi-search-autoloads tramp-autoloads org-ref-autoloads org-download-autoloads disk-usage-autoloads dired-du-autoloads consult-lsp-autoloads yasnippet-snippets-autoloads unfill-autoloads string-inflection-autoloads rotate-autoloads outshine-autoloads minions-autoloads imenu-anywhere-autoloads good-scroll-autoloads flx-autoloads fcitx-autoloads expand-region-autoloads dired-hacks-autoloads crux-autoloads apheleia-autoloads ivy-yasnippet-autoloads orderless-autoloads embark-consult-autoloads marginalia-autoloads rustic-autoloads emacs-everywhere-autoloads company-nixos-options-autoloads nix-update-autoloads nix-mode-autoloads flycheck-guile-autoloads geiser-guile-autoloads geiser-impl help-fns radix-tree geiser-custom geiser-base macrostep-geiser-autoloads geiser-autoloads lsp-java-autoloads groovy-mode-autoloads android-mode-autoloads yaml-mode-autoloads counsel-jq-autoloads json-snatcher-autoloads json-mode-autoloads poly-R-autoloads polymode-autoloads ess-R-data-view-autoloads ess-autoloads flycheck-plantuml-autoloads plantuml-mode-autoloads company-math-autoloads company-reftex-autoloads company-auctex-autoloads auctex-latexmk-autoloads evil-tex-autoloads latex-preview-pane-autoloads auctex-autoloads ccls-autoloads company-glsl-autoloads glsl-mode-autoloads opencl-mode-autoloads modern-cpp-font-lock-autoloads disaster-autoloads demangle-mode-autoloads cuda-mode-autoloads cmake-mode-autoloads py-isort-autoloads pyimport-autoloads python-pytest-autoloads nose-autoloads pyvenv-autoloads pipenv-autoloads company-anaconda-autoloads anaconda-mode-autoloads lsp-pyright-autoloads pip-requirements-autoloads xref-js2-autoloads tide-autoloads skewer-mode-autoloads nodejs-repl-autoloads add-node-modules-path-autoloads npm-mode-autoloads js2-refactor-autoloads typescript-mode-autoloads rjsx-mode-autoloads js2-mode-autoloads coffee-mode-autoloads flycheck-clj-kondo-autoloads clj-refactor-autoloads cider-autoloads clojure-mode-autoloads vterm-autoloads dockerfile-mode-autoloads docker-tramp-autoloads docker-autoloads counsel-css-autoloads sws-mode-autoloads stylus-mode-autoloads sass-mode-autoloads company-web-autoloads web-mode-autoloads slim-mode-autoloads pug-mode-autoloads haml-mode-autoloads emmet-mode-autoloads csv-mode-autoloads ivy-bibtex-autoloads bibtex-completion-autoloads ivy-taskrunner-autoloads taskrunner-autoloads kurecolor-autoloads rainbow-mode-autoloads posframe-autoloads dap-mode-autoloads realgud-autoloads lsp-ivy-autoloads lsp-ui-autoloads lsp-mode-autoloads writegood-mode-autoloads langtool-autoloads flyspell-lazy-autoloads flyspell-correct-ivy-autoloads flyspell-correct-autoloads bash-completion-autoloads fish-completion-autoloads eshell-syntax-highlighting-autoloads eshell-did-you-mean-autoloads esh-help-autoloads shrink-path-autoloads eshell-z-autoloads eshell-up-autoloads adaptive-wrap-autoloads evil-mc-autoloads evil-multiedit-autoloads iedit-autoloads lispyville-autoloads lispy-autoloads format-all-autoloads lsp-treemacs-autoloads treemacs-magit-autoloads treemacs-projectile-autoloads treemacs-evil-autoloads treemacs-autoloads ace-window-autoloads highlight-indent-guides-autoloads link-hint-autoloads drag-stuff-autoloads company-shell-autoloads ox-hugo-autoloads ox-pandoc-autoloads ob-async-autoloads org-roam-autoloads org-re-reveal-autoloads org-tree-slide-autoloads centered-window-autoloads org-pomodoro-autoloads org-noter-autoloads org-journal-autoloads jupyter-autoloads ob-ipython-autoloads gnuplot-mode-autoloads gnuplot-autoloads org-brain-autoloads orgit-forge-autoloads orgit-autoloads evil-org-autoloads org-cliplink-autoloads toc-org-autoloads ox-clip-autoloads org-yt-autoloads htmlize-autoloads avy-autoloads org-mode-autoloads edit-indirect-autoloads markdown-toc-autoloads markdown-mode-autoloads buttercup-autoloads flycheck-cask-autoloads elisp-demos-autoloads elisp-def-autoloads overseer-autoloads macrostep-autoloads highlight-quoted-autoloads github-review-autoloads magit-todos-autoloads magit-gitflow-autoloads forge-autoloads powerthesaurus-autoloads define-word-autoloads counsel-dash-autoloads dash-docs-autoloads request-autoloads ivy-xref-autoloads dumb-jump-autoloads eros-autoloads quickrun-autoloads flycheck-autoloads gitignore-mode-autoloads gitconfig-mode-autoloads git-timemachine-autoloads git-commit-autoloads browse-at-remote-autoloads undo-tree-autoloads fd-dired-autoloads all-the-icons-dired-autoloads dired-rsync-autoloads diff-hl-autoloads dired-git-info-autoloads diredfl-autoloads doom-snippets-autoloads auto-yasnippet-autoloads evil-vimish-fold-autoloads vimish-fold-autoloads yasnippet-autoloads evil-collection-autoloads evil-quick-diff-autoloads exato-autoloads evil-visualstar-autoloads evil-traces-autoloads evil-textobj-anyblock-autoloads evil-surround-autoloads evil-snipe-autoloads evil-numbers-autoloads evil-lion-autoloads evil-indent-plus-autoloads evil-exchange-autoloads evil-embrace-autoloads evil-easymotion-autoloads evil-args-autoloads evil-autoloads hydra-autoloads vi-tilde-fringe-autoloads git-gutter-fringe-autoloads evil-goggles-autoloads evil-anzu-autoloads anzu-autoloads doom-modeline-autoloads hl-todo-autoloads solaire-mode-autoloads doom-themes-autoloads all-the-icons-ivy-autoloads ivy-prescient-autoloads wgrep-autoloads ivy-rich-autoloads counsel-projectile-autoloads amx-autoloads counsel-autoloads ivy-avy-autoloads ivy-hydra-autoloads ivy-autoloads swiper-autoloads company-box-autoloads company-dict-autoloads company-autoloads which-key-autoloads general-autoloads project-autoloads projectile-autoloads ws-butler-autoloads smartparens-autoloads pcre2el-autoloads helpful-autoloads dtrt-indent-autoloads better-jumper-autoloads restart-emacs-autoloads rainbow-delimiters-autoloads highlight-numbers-autoloads hide-mode-line-autoloads all-the-icons-autoloads use-package-autoloads straight-autoloads explain-pause-mode-autoloads gcmh-autoloads auto-minor-mode-autoloads packages finder-inf straight lsp dap-java lsp-java request dap-gdb-lldb dap-utils dap-lldb ccls ccls-member-hierarchy ccls-inheritance-hierarchy ccls-call-hierarchy ccls-tree ccls-code-lens ccls-semantic-highlight ccls-common smartparens-c cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs lsp-pyright dap-mouse dap-ui lsp-treemacs lsp-treemacs-themes gdb-mi gud bui bui-list bui-info bui-entry bui-core bui-history bui-button bui-utils lsp-lens dap-mode dap-launch posframe dap-overlays lsp-mode lsp-protocol spinner network-stream smartparens-markdown markdown-mode edit-indirect ewoc treemacs-magit treemacs-projectile projectile ibuf-ext evil-collection-ibuffer ibuffer ibuffer-loaddefs treemacs-evil treemacs treemacs-header-line treemacs-compatibility treemacs-mode treemacs-interface treemacs-extensions treemacs-mouse-interface treemacs-tags treemacs-persistence treemacs-filewatch-mode treemacs-follow-mode treemacs-rendering treemacs-async treemacs-workspaces treemacs-dom treemacs-visuals treemacs-fringe-indicator treemacs-scope treemacs-faces treemacs-icons treemacs-themes treemacs-core-utils pfuture inline ht treemacs-logging treemacs-customization treemacs-macros org-agenda evil-collection-magit-todos magit-todos pcre2el rxt re-builder hl-todo async evil-collection-grep grep orgit org-roam org-roam-link org-roam-graph org-roam-doctor org-roam-dailies org-roam-capture org-roam-db emacsql-sqlite3 emacsql emacsql-compiler org-capture org-roam-completion org-roam-buffer org-roam-faces org-roam-macs org-roam-compat org-id org-refile smartparens-org org-yt org-element avl-tree generator org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-footnote org-src ob-comint org-pcomplete org-list org-faces org-entities noutline outline org-version ob-emacs-lisp ob-core ob-eval org-table ol org-keys org-compat org-macs org-loaddefs evil-collection-calendar cal-menu calendar cal-loaddefs github-review ghub-graphql treepy gsexp ghub url-http url-gw nsm url-auth gnutls deferred a evil-collection-magit magit-autoloads magit-submodule magit-obsolete magit-popup magit-blame magit-stash magit-reflog magit-bisect magit-push magit-pull magit-fetch magit-clone magit-remote magit-commit magit-sequence magit-notes magit-worktree magit-tag magit-merge magit-branch magit-reset magit-files magit-refs magit-status magit magit-repos magit-apply magit-wip magit-log which-func evil-collection-imenu imenu magit-diff smerge-mode evil-collection-diff-mode diff-mode magit-core magit-autorevert autorevert filenotify magit-margin magit-transient magit-process magit-mode lv core-packages package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util mailcap url-handlers url-parse url-vars yasnippet-snippets doom-snippets doom-snippets-lib yasnippet evil-collection-elisp-mode elisp-mode evil-collection-which-key which-key better-jumper company-box company-box-doc frame-local company-box-icons dash-functional company-capf company-prescient company ivy-prescient prescient evil-collection-ivy ivy-avy avy all-the-icons-ivy ivy-rich counsel xdg ivy-xref evil-collection-xref xref project evil-collection-compile compile swiper ivy flx delsel ivy-faces ivy-overlay colir evil-goggles pulse color evil-easymotion evil-snipe recentf tree-widget saveplace so-long git-commit with-editor transient format-spec server evil-collection-log-edit log-edit message rmc puny evil-collection-dired dired dired-loaddefs rfc822 mml mml-sec evil-collection-epa epa epg epg-config gnus-util rmail rmail-loaddefs auth-source password-cache text-property-search time-date mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr mailabbrev mail-utils gmm-utils mailheader pcvs-util add-log magit-git magit-section magit-utils crm eieio eieio-core eieio-loaddefs gcmh hl-line winner paren smartparens-config smartparens-text smartparens ws-butler undo-tree diff flycheck-clj-kondo evil-collection-flycheck evil-collection-custom cus-edit cus-start cus-load wid-edit evil-collection-comint evil-collection annalist flycheck json map find-func help-mode doom-modeline doom-modeline-segments doom-modeline-env doom-modeline-core shrink-path f s all-the-icons all-the-icons-faces data-material data-weathericons data-octicons data-fileicons data-faicons data-alltheicons dash config fcitx dbus dtrt-indent xml minions cap-words superword subword good-scroll good-scroll-linear good-scroll-bezier two-column marginalia savehist mb-depth cua-base let-alist evil evil-integration evil-maps evil-commands reveal evil-jumps evil-command-window evil-types evil-search shell pcomplete comint ansi-color evil-macros evil-repeat evil-states evil-core advice evil-common windmove calc calc-loaddefs calc-macs thingatpt rect evil-digraphs evil-vars ring derived init edmacro kmacro my-defs core-editor core-projects core-ui easy-mmode comp comp-cstr warnings core-keybinds pp general cl-extra seq byte-opt cl-seq use-package-core bytecomp byte-compile cconv core-modules tex-site rx realgud-recursive-autoloads core core-lib pcase cl-macs gv cl-loaddefs cl-lib subr-x chemacs iso-transl tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/pgtk-win pgtk-win term/common-win tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite charscript charprop case-table epa-hook jka-cmpr-hook simple abbrev obarray cl-preloaded nadvice button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads xwidget-internal dbusbind inotify dynamic-setting font-render-setting cairo move-toolbar gtk x-toolkit pgtk lcms2 multi-tty make-network-process native-compile emacs) Memory information: ((conses 16 1787282 306686)  (symbols 48 81780 31)  (strings 32 378167 54500)  (string-bytes 1 13379649)  (vectors 16 167237)  (vector-slots 8 3125771 302855)  (floats 8 2648 2228)  (intervals 56 45063 11476)  (buffers 992 43)) -- Daanturo. ------------=_1665371343-25379-3-- From unknown Fri Jun 20 20:11:41 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Tom Hughes Subject: bug#51002: closed (Re: bug#55362: 29.0.50; Super key no longer works on Wayland) Message-ID: References: <87mta4ml3g.fsf@yahoo.com> <87v92d9qbv.fsf@bericote.compton.nu> X-Gnu-PR-Message: they-closed 51002 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: moreinfo Reply-To: 51002@debbugs.gnu.org Date: Mon, 10 Oct 2022 03:09:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1665371343-25379-5" This is a multi-part message in MIME format... ------------=_1665371343-25379-5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #55362: 28.0.50; [feature/pgtk] Some keypad keys handled as normal keys wit= h pgtk which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 51002@debbugs.gnu.org. --=20 55362: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D55362 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1665371343-25379-5 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 55362-done) by debbugs.gnu.org; 10 Oct 2022 03:08:53 +0000 Received: from localhost ([127.0.0.1]:45198 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohj9x-0006b0-AP for submit@debbugs.gnu.org; Sun, 09 Oct 2022 23:08:53 -0400 Received: from sonic314-22.consmr.mail.ne1.yahoo.com ([66.163.189.148]:44304) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohj9u-0006al-Mv for 55362-done@debbugs.gnu.org; Sun, 09 Oct 2022 23:08:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1665371323; bh=Kk9N4Uj06zYrEjcCQcMkry+8XfWX7hGgoTCeU+sPG8k=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From:Subject:Reply-To; b=hjZ4rxQAca5Nj0wcU3h3KKT29Qf/10rKNMRY+4Zik3TFI+AVJqLMqDvbeZiLYMi3WlY2ry3zcr5dZ8JnWf3nnReAxF6RE3oQ2FJU+y3/OlUH8VEHCAdsRjab3NqylAb8nJifgPyNTSBTPdomHuz4uovOcKu/+owaydAGBPtYmDu3yCXwiriNJVa51TC6YPHpUbB3b3c4StUyf7EBfrIas3jdPiHl8COs4Vpu84OikDcdo/cAyY5qCSGi1cmjamfcuLBLnDGgtaZcFsIUaijTV/NrXV8y7PSfxuKbOwPrmPhKGUaX+IGoBKWgxW3+lg02uIn46JunBZFnuGarCuEIMw== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1665371323; bh=ZiPuEt6Irugj+/J4L2fSb0GUpnz1K6oDaXw6GgSG//I=; h=X-Sonic-MF:From:To:Subject:Date:From:Subject; b=b6VXNWvxFS3XzadKihiaUWBBP6P3jaINwjgvOrM6XqtQ7VYTMZ7VCbvsEaS1bQh8quToHoYkPFmtFomH8XwKBhW8APWUpQ9NtbLypJbYqBhwr60F6RIgcaTVklGcieHA/r752eBz4jm0t1gn236+q/M2h4P54exL9C6w/vjU8PmP/zIw0Gc9kpgCrW2Fcd5ylVyuK2c79tLbbtRzL2uCgUBF9OMLqPqHvvMwrvDWfJ1AunRw9qv86OJxy9HXmAYXz4/9TrGsCblmJoOzg+VCM3BZ1rw36Zk79AvLwJcwGjAGMlWSQBHVYThabqlG1/DXSAaLgVjbvJxI2JpxszJciw== X-YMail-OSG: DbRulgoVM1nngzfhGhhgfcm_ImyXiWi7SNk6oZasCYhuEmpGlGUFXZiKzxZgbiV kre6_tsRAVI7sjmUlWdkKzQUT2zgQ3p4Sh6w6va_YkCjEZ4JCTHuRPtVbRBvDyL6Nft1dv61j74p m9vVjvNEQTULWf2qvSnx_3vX0EO9foeJECuN2Me1EYgdabCAZ6BHQHCGcJqguWLVmK5ajNAWiYo4 i1MnHcljSdBqv7auV4BZl8G_ZyiukNWmyiTkGDzPUUXuKBkv056P.LUnUFSVHpsVJmS1mpNiJEtr nmziWFNfgg3ylLw9otL6HZdkrWfEYUNHJSOzMPQc5kVFLQf468VxM_6Upx90jTiu89dpZtS7dWqs uxl3CjsLV4hj3J.BAwnncnJjNk6VSsjgu7AJORxzJG0jvGxn3QbD0OGCy2I5K35RXXl5PFwdQrLp sErpyBVMklTRABSfy9SDGs1Njx9N3Hs5FF7tA2g27EMtVLEz2GqpSe9Xq.bjtOrjdRrHP.ngpwtj pkIVKfnXtgIVHLgal3GwHfMpwLbhE135HO6U63bpGIO.wgYb3dot.Ghwum3L2YP8TMwU8FJ4GYJ9 .45aCVFS5cadWtdjqX.uQhqJSMHX9GbirG5sHj6JbdwfVNGQKvsnbSGnSVNz6lR5.Jse97sDsLEb BFAPJTQJFEZxgzTGvZ.muyGgPxFpXGFpJcvnXkrFB4ztNL1Sdf4fPwUHYzEAajUuyz6ecbv1ByO7 ypJlNYxSYKOA2l3vk5Pvhyi.4158NZEzzPI8f3xlWZEIl_eawpI7rooIf9mi8ZNadGi3dd7xkqqj 7hAA_P_1K0K9YP_Ym5w2TYUtsMp0myBzva75myS3bl8hXscTF2c9M6Q9.heTsxVn6_PJWPaOuIhy BtiCWdZKV9IRsBMfkaTXFSZx4ScFLsbhBaK1w.f6H9qXvhuKB6ZYTnkB8UUKptjOf6qCH8zS0vUy ym4a1c.3dnBnsBg3.TfDOhsEgp2M9WeogWDsfmadKE73R06E4lQTvJuqKNCbGsyfXz37DsQSvlFt dZEGeyYDJ6uTDvnftQfbK9j.UB61AQXpYQBDbmYoADLFteNyylqiIfyTKEwO.43kD22_Oj7NFpFU tzilUrwFw7wM4_KW.VCBD_AG_MmFjiG.6rbl7KrIALhRqpbN43judc21MxCKFdKRaniKrumgHc0z h6YL75UV27n1a8yq37dHcyhd1NGnbUL4ITFoAxUVxIDiRxmRIBcV.Q3V2NG75tiHMfyFV2vltmpE Ud5SZzb7Dad1ditsbrFLRbAuk.EOAHEvERvMsxBNNiIZR_ZzAmLcsn3.5dh1vUETpY57PlL3bZPr wg9cA7FpYvr1mI.nMecg_hmBy57blrpm2VAgsahed50m.mfNRdZCrww0Lj.JLWctbmBbklsEiVgj njRU0fQIRhFwIIfbrvzBy3FViXX8dIMmByIo.mF2TU7GKBNmEm2VHCnWnBSflPZmP3T8mB0xIOAX kFovOcnKGmcbszlQna6e2xwtFR4v0j5EDiRt3XyFzG1SOvd7_bx2i2s0FVGZXgJmal70vk0RQb5p 0sO8QAlXJc00pzR8G8q5YKbu4IuY2sZERmQjgB6CUg2mSF3rBBMqaQ11xvzXGmXBX0RuZOlQlbPj 47D7CJxm61uMkx2NwgNe7Fxmpzac2CQvernwY.ccOnC16DJO7o__5SC7ITNYyTivlQIBnEts7l2X QqKbOj1QcpsbaVnNffIbRtyV43r1VHPRQ8c1cSqA0GAwnf.m_bJpsn4C0tOmhW35oSf9hXNKKDwG fftg_LPA5pWdZeSBXrGSgzGs_kVMIEChZiT9A2p0Y2EixktazFsT7i.cyBZLC0NX1eSP0hBVtcHh OU0o_en19Nw1x6BbrKwzM1aK4ZtUnh5UOWKQu7qgotJIPoDi8GdSKn3aD2oCM6U21QQ6k.6e6AIs 8dWv6OYLHZNKqov37EqLYkqgNZ8ZogyUsCcjWknflIIeiRGILVbn2moVis6lPyshnPHl5Eal0bQk DGizwypCthnVmxTDLVDJyNGeii8cFqfUja7qSmVMpAJhKMVSQupVveyVBvGVrV9ItDVYIsm6Gc1t HdH.DBY7EoQ4Uv4bBQOnURaIHiUrP7VAoBoEfK7mOc7BjePLrmesJ8F3q6btchq7y3f7aFUjeNcP 5HYuc5pX2TlGoKJCmkG1CFle0q_lTj98O0ApyckRVYVlFN8CsOv.XT.xGJZRoLN_10HDh1iGGqf4 h73PglJAF_GvhLp_9a75vvoaScdyTSal1EFJ8omELyhw3Bw7Ydze5EByK.l1wgGMEl5ikuTa.LUi B X-Sonic-MF: Received: from sonic.gate.mail.ne1.yahoo.com by sonic314.consmr.mail.ne1.yahoo.com with HTTP; Mon, 10 Oct 2022 03:08:43 +0000 Received: by hermes--production-sg3-7794f55d99-wthxc (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID 3bcbe85428e3208a22a628df1b008863; Mon, 10 Oct 2022 03:08:40 +0000 (UTC) From: Po Lu To: Lars Ingebrigtsen Subject: Re: bug#55362: 29.0.50; Super key no longer works on Wayland References: <871qx08k43.fsf@schnouki.net> <87y1z8z16o.fsf@yahoo.com> <87zgjo8bl2.fsf@gnus.org> <87tu9wyzho.fsf@yahoo.com> Date: Mon, 10 Oct 2022 11:08:35 +0800 In-Reply-To: <87tu9wyzho.fsf@yahoo.com> (Po Lu's message of "Wed, 11 May 2022 21:23:31 +0800") Message-ID: <87mta4ml3g.fsf@yahoo.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Mailer: WebService/1.1.20702 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo Content-Length: 562 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 55362-done Cc: Thomas Jost , 55362-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Po Lu writes: > Not before Emacs 29 is released, or otherwise the GTK developers will > never fix their thing, and we will be stuck maintaining yet another > broken hack to work around one of their bugs until the end of time, > which is several degrees of magnitude more confusing because we now have > two configurations where sometimes identical, and sometimes different > GTK bugs have to be worked around. And the bug has now been fixed in GTK. The fix should be released and reach most users rather quickly, so I'm closing this bug. ------------=_1665371343-25379-5 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 4 Oct 2021 10:36:01 +0000 Received: from localhost ([127.0.0.1]:35763 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXLKD-00031M-1v for submit@debbugs.gnu.org; Mon, 04 Oct 2021 06:36:01 -0400 Received: from lists.gnu.org ([209.51.188.17]:33954) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXIp2-0006zY-Jn for submit@debbugs.gnu.org; Mon, 04 Oct 2021 03:55:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46300) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mXIp0-0001w1-B9 for bug-gnu-emacs@gnu.org; Mon, 04 Oct 2021 03:55:38 -0400 Received: from gosford.compton.nu ([2001:8b0:bd:1:e2d5:5eff:fee7:6698]:55566) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mXIoy-0005m4-UC for bug-gnu-emacs@gnu.org; Mon, 04 Oct 2021 03:55:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=compton.nu; s=20200130; h=Content-Type:MIME-Version:Message-ID:Date:Subject:To:From: Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=om/7m99Wy3sDREIvU9zr1x6jzMPmEgQ+ez2aEsTr2AE=; i=tom@compton.nu; t=1633334134; x=1634543734; b=onEt/ah3fvgwcSluB+7FnuKTubjWBBwNw3w+AyGJdKy3Xup Y2WpBqSIy7meLLXMY8FTPWVjaV54XjbLRgNfrP5TNBp25PROyxtQy0OIWLnoPEdztZtTru6Rt7bbD MzaXubZo+ytp0Fei04qSkkN/RYrNopoZksYuuvVqOnLQOQwOhXQUIRq++ctc7dnBRlI64s/h8nuc3 jUNJ5HThGGCe4TUG6afMNz2b3n1OW6eEoNsmhPSl9uPx/kSsiAt2o88QTQhBingoy8F7dTCYRbTdh DovbfmCOP5VYOUysu4e/EQ0Xx47uaHgnZqK+gMpFnnW6MBJZwGOKgGP36Qd2KXPQ==; Authentication-Results: gosford.compton.nu; iprev=pass (bericote.compton.nu) smtp.remote-ip=2001:8b0:bd:1:fce3:75ff:febd:6a8c Received: from bericote.compton.nu ([2001:8b0:bd:1:fce3:75ff:febd:6a8c]:58894) by gosford.compton.nu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mXIov-001QCS-2l; Mon, 04 Oct 2021 08:55:33 +0100 Received: from bericote.compton.nu ([2001:8b0:bd:1:fce3:75ff:febd:6a8c]:36904) by bericote.compton.nu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mXIou-005lK0-Ig for bug-gnu-emacs@gnu.org; Mon, 04 Oct 2021 08:55:32 +0100 From: Tom Hughes To: bug-gnu-emacs@gnu.org Subject: 28.0.50; [feature/pgtk] Some keypad keys handled as normal keys with pgtk Date: Mon, 04 Oct 2021 08:55:32 +0100 Message-ID: <87v92d9qbv.fsf@bericote.compton.nu> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2001:8b0:bd:1:e2d5:5eff:fee7:6698; envelope-from=tom@compton.nu; helo=gosford.compton.nu 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 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 04 Oct 2021 06:35:58 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) With pgtk some keypad keys seem to be recognised as their normal equivalents rather than the keypad versions. Enter, insert, delete and the navigation keys all seem to work as expected and are recognised as kp-enter etc. The number keys (when numlock is on) and /, (, - and + and just recognised as normal keys from the main keyboard rather than as kp-subtract etc. In GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.30, cairo version 1.17.4) of 2021-10-04 built on bericote.compton.nu Repository revision: 4c49ec7f865bdad1629d2f125f71f4e506b258f2 Repository branch: feature/pgtk Windowing system distributor 'System Description: Fedora 34 (Thirty Four) Configured using: 'configure --with-pgtk --prefix=/var/tmp/emacs 'CFLAGS=-O2 -march=native'' ------------=_1665371343-25379-5-- From unknown Fri Jun 20 20:11:41 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Campbell Barton Subject: bug#53200: closed (Re: bug#55362: 29.0.50; Super key no longer works on Wayland) Message-ID: References: <87mta4ml3g.fsf@yahoo.com> X-Gnu-PR-Message: they-closed 53200 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: moreinfo Reply-To: 53200@debbugs.gnu.org Date: Mon, 10 Oct 2022 03:09:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1665371343-25379-7" This is a multi-part message in MIME format... ------------=_1665371343-25379-7 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #55362: 29.0.50; C-S-u shortcut fails with 'PGTK' enable which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 53200@debbugs.gnu.org. --=20 55362: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D55362 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1665371343-25379-7 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 55362-done) by debbugs.gnu.org; 10 Oct 2022 03:08:53 +0000 Received: from localhost ([127.0.0.1]:45198 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohj9x-0006b0-AP for submit@debbugs.gnu.org; Sun, 09 Oct 2022 23:08:53 -0400 Received: from sonic314-22.consmr.mail.ne1.yahoo.com ([66.163.189.148]:44304) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohj9u-0006al-Mv for 55362-done@debbugs.gnu.org; Sun, 09 Oct 2022 23:08:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1665371323; bh=Kk9N4Uj06zYrEjcCQcMkry+8XfWX7hGgoTCeU+sPG8k=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From:Subject:Reply-To; b=hjZ4rxQAca5Nj0wcU3h3KKT29Qf/10rKNMRY+4Zik3TFI+AVJqLMqDvbeZiLYMi3WlY2ry3zcr5dZ8JnWf3nnReAxF6RE3oQ2FJU+y3/OlUH8VEHCAdsRjab3NqylAb8nJifgPyNTSBTPdomHuz4uovOcKu/+owaydAGBPtYmDu3yCXwiriNJVa51TC6YPHpUbB3b3c4StUyf7EBfrIas3jdPiHl8COs4Vpu84OikDcdo/cAyY5qCSGi1cmjamfcuLBLnDGgtaZcFsIUaijTV/NrXV8y7PSfxuKbOwPrmPhKGUaX+IGoBKWgxW3+lg02uIn46JunBZFnuGarCuEIMw== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1665371323; bh=ZiPuEt6Irugj+/J4L2fSb0GUpnz1K6oDaXw6GgSG//I=; h=X-Sonic-MF:From:To:Subject:Date:From:Subject; b=b6VXNWvxFS3XzadKihiaUWBBP6P3jaINwjgvOrM6XqtQ7VYTMZ7VCbvsEaS1bQh8quToHoYkPFmtFomH8XwKBhW8APWUpQ9NtbLypJbYqBhwr60F6RIgcaTVklGcieHA/r752eBz4jm0t1gn236+q/M2h4P54exL9C6w/vjU8PmP/zIw0Gc9kpgCrW2Fcd5ylVyuK2c79tLbbtRzL2uCgUBF9OMLqPqHvvMwrvDWfJ1AunRw9qv86OJxy9HXmAYXz4/9TrGsCblmJoOzg+VCM3BZ1rw36Zk79AvLwJcwGjAGMlWSQBHVYThabqlG1/DXSAaLgVjbvJxI2JpxszJciw== X-YMail-OSG: DbRulgoVM1nngzfhGhhgfcm_ImyXiWi7SNk6oZasCYhuEmpGlGUFXZiKzxZgbiV kre6_tsRAVI7sjmUlWdkKzQUT2zgQ3p4Sh6w6va_YkCjEZ4JCTHuRPtVbRBvDyL6Nft1dv61j74p m9vVjvNEQTULWf2qvSnx_3vX0EO9foeJECuN2Me1EYgdabCAZ6BHQHCGcJqguWLVmK5ajNAWiYo4 i1MnHcljSdBqv7auV4BZl8G_ZyiukNWmyiTkGDzPUUXuKBkv056P.LUnUFSVHpsVJmS1mpNiJEtr nmziWFNfgg3ylLw9otL6HZdkrWfEYUNHJSOzMPQc5kVFLQf468VxM_6Upx90jTiu89dpZtS7dWqs uxl3CjsLV4hj3J.BAwnncnJjNk6VSsjgu7AJORxzJG0jvGxn3QbD0OGCy2I5K35RXXl5PFwdQrLp sErpyBVMklTRABSfy9SDGs1Njx9N3Hs5FF7tA2g27EMtVLEz2GqpSe9Xq.bjtOrjdRrHP.ngpwtj pkIVKfnXtgIVHLgal3GwHfMpwLbhE135HO6U63bpGIO.wgYb3dot.Ghwum3L2YP8TMwU8FJ4GYJ9 .45aCVFS5cadWtdjqX.uQhqJSMHX9GbirG5sHj6JbdwfVNGQKvsnbSGnSVNz6lR5.Jse97sDsLEb BFAPJTQJFEZxgzTGvZ.muyGgPxFpXGFpJcvnXkrFB4ztNL1Sdf4fPwUHYzEAajUuyz6ecbv1ByO7 ypJlNYxSYKOA2l3vk5Pvhyi.4158NZEzzPI8f3xlWZEIl_eawpI7rooIf9mi8ZNadGi3dd7xkqqj 7hAA_P_1K0K9YP_Ym5w2TYUtsMp0myBzva75myS3bl8hXscTF2c9M6Q9.heTsxVn6_PJWPaOuIhy BtiCWdZKV9IRsBMfkaTXFSZx4ScFLsbhBaK1w.f6H9qXvhuKB6ZYTnkB8UUKptjOf6qCH8zS0vUy ym4a1c.3dnBnsBg3.TfDOhsEgp2M9WeogWDsfmadKE73R06E4lQTvJuqKNCbGsyfXz37DsQSvlFt dZEGeyYDJ6uTDvnftQfbK9j.UB61AQXpYQBDbmYoADLFteNyylqiIfyTKEwO.43kD22_Oj7NFpFU tzilUrwFw7wM4_KW.VCBD_AG_MmFjiG.6rbl7KrIALhRqpbN43judc21MxCKFdKRaniKrumgHc0z h6YL75UV27n1a8yq37dHcyhd1NGnbUL4ITFoAxUVxIDiRxmRIBcV.Q3V2NG75tiHMfyFV2vltmpE Ud5SZzb7Dad1ditsbrFLRbAuk.EOAHEvERvMsxBNNiIZR_ZzAmLcsn3.5dh1vUETpY57PlL3bZPr wg9cA7FpYvr1mI.nMecg_hmBy57blrpm2VAgsahed50m.mfNRdZCrww0Lj.JLWctbmBbklsEiVgj njRU0fQIRhFwIIfbrvzBy3FViXX8dIMmByIo.mF2TU7GKBNmEm2VHCnWnBSflPZmP3T8mB0xIOAX kFovOcnKGmcbszlQna6e2xwtFR4v0j5EDiRt3XyFzG1SOvd7_bx2i2s0FVGZXgJmal70vk0RQb5p 0sO8QAlXJc00pzR8G8q5YKbu4IuY2sZERmQjgB6CUg2mSF3rBBMqaQ11xvzXGmXBX0RuZOlQlbPj 47D7CJxm61uMkx2NwgNe7Fxmpzac2CQvernwY.ccOnC16DJO7o__5SC7ITNYyTivlQIBnEts7l2X QqKbOj1QcpsbaVnNffIbRtyV43r1VHPRQ8c1cSqA0GAwnf.m_bJpsn4C0tOmhW35oSf9hXNKKDwG fftg_LPA5pWdZeSBXrGSgzGs_kVMIEChZiT9A2p0Y2EixktazFsT7i.cyBZLC0NX1eSP0hBVtcHh OU0o_en19Nw1x6BbrKwzM1aK4ZtUnh5UOWKQu7qgotJIPoDi8GdSKn3aD2oCM6U21QQ6k.6e6AIs 8dWv6OYLHZNKqov37EqLYkqgNZ8ZogyUsCcjWknflIIeiRGILVbn2moVis6lPyshnPHl5Eal0bQk DGizwypCthnVmxTDLVDJyNGeii8cFqfUja7qSmVMpAJhKMVSQupVveyVBvGVrV9ItDVYIsm6Gc1t HdH.DBY7EoQ4Uv4bBQOnURaIHiUrP7VAoBoEfK7mOc7BjePLrmesJ8F3q6btchq7y3f7aFUjeNcP 5HYuc5pX2TlGoKJCmkG1CFle0q_lTj98O0ApyckRVYVlFN8CsOv.XT.xGJZRoLN_10HDh1iGGqf4 h73PglJAF_GvhLp_9a75vvoaScdyTSal1EFJ8omELyhw3Bw7Ydze5EByK.l1wgGMEl5ikuTa.LUi B X-Sonic-MF: Received: from sonic.gate.mail.ne1.yahoo.com by sonic314.consmr.mail.ne1.yahoo.com with HTTP; Mon, 10 Oct 2022 03:08:43 +0000 Received: by hermes--production-sg3-7794f55d99-wthxc (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID 3bcbe85428e3208a22a628df1b008863; Mon, 10 Oct 2022 03:08:40 +0000 (UTC) From: Po Lu To: Lars Ingebrigtsen Subject: Re: bug#55362: 29.0.50; Super key no longer works on Wayland References: <871qx08k43.fsf@schnouki.net> <87y1z8z16o.fsf@yahoo.com> <87zgjo8bl2.fsf@gnus.org> <87tu9wyzho.fsf@yahoo.com> Date: Mon, 10 Oct 2022 11:08:35 +0800 In-Reply-To: <87tu9wyzho.fsf@yahoo.com> (Po Lu's message of "Wed, 11 May 2022 21:23:31 +0800") Message-ID: <87mta4ml3g.fsf@yahoo.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Mailer: WebService/1.1.20702 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo Content-Length: 562 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 55362-done Cc: Thomas Jost , 55362-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Po Lu writes: > Not before Emacs 29 is released, or otherwise the GTK developers will > never fix their thing, and we will be stuck maintaining yet another > broken hack to work around one of their bugs until the end of time, > which is several degrees of magnitude more confusing because we now have > two configurations where sometimes identical, and sometimes different > GTK bugs have to be worked around. And the bug has now been fixed in GTK. The fix should be released and reach most users rather quickly, so I'm closing this bug. ------------=_1665371343-25379-7 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 12 Jan 2022 04:56:23 +0000 Received: from localhost ([127.0.0.1]:56015 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7VgM-0001Zh-Pu for submit@debbugs.gnu.org; Tue, 11 Jan 2022 23:56:23 -0500 Received: from lists.gnu.org ([209.51.188.17]:49360) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7VgK-0001ZZ-Sl for submit@debbugs.gnu.org; Tue, 11 Jan 2022 23:56:22 -0500 Received: from eggs.gnu.org ([209.51.188.92]:41502) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7VgJ-0007ic-0z for bug-gnu-emacs@gnu.org; Tue, 11 Jan 2022 23:56:20 -0500 Received: from [2607:f8b0:4864:20::62d] (port=35427 helo=mail-pl1-x62d.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n7VgH-0005yD-8M for bug-gnu-emacs@gnu.org; Tue, 11 Jan 2022 23:56:18 -0500 Received: by mail-pl1-x62d.google.com with SMTP id u15so2421766ple.2 for ; Tue, 11 Jan 2022 20:56:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=0n1EL33kuZNgRiQynf/JAf2t893nRZdryxUVHaApU8A=; b=HPaCkFhej82CYocXBeHp22CCFUAMAIqM7h0y3Ihdg9oqSJ8ufqs+dkx/GztCHlnOK2 iqN3muxf09x+QkiQedFEMfQhvFfcg7OKNvDkjRQSsDCySIdn34/fKtplQxPP8pFASPY+ eGGlsQ+hGHiboAzN/HLay7LG4oexSkVdDrG559zoN+3iLlPhjCczk4S5fGWHBxsSxC7b q7016A4/ugehlVMxtBkM1d8nsms2BnQY6fG5lYFbXD+jfXqBfzyql/Qv5Wa2wuYneUcV MRXjwy/BO5MY6Dw93/04/KD+VJM/RfkOsTAOrQBYnoJmMiBkifSpWlENSu/jLKizEzBz yt8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=0n1EL33kuZNgRiQynf/JAf2t893nRZdryxUVHaApU8A=; b=ziKf6zN4SohNV+DRxyZFN9cWOKrHrsB+fmzA+u0Awz/kbrR1q6MEy2jHo90PcDKnAN qgCO1CrAbY5j2IqWahR0+/qG/3H1bOhAG/aHFpIU6yLYuQDidTs8KR+VFEGmxUuH1nSA f67bkXJD9xYTWssE7kvP3KfDWT/ZzmjZCDucR+07+5CsTY23J6ihl4rHdJdyKM4xX+Vj y3iqYdM41qQFwr1K9G9zQwJUmHJ/gXV7VFFJDNIprwY8IO94xOR5yE3j2+SOTeVW2+ql 1mu++ZEvhIi0WGIRY81cozxZczWg92Iogm2iNn9dgDVYJjyb8HhSSpzWq00c6TGLwvBK cinQ== X-Gm-Message-State: AOAM5332PCpf99CvVwUaZcsTIy0J1iD4KUUcIdxV8gLtySebCrOP4ie8 JdzHs1bs9iIVsCFhxRP3TpD2+ifW5RMfrwRTurTsnJqiVJpduw== X-Google-Smtp-Source: ABdhPJxX7yULNxY67EU4IlxPKiNPtGBIoFT8Tn04pEvywswwGhUU4p2opAa/V/hdo+4KKdD2p78+BdsoYnpMolFru3M= X-Received: by 2002:a17:902:8e81:b0:149:8f60:a52a with SMTP id bg1-20020a1709028e8100b001498f60a52amr7472275plb.145.1641963374435; Tue, 11 Jan 2022 20:56:14 -0800 (PST) MIME-Version: 1.0 From: Campbell Barton Date: Wed, 12 Jan 2022 15:56:03 +1100 Message-ID: Subject: 29.0.50; C-S-u shortcut fails with 'PGTK' enable To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset="UTF-8" X-Host-Lookup-Failed: Reverse DNS lookup failed for 2607:f8b0:4864:20::62d (failed) Received-SPF: pass client-ip=2607:f8b0:4864:20::62d; envelope-from=ideasman42@gmail.com; helo=mail-pl1-x62d.google.com X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.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, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.1 (--) With PGTK enabled (--with-pgtk) the following occurs: - Press C-S-u - Press a The character 'a' is entered. Without PGTK enabled, the following occurs: - Press C-S-u - Press a The character 'aaaa' is entered 4x. Note that PGTK seems to swallow this binding, since it's not possible to check what the shortcut does by pressing: C-H, K, C-S-u Which reports without PGTK: (universal-argument) In GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.31, cairo version 1.17.4) of 2022-01-12 built on austpc Repository revision: 8555a3e1ed1d34cbaa172bde86eb3b11a1cd7940 Repository branch: master System Description: Arch Linux Configured using: 'configure --prefix=/opt/emacs --with-sound=no --disable-acl --with-file-notification=no --with-xpm --with-native-compilation --with-jpeg --with-tiff --with-gif --with-png --without-rsvg --without-lcms2 --without-libsystemd --without-gsettings --without-harfbuzz --without-m17n-flt --without-libotf --without-gpm --without-dbus --without-gsettings --without-gconf --without-selinux --without-gnutls --with-pgtk --without-makeinfo --without-libgmp --with-zlib --with-compress-install --with-threads --without-toolkit-scroll-bars --with-x-toolkit=gtk3 --with-xft --with-modules 'CFLAGS=-O3 -mtune=native -march=native -pipe -fomit-frame-pointer'' Configured features: CAIRO FREETYPE GIF GLIB JPEG JSON LIBXML2 MODULES NATIVE_COMP PDUMPER PGTK PNG SECCOMP SQLITE3 THREADS TIFF WEBP XIM GTK3 ZLIB Important settings: value of $LC_MONETARY: en_US.UTF-8 value of $LC_NUMERIC: en_US.UTF-8 value of $LC_TIME: en_US.UTF-8 value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message mailcap yank-media rmc puny dired dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068 epg-config gnus-util text-property-search time-date seq gv subr-x byte-opt bytecomp byte-compile cconv mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader cl-loaddefs cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/pgtk-win pgtk-win term/common-win tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dynamic-setting font-render-setting cairo move-toolbar gtk x-toolkit pgtk multi-tty make-network-process native-compile emacs) Memory information: ((conses 16 45508 6842) (symbols 48 5609 1) (strings 32 18557 3267) (string-bytes 1 622864) (vectors 16 10816) (vector-slots 8 157953 15748) (floats 8 25 28) (intervals 56 255 0) (buffers 992 11)) ------------=_1665371343-25379-7-- From unknown Fri Jun 20 20:11:41 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Derek Upham Subject: bug#55660: closed (Re: bug#55362: 29.0.50; Super key no longer works on Wayland) Message-ID: References: <87mta4ml3g.fsf@yahoo.com> <87bkvktkva.fsf@priss.frightenedpiglet.com> X-Gnu-PR-Message: they-closed 55660 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: moreinfo Reply-To: 55660@debbugs.gnu.org Date: Mon, 10 Oct 2022 03:09:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1665371343-25379-9" This is a multi-part message in MIME format... ------------=_1665371343-25379-9 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #55362: 29.0.50; PGTK degrades to terminal-compatible keyboard events which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 55660@debbugs.gnu.org. --=20 55362: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D55362 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1665371343-25379-9 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 55362-done) by debbugs.gnu.org; 10 Oct 2022 03:08:53 +0000 Received: from localhost ([127.0.0.1]:45198 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohj9x-0006b0-AP for submit@debbugs.gnu.org; Sun, 09 Oct 2022 23:08:53 -0400 Received: from sonic314-22.consmr.mail.ne1.yahoo.com ([66.163.189.148]:44304) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohj9u-0006al-Mv for 55362-done@debbugs.gnu.org; Sun, 09 Oct 2022 23:08:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1665371323; bh=Kk9N4Uj06zYrEjcCQcMkry+8XfWX7hGgoTCeU+sPG8k=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From:Subject:Reply-To; b=hjZ4rxQAca5Nj0wcU3h3KKT29Qf/10rKNMRY+4Zik3TFI+AVJqLMqDvbeZiLYMi3WlY2ry3zcr5dZ8JnWf3nnReAxF6RE3oQ2FJU+y3/OlUH8VEHCAdsRjab3NqylAb8nJifgPyNTSBTPdomHuz4uovOcKu/+owaydAGBPtYmDu3yCXwiriNJVa51TC6YPHpUbB3b3c4StUyf7EBfrIas3jdPiHl8COs4Vpu84OikDcdo/cAyY5qCSGi1cmjamfcuLBLnDGgtaZcFsIUaijTV/NrXV8y7PSfxuKbOwPrmPhKGUaX+IGoBKWgxW3+lg02uIn46JunBZFnuGarCuEIMw== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1665371323; bh=ZiPuEt6Irugj+/J4L2fSb0GUpnz1K6oDaXw6GgSG//I=; h=X-Sonic-MF:From:To:Subject:Date:From:Subject; b=b6VXNWvxFS3XzadKihiaUWBBP6P3jaINwjgvOrM6XqtQ7VYTMZ7VCbvsEaS1bQh8quToHoYkPFmtFomH8XwKBhW8APWUpQ9NtbLypJbYqBhwr60F6RIgcaTVklGcieHA/r752eBz4jm0t1gn236+q/M2h4P54exL9C6w/vjU8PmP/zIw0Gc9kpgCrW2Fcd5ylVyuK2c79tLbbtRzL2uCgUBF9OMLqPqHvvMwrvDWfJ1AunRw9qv86OJxy9HXmAYXz4/9TrGsCblmJoOzg+VCM3BZ1rw36Zk79AvLwJcwGjAGMlWSQBHVYThabqlG1/DXSAaLgVjbvJxI2JpxszJciw== X-YMail-OSG: DbRulgoVM1nngzfhGhhgfcm_ImyXiWi7SNk6oZasCYhuEmpGlGUFXZiKzxZgbiV kre6_tsRAVI7sjmUlWdkKzQUT2zgQ3p4Sh6w6va_YkCjEZ4JCTHuRPtVbRBvDyL6Nft1dv61j74p m9vVjvNEQTULWf2qvSnx_3vX0EO9foeJECuN2Me1EYgdabCAZ6BHQHCGcJqguWLVmK5ajNAWiYo4 i1MnHcljSdBqv7auV4BZl8G_ZyiukNWmyiTkGDzPUUXuKBkv056P.LUnUFSVHpsVJmS1mpNiJEtr nmziWFNfgg3ylLw9otL6HZdkrWfEYUNHJSOzMPQc5kVFLQf468VxM_6Upx90jTiu89dpZtS7dWqs uxl3CjsLV4hj3J.BAwnncnJjNk6VSsjgu7AJORxzJG0jvGxn3QbD0OGCy2I5K35RXXl5PFwdQrLp sErpyBVMklTRABSfy9SDGs1Njx9N3Hs5FF7tA2g27EMtVLEz2GqpSe9Xq.bjtOrjdRrHP.ngpwtj pkIVKfnXtgIVHLgal3GwHfMpwLbhE135HO6U63bpGIO.wgYb3dot.Ghwum3L2YP8TMwU8FJ4GYJ9 .45aCVFS5cadWtdjqX.uQhqJSMHX9GbirG5sHj6JbdwfVNGQKvsnbSGnSVNz6lR5.Jse97sDsLEb BFAPJTQJFEZxgzTGvZ.muyGgPxFpXGFpJcvnXkrFB4ztNL1Sdf4fPwUHYzEAajUuyz6ecbv1ByO7 ypJlNYxSYKOA2l3vk5Pvhyi.4158NZEzzPI8f3xlWZEIl_eawpI7rooIf9mi8ZNadGi3dd7xkqqj 7hAA_P_1K0K9YP_Ym5w2TYUtsMp0myBzva75myS3bl8hXscTF2c9M6Q9.heTsxVn6_PJWPaOuIhy BtiCWdZKV9IRsBMfkaTXFSZx4ScFLsbhBaK1w.f6H9qXvhuKB6ZYTnkB8UUKptjOf6qCH8zS0vUy ym4a1c.3dnBnsBg3.TfDOhsEgp2M9WeogWDsfmadKE73R06E4lQTvJuqKNCbGsyfXz37DsQSvlFt dZEGeyYDJ6uTDvnftQfbK9j.UB61AQXpYQBDbmYoADLFteNyylqiIfyTKEwO.43kD22_Oj7NFpFU tzilUrwFw7wM4_KW.VCBD_AG_MmFjiG.6rbl7KrIALhRqpbN43judc21MxCKFdKRaniKrumgHc0z h6YL75UV27n1a8yq37dHcyhd1NGnbUL4ITFoAxUVxIDiRxmRIBcV.Q3V2NG75tiHMfyFV2vltmpE Ud5SZzb7Dad1ditsbrFLRbAuk.EOAHEvERvMsxBNNiIZR_ZzAmLcsn3.5dh1vUETpY57PlL3bZPr wg9cA7FpYvr1mI.nMecg_hmBy57blrpm2VAgsahed50m.mfNRdZCrww0Lj.JLWctbmBbklsEiVgj njRU0fQIRhFwIIfbrvzBy3FViXX8dIMmByIo.mF2TU7GKBNmEm2VHCnWnBSflPZmP3T8mB0xIOAX kFovOcnKGmcbszlQna6e2xwtFR4v0j5EDiRt3XyFzG1SOvd7_bx2i2s0FVGZXgJmal70vk0RQb5p 0sO8QAlXJc00pzR8G8q5YKbu4IuY2sZERmQjgB6CUg2mSF3rBBMqaQ11xvzXGmXBX0RuZOlQlbPj 47D7CJxm61uMkx2NwgNe7Fxmpzac2CQvernwY.ccOnC16DJO7o__5SC7ITNYyTivlQIBnEts7l2X QqKbOj1QcpsbaVnNffIbRtyV43r1VHPRQ8c1cSqA0GAwnf.m_bJpsn4C0tOmhW35oSf9hXNKKDwG fftg_LPA5pWdZeSBXrGSgzGs_kVMIEChZiT9A2p0Y2EixktazFsT7i.cyBZLC0NX1eSP0hBVtcHh OU0o_en19Nw1x6BbrKwzM1aK4ZtUnh5UOWKQu7qgotJIPoDi8GdSKn3aD2oCM6U21QQ6k.6e6AIs 8dWv6OYLHZNKqov37EqLYkqgNZ8ZogyUsCcjWknflIIeiRGILVbn2moVis6lPyshnPHl5Eal0bQk DGizwypCthnVmxTDLVDJyNGeii8cFqfUja7qSmVMpAJhKMVSQupVveyVBvGVrV9ItDVYIsm6Gc1t HdH.DBY7EoQ4Uv4bBQOnURaIHiUrP7VAoBoEfK7mOc7BjePLrmesJ8F3q6btchq7y3f7aFUjeNcP 5HYuc5pX2TlGoKJCmkG1CFle0q_lTj98O0ApyckRVYVlFN8CsOv.XT.xGJZRoLN_10HDh1iGGqf4 h73PglJAF_GvhLp_9a75vvoaScdyTSal1EFJ8omELyhw3Bw7Ydze5EByK.l1wgGMEl5ikuTa.LUi B X-Sonic-MF: Received: from sonic.gate.mail.ne1.yahoo.com by sonic314.consmr.mail.ne1.yahoo.com with HTTP; Mon, 10 Oct 2022 03:08:43 +0000 Received: by hermes--production-sg3-7794f55d99-wthxc (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID 3bcbe85428e3208a22a628df1b008863; Mon, 10 Oct 2022 03:08:40 +0000 (UTC) From: Po Lu To: Lars Ingebrigtsen Subject: Re: bug#55362: 29.0.50; Super key no longer works on Wayland References: <871qx08k43.fsf@schnouki.net> <87y1z8z16o.fsf@yahoo.com> <87zgjo8bl2.fsf@gnus.org> <87tu9wyzho.fsf@yahoo.com> Date: Mon, 10 Oct 2022 11:08:35 +0800 In-Reply-To: <87tu9wyzho.fsf@yahoo.com> (Po Lu's message of "Wed, 11 May 2022 21:23:31 +0800") Message-ID: <87mta4ml3g.fsf@yahoo.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Mailer: WebService/1.1.20702 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo Content-Length: 562 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 55362-done Cc: Thomas Jost , 55362-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Po Lu writes: > Not before Emacs 29 is released, or otherwise the GTK developers will > never fix their thing, and we will be stuck maintaining yet another > broken hack to work around one of their bugs until the end of time, > which is several degrees of magnitude more confusing because we now have > two configurations where sometimes identical, and sometimes different > GTK bugs have to be worked around. And the bug has now been fixed in GTK. The fix should be released and reach most users rather quickly, so I'm closing this bug. ------------=_1665371343-25379-9 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 26 May 2022 14:43:59 +0000 Received: from localhost ([127.0.0.1]:59723 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nuEiU-0006iI-UD for submit@debbugs.gnu.org; Thu, 26 May 2022 10:43:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:50786) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nuEiS-0006i9-0F for submit@debbugs.gnu.org; Thu, 26 May 2022 10:43:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41902) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nuEiQ-0008L4-5b for bug-gnu-emacs@gnu.org; Thu, 26 May 2022 10:43:55 -0400 Received: from wilbur.contactoffice.com ([212.3.242.68]:57710) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nuEiK-000606-7g for bug-gnu-emacs@gnu.org; Thu, 26 May 2022 10:43:53 -0400 Received: from smtpauth1.co-bxl (smtpauth1.co-bxl [10.2.0.15]) by wilbur.contactoffice.com (Postfix) with ESMTP id 8A1CC8BD for ; Thu, 26 May 2022 16:43:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1653576223; s=20210208-e7xh; d=mailfence.com; i=derek_upham@mailfence.com; h=From:Date:Message-ID:MIME-Version:Content-Type; l=1668; bh=pkeTd0EBBbMD/0nFVk9Okr/VmwhK8P5apPNJvmd7LsE=; b=5SlRHvvpFTayuIwGptW4E+xyJ/EgeELoc1+brT3Dhu7kkGCE84qH3FZ7bGP/YDHP W5l6UX9UstBBWKm0Hi7S7t8ATkL1+1lZFjgaf7EWnmw1yaqcUp3iQi9TluBid4ywwJD xM4s9UFTrmAmvti/ckvl1+n17Nl5TnJWezSBW8VpkdqUVhf+RX5XRNlnBGFTLKGuHo3 t+W4r917A6xDMMR3MHD5KOENNNCfAQ78H3tm8diMFTOf8vbWnnMRvJlWHzkJf46F3zw wx9JCZcK6kjX8KF8FeRyY+UEf78nc8kffVfywMf+QhP8H/YdpolEmv1UsNBjEZwC5Br NIlKE5UohA== Received: by smtp.mailfence.com with ESMTPSA for ; Thu, 26 May 2022 16:43:40 +0200 (CEST) Received: from [::1] (helo=priss.frightenedpiglet.com) by priss.frightenedpiglet.com with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1nuEi9-005ec2-TA for bug-gnu-emacs@gnu.org; Thu, 26 May 2022 07:43:37 -0700 From: Derek Upham To: bug-gnu-emacs@gnu.org Subject: 29.0.50; PGTK degrades to terminal-compatible keyboard events Date: Thu, 26 May 2022 07:43:37 -0700 Message-ID: <87bkvktkva.fsf@priss.frightenedpiglet.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Flag: NO X-Spam-Status: No, hits=-2.9 required=4.7 symbols=ALL_TRUSTED, BAYES_00, T_SCC_BODY_TEXT_LINE device=10.2.0.1 X-ContactOffice-Account: com:175140567 Received-SPF: pass client-ip=212.3.242.68; envelope-from=derek_upham@mailfence.com; helo=wilbur.contactoffice.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, 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-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Meaningful control keys in ASCII are @, A-Z, [ \ ] ^ and _ (0x40 through 0x5f). VT100 terminals use the Control key to zero-out the top two bits of seven, leaving us with 2^5=32 characters. The above control keys happen to be a bank of 32 that are all graphical and easy to reach.) I have old notes to myself that say that VT100 terminals do a little extra mapping: Control and `?' (0x3f) sends the DEL keycode (0xff); Emacs itself seems to map Control and `/' (0x2f) to the same keycode as Control and `_' (0x1f)). Window system interfaces like GTK track individual keypresses, and Emacs supports binding other keys with Control: (global-set-key [(control ?<)] 'my-left-command) (global-set-key [(control ?>)] 'my-right-command) Some terminals even send special character sequences to Emacs that encode the Control modifier alongside the ">" character. Xterm is one of those, if you use the "xterm" terminal type. I was experimenting with Emacs configurations (in a weekly snapshot) and discovered that the PGTK interface does not support arbitrary Control modifiers. I can send any of the ASCII control keys listed above, but for all others PGTK ignores the Control modifier. Control-> turns into a plain ">", for example. These configuration options have the bug: --with-x-toolkit=gtk3 --with-xwidgets=yes --with-pgtk=yes These configuration options understand Control-> correctly. --with-x-toolkit=gtk3 --with-xwidgets=yes --with-pgtk=no I'm aware that PGTK is under active development and unreliable, and the immediate workaround is "stop using PGTK". Derek -- Derek Upham derek_upham@mailfence.com ------------=_1665371343-25379-9-- From unknown Fri Jun 20 20:11:41 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Andrew Tropin Subject: bug#56653: closed (Re: bug#55362: 29.0.50; Super key no longer works on Wayland) Message-ID: References: <87mta4ml3g.fsf@yahoo.com> <875yjs49di.fsf@trop.in> X-Gnu-PR-Message: they-closed 56653 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: moreinfo Reply-To: 56653@debbugs.gnu.org Date: Mon, 10 Oct 2022 03:09:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1665371344-25379-11" This is a multi-part message in MIME format... ------------=_1665371344-25379-11 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #55362: 29.0.50; S-SPC is treated as SPC in pgtk which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 56653@debbugs.gnu.org. --=20 55362: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D55362 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1665371344-25379-11 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 55362-done) by debbugs.gnu.org; 10 Oct 2022 03:08:53 +0000 Received: from localhost ([127.0.0.1]:45198 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohj9x-0006b0-AP for submit@debbugs.gnu.org; Sun, 09 Oct 2022 23:08:53 -0400 Received: from sonic314-22.consmr.mail.ne1.yahoo.com ([66.163.189.148]:44304) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohj9u-0006al-Mv for 55362-done@debbugs.gnu.org; Sun, 09 Oct 2022 23:08:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1665371323; bh=Kk9N4Uj06zYrEjcCQcMkry+8XfWX7hGgoTCeU+sPG8k=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From:Subject:Reply-To; b=hjZ4rxQAca5Nj0wcU3h3KKT29Qf/10rKNMRY+4Zik3TFI+AVJqLMqDvbeZiLYMi3WlY2ry3zcr5dZ8JnWf3nnReAxF6RE3oQ2FJU+y3/OlUH8VEHCAdsRjab3NqylAb8nJifgPyNTSBTPdomHuz4uovOcKu/+owaydAGBPtYmDu3yCXwiriNJVa51TC6YPHpUbB3b3c4StUyf7EBfrIas3jdPiHl8COs4Vpu84OikDcdo/cAyY5qCSGi1cmjamfcuLBLnDGgtaZcFsIUaijTV/NrXV8y7PSfxuKbOwPrmPhKGUaX+IGoBKWgxW3+lg02uIn46JunBZFnuGarCuEIMw== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1665371323; bh=ZiPuEt6Irugj+/J4L2fSb0GUpnz1K6oDaXw6GgSG//I=; h=X-Sonic-MF:From:To:Subject:Date:From:Subject; b=b6VXNWvxFS3XzadKihiaUWBBP6P3jaINwjgvOrM6XqtQ7VYTMZ7VCbvsEaS1bQh8quToHoYkPFmtFomH8XwKBhW8APWUpQ9NtbLypJbYqBhwr60F6RIgcaTVklGcieHA/r752eBz4jm0t1gn236+q/M2h4P54exL9C6w/vjU8PmP/zIw0Gc9kpgCrW2Fcd5ylVyuK2c79tLbbtRzL2uCgUBF9OMLqPqHvvMwrvDWfJ1AunRw9qv86OJxy9HXmAYXz4/9TrGsCblmJoOzg+VCM3BZ1rw36Zk79AvLwJcwGjAGMlWSQBHVYThabqlG1/DXSAaLgVjbvJxI2JpxszJciw== X-YMail-OSG: DbRulgoVM1nngzfhGhhgfcm_ImyXiWi7SNk6oZasCYhuEmpGlGUFXZiKzxZgbiV kre6_tsRAVI7sjmUlWdkKzQUT2zgQ3p4Sh6w6va_YkCjEZ4JCTHuRPtVbRBvDyL6Nft1dv61j74p m9vVjvNEQTULWf2qvSnx_3vX0EO9foeJECuN2Me1EYgdabCAZ6BHQHCGcJqguWLVmK5ajNAWiYo4 i1MnHcljSdBqv7auV4BZl8G_ZyiukNWmyiTkGDzPUUXuKBkv056P.LUnUFSVHpsVJmS1mpNiJEtr nmziWFNfgg3ylLw9otL6HZdkrWfEYUNHJSOzMPQc5kVFLQf468VxM_6Upx90jTiu89dpZtS7dWqs uxl3CjsLV4hj3J.BAwnncnJjNk6VSsjgu7AJORxzJG0jvGxn3QbD0OGCy2I5K35RXXl5PFwdQrLp sErpyBVMklTRABSfy9SDGs1Njx9N3Hs5FF7tA2g27EMtVLEz2GqpSe9Xq.bjtOrjdRrHP.ngpwtj pkIVKfnXtgIVHLgal3GwHfMpwLbhE135HO6U63bpGIO.wgYb3dot.Ghwum3L2YP8TMwU8FJ4GYJ9 .45aCVFS5cadWtdjqX.uQhqJSMHX9GbirG5sHj6JbdwfVNGQKvsnbSGnSVNz6lR5.Jse97sDsLEb BFAPJTQJFEZxgzTGvZ.muyGgPxFpXGFpJcvnXkrFB4ztNL1Sdf4fPwUHYzEAajUuyz6ecbv1ByO7 ypJlNYxSYKOA2l3vk5Pvhyi.4158NZEzzPI8f3xlWZEIl_eawpI7rooIf9mi8ZNadGi3dd7xkqqj 7hAA_P_1K0K9YP_Ym5w2TYUtsMp0myBzva75myS3bl8hXscTF2c9M6Q9.heTsxVn6_PJWPaOuIhy BtiCWdZKV9IRsBMfkaTXFSZx4ScFLsbhBaK1w.f6H9qXvhuKB6ZYTnkB8UUKptjOf6qCH8zS0vUy ym4a1c.3dnBnsBg3.TfDOhsEgp2M9WeogWDsfmadKE73R06E4lQTvJuqKNCbGsyfXz37DsQSvlFt dZEGeyYDJ6uTDvnftQfbK9j.UB61AQXpYQBDbmYoADLFteNyylqiIfyTKEwO.43kD22_Oj7NFpFU tzilUrwFw7wM4_KW.VCBD_AG_MmFjiG.6rbl7KrIALhRqpbN43judc21MxCKFdKRaniKrumgHc0z h6YL75UV27n1a8yq37dHcyhd1NGnbUL4ITFoAxUVxIDiRxmRIBcV.Q3V2NG75tiHMfyFV2vltmpE Ud5SZzb7Dad1ditsbrFLRbAuk.EOAHEvERvMsxBNNiIZR_ZzAmLcsn3.5dh1vUETpY57PlL3bZPr wg9cA7FpYvr1mI.nMecg_hmBy57blrpm2VAgsahed50m.mfNRdZCrww0Lj.JLWctbmBbklsEiVgj njRU0fQIRhFwIIfbrvzBy3FViXX8dIMmByIo.mF2TU7GKBNmEm2VHCnWnBSflPZmP3T8mB0xIOAX kFovOcnKGmcbszlQna6e2xwtFR4v0j5EDiRt3XyFzG1SOvd7_bx2i2s0FVGZXgJmal70vk0RQb5p 0sO8QAlXJc00pzR8G8q5YKbu4IuY2sZERmQjgB6CUg2mSF3rBBMqaQ11xvzXGmXBX0RuZOlQlbPj 47D7CJxm61uMkx2NwgNe7Fxmpzac2CQvernwY.ccOnC16DJO7o__5SC7ITNYyTivlQIBnEts7l2X QqKbOj1QcpsbaVnNffIbRtyV43r1VHPRQ8c1cSqA0GAwnf.m_bJpsn4C0tOmhW35oSf9hXNKKDwG fftg_LPA5pWdZeSBXrGSgzGs_kVMIEChZiT9A2p0Y2EixktazFsT7i.cyBZLC0NX1eSP0hBVtcHh OU0o_en19Nw1x6BbrKwzM1aK4ZtUnh5UOWKQu7qgotJIPoDi8GdSKn3aD2oCM6U21QQ6k.6e6AIs 8dWv6OYLHZNKqov37EqLYkqgNZ8ZogyUsCcjWknflIIeiRGILVbn2moVis6lPyshnPHl5Eal0bQk DGizwypCthnVmxTDLVDJyNGeii8cFqfUja7qSmVMpAJhKMVSQupVveyVBvGVrV9ItDVYIsm6Gc1t HdH.DBY7EoQ4Uv4bBQOnURaIHiUrP7VAoBoEfK7mOc7BjePLrmesJ8F3q6btchq7y3f7aFUjeNcP 5HYuc5pX2TlGoKJCmkG1CFle0q_lTj98O0ApyckRVYVlFN8CsOv.XT.xGJZRoLN_10HDh1iGGqf4 h73PglJAF_GvhLp_9a75vvoaScdyTSal1EFJ8omELyhw3Bw7Ydze5EByK.l1wgGMEl5ikuTa.LUi B X-Sonic-MF: Received: from sonic.gate.mail.ne1.yahoo.com by sonic314.consmr.mail.ne1.yahoo.com with HTTP; Mon, 10 Oct 2022 03:08:43 +0000 Received: by hermes--production-sg3-7794f55d99-wthxc (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID 3bcbe85428e3208a22a628df1b008863; Mon, 10 Oct 2022 03:08:40 +0000 (UTC) From: Po Lu To: Lars Ingebrigtsen Subject: Re: bug#55362: 29.0.50; Super key no longer works on Wayland References: <871qx08k43.fsf@schnouki.net> <87y1z8z16o.fsf@yahoo.com> <87zgjo8bl2.fsf@gnus.org> <87tu9wyzho.fsf@yahoo.com> Date: Mon, 10 Oct 2022 11:08:35 +0800 In-Reply-To: <87tu9wyzho.fsf@yahoo.com> (Po Lu's message of "Wed, 11 May 2022 21:23:31 +0800") Message-ID: <87mta4ml3g.fsf@yahoo.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Mailer: WebService/1.1.20702 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo Content-Length: 562 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 55362-done Cc: Thomas Jost , 55362-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Po Lu writes: > Not before Emacs 29 is released, or otherwise the GTK developers will > never fix their thing, and we will be stuck maintaining yet another > broken hack to work around one of their bugs until the end of time, > which is several degrees of magnitude more confusing because we now have > two configurations where sometimes identical, and sometimes different > GTK bugs have to be worked around. And the bug has now been fixed in GTK. The fix should be released and reach most users rather quickly, so I'm closing this bug. ------------=_1665371344-25379-11 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 20 Jul 2022 05:57:57 +0000 Received: from localhost ([127.0.0.1]:55629 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oE2iZ-00017E-KQ for submit@debbugs.gnu.org; Wed, 20 Jul 2022 01:57:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:42718) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oE2iW-000174-HH for submit@debbugs.gnu.org; Wed, 20 Jul 2022 01:57:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51096) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oE2iT-0004TE-CD for bug-gnu-emacs@gnu.org; Wed, 20 Jul 2022 01:57:50 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:44123) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oE2iO-0004XC-CB for bug-gnu-emacs@gnu.org; Wed, 20 Jul 2022 01:57:49 -0400 Received: (Authenticated sender: andrew@trop.in) by mail.gandi.net (Postfix) with ESMTPSA id CE540E0002 for ; Wed, 20 Jul 2022 05:57:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop.in; s=gm1; t=1658296661; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=pR9rR48St4LJmhsVM1LHjcsxG0rkSmAP7iPNdzx43oU=; b=lpD4pPMLPkXrVQ6QA5sW2ot7TO3WwH7azZesoEVm0C5/MTpEK0UUBa3L68HPVR3ziVI7sU t10awTOAydLJ+fATV98Qd0vw9Sh1abmg5HMF0E5FMJstwes78gZkTvhFEM/Tx1hHxRyxgF lUUd15NO2rW7xldQYnMJshq1oVjp4MBBAqdM3lNWXTpLtO0XXvdJxl9Fo2FG/1e50mKk5r wnP2V8oQcZaM2JF7jrUJyeFUe0mokWdT3GyQoxuSjiT55CDXiJVPYfE8SDruFfNqmiG3sY EpxKlFNcfjlX/hfpYuEZ3yeQMUD1WY0czUWSmT13UjCmTnBaz2ouTxlgFyRQ0g== From: Andrew Tropin To: bug-gnu-emacs@gnu.org Subject: 29.0.50; S-SPC is treated as SPC in pgtk Date: Wed, 20 Jul 2022 08:54:17 +0300 Message-ID: <875yjs49di.fsf@trop.in> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=217.70.183.196; envelope-from=andrew@trop.in; helo=relay4-d.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, 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-Spam-Score: -1.7 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.7 (--) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Everything below is additionally checked with emacs -Q. `C-h k M-S-SPC` show M-SPC (translated from M-S-SPC) runs the command just-one-space. (works as expected). `C-h k S-SPC` shows SPC runs the command self-insert-command, but I expected to see (traslated from S-SPC). In non-pgtk emacs28 it works as expected (says translated from S-SPC). In GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.30, c= airo version 1.16.0) System Description: Guix System Configured using: 'configure CONFIG_SHELL=3D/gnu/store/4y5m9lb8k3qkb1y9m02sw9w9a6hacd16-bash-minimal-5.= 1.8/bin/bash SHELL=3D/gnu/store/4y5m9lb8k3qkb1y9m02sw9w9a6hacd16-bash-minimal-5.1.8/bin= /bash --prefix=3D/gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-emacs-next-pgtk-lat= est-29.0.50-3.9ff2f0b --enable-fast-install --with-pgtk --with-modules --with-cairo --disable-build-details' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PGTK PNG RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS XIM GTK3 ZLIB Important settings: value of $EMACSLOADPATH: /home/bob/.guix-home/profile/share/emacs/site-li= sp:/gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-emacs-next-pgtk-latest-29.0.= 50-3.9ff2f0b/share/emacs/29.0.50/lisp value of $LANG: en_US.utf8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: global-git-commit-mode: t magit-auto-revert-mode: t shell-dirtrack-mode: t org-roam-db-autosync-mode: t whitespace-mode: t show-smartparens-global-mode: t show-smartparens-mode: t smartparens-mode: t envrc-global-mode: t envrc-mode: t corfu-doc-mode: t global-corfu-mode: t corfu-mode: t vertico-multiform-mode: t vertico-mode: t persp-mode: t rde-keycast-mode: t which-key-mode: t marginalia-mode: t global-guix-prettify-mode: t guix-prettify-mode: t save-place-mode: t pixel-scroll-precision-mode: t savehist-mode: t recentf-mode: t tooltip-mode: t global-eldoc-mode: t eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t window-divider-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: /gnu/store/g2b2bagb3p1vw57kxgry7pnh32grl4d0-emacs-transient-0.3.7/share/ema= cs/site-lisp/transient-0.3.7/transient hides /gnu/store/h5j43picv48cadv3shm= 6zaws8mi1sf2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/= lisp/transient /gnu/store/ak7yyn4ifq52lks7ji2grf4w8517ds0i-emacs-jsonrpc-1.0.15/share/emac= s/site-lisp/jsonrpc-1.0.15/jsonrpc hides /gnu/store/h5j43picv48cadv3shm6zaw= s8mi1sf2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp= /jsonrpc /gnu/store/4afhsn13l18qd549135yfyr27l9dy1ij-emacs-auth-source-pass-5.0.0-2.= 847a1f5/share/emacs/site-lisp/auth-source-pass-5.0.0-2.847a1f5/auth-source-= pass hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-emacs-next-pgtk-late= st-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/auth-source-pass /gnu/store/6al6nhnkxkgznh7fla8rsyis8cxywz6l-emacs-xref-1.4.1/share/emacs/si= te-lisp/xref-1.4.1/xref hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-e= macs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/progmodes/= xref /gnu/store/qc3b61ygmgpnhssy4yvk4a66xcd81kss-emacs-project-0.8.1/share/emacs= /site-lisp/project-0.8.1/project hides /gnu/store/h5j43picv48cadv3shm6zaws8= mi1sf2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/p= rogmodes/project /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ox hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-emacs= -next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ox /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ox-texinfo hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf= 2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ox= -texinfo /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ox-publish hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf= 2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ox= -publish /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ox-org hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-e= macs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ox-org /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ox-odt hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-e= macs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ox-odt /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ox-md hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-em= acs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ox-md /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ox-man hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-e= macs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ox-man /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ox-latex hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w= -emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ox-l= atex /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ox-koma-letter hides /gnu/store/h5j43picv48cadv3shm6zaws8m= i1sf2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/or= g/ox-koma-letter /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ox-icalendar hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1= sf2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/= ox-icalendar /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ox-html hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-= emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ox-ht= ml /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ox-beamer hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ox-= beamer /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-emac= s-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/org /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ox-ascii hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w= -emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ox-a= scii /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-timer hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/org= -timer /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-table hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/org= -table /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-src hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-= emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/org-s= rc /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-refile hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf= 2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/or= g-refile /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-protocol hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1= sf2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/= org-protocol /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-plot hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w= -emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/org-= plot /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-pcomplete hides /gnu/store/h5j43picv48cadv3shm6zaws8mi= 1sf2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org= /org-pcomplete /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-num hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-= emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/org-n= um /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-mouse hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/org= -mouse /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-mobile hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf= 2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/or= g-mobile /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-macs hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w= -emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/org-= macs /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-macro hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/org= -macro /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-loaddefs hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1= sf2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/= org-loaddefs /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-list hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w= -emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/org-= list /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-lint hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w= -emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/org-= lint /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-keys hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w= -emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/org-= keys /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-inlinetask hides /gnu/store/h5j43picv48cadv3shm6zaws8m= i1sf2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/or= g/org-inlinetask /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-indent hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf= 2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/or= g-indent /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-id hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-e= macs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/org-id /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-habit hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/org= -habit /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-goto hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w= -emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/org-= goto /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-footnote hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1= sf2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/= org-footnote /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-feed hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w= -emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/org-= feed /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-faces hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/org= -faces /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-entities hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1= sf2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/= org-entities /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-element hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1s= f2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/o= rg-element /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-duration hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1= sf2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/= org-duration /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-ctags hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/org= -ctags /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-compat hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf= 2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/or= g-compat /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-colview hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1s= f2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/o= rg-colview /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-clock hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/org= -clock /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-capture hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1s= f2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/o= rg-capture /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-attach hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf= 2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/or= g-attach /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-archive hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1s= f2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/o= rg-archive /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-agenda hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf= 2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/or= g-agenda /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ol hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-emacs= -next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ol /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ol-bibtex hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ol-= bibtex /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ol-bbdb hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-= emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ol-bb= db /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/oc hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-emacs= -next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/oc /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/oc-csl hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-e= macs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/oc-csl /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/oc-basic hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w= -emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/oc-b= asic /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-tangle hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-= tangle /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-sql hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-e= macs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-sql /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-shell hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w= -emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-s= hell /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-ruby hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-= emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-ru= by /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-python hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-= python /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-octave hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-= octave /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-lua hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-e= macs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-lua /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-lilypond hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1s= f2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/o= b-lilypond /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-julia hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w= -emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-j= ulia /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-java hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-= emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-ja= va /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-haskell hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf= 2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob= -haskell /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-gnuplot hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf= 2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob= -gnuplot /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-exp hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-e= macs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-exp /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-core hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-= emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-co= re /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-comint hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-= comint /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-R hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-ema= cs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-R /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-C hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-ema= cs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-C /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-version hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1s= f2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/o= rg-version /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-tempo hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/org= -tempo /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-install hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1s= f2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/o= rg-install /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-datetree hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1= sf2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/= org-datetree /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-crypt hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/org= -crypt /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/org-attach-git hides /gnu/store/h5j43picv48cadv3shm6zaws8m= i1sf2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/or= g/org-attach-git /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ol-w3m hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-e= macs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ol-w3m /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ol-rmail hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w= -emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ol-r= mail /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ol-mhe hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-e= macs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ol-mhe /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ol-man hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-e= macs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ol-man /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ol-irc hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-e= macs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ol-irc /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ol-info hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-= emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ol-in= fo /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ol-gnus hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-= emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ol-gn= us /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ol-eww hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-e= macs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ol-eww /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ol-eshell hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ol-= eshell /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ol-doi hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-e= macs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ol-doi /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ol-docview hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf= 2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ol= -docview /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/oc-natbib hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/oc-= natbib /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/oc-biblatex hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1s= f2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/o= c-biblatex /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-emacs= -next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-table hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w= -emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-t= able /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-sqlite hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-= sqlite /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-sed hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-e= macs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-sed /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-screen hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-= screen /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-scheme hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-= scheme /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-sass hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-= emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-sa= ss /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-ref hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-e= macs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-ref /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-processing hides /gnu/store/h5j43picv48cadv3shm6zaws8mi= 1sf2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org= /ob-processing /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-plantuml hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1s= f2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/o= b-plantuml /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-perl hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-= emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-pe= rl /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-org hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-e= macs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-org /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-ocaml hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w= -emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-o= caml /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-maxima hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-= maxima /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-matlab hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-= matlab /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-makefile hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1s= f2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/o= b-makefile /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-lob hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-e= macs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-lob /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-lisp hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-= emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-li= sp /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-latex hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w= -emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-l= atex /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-js hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-em= acs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-js /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-groovy hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-= groovy /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-fortran hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf= 2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob= -fortran /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-forth hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w= -emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-f= orth /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-eval hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-= emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-ev= al /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-eshell hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2= w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-= eshell /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-emacs-lisp hides /gnu/store/h5j43picv48cadv3shm6zaws8mi= 1sf2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org= /ob-emacs-lisp /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-dot hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-e= macs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-dot /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-ditaa hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w= -emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-d= itaa /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-css hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-e= macs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-css /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-clojure hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf= 2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob= -clojure /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-calc hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-= emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-ca= lc /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/sit= e-lisp/org-9.5.4/ob-awk hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1sf2w-e= macs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/org/ob-awk /gnu/store/jp1zjpd56x41kkdns8fnci6w3jvxmz5m-emacs-nadvice-0.3/share/emacs/s= ite-lisp/nadvice-0.3/nadvice hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1s= f2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/emacs= -lisp/nadvice /gnu/store/jyay8ilngbbllpndkcyz8vp8xjarrn29-emacs-eldoc-1.12.0/share/emacs/= site-lisp/eldoc-1.12.0/eldoc hides /gnu/store/h5j43picv48cadv3shm6zaws8mi1s= f2w-emacs-next-pgtk-latest-29.0.50-3.9ff2f0b/share/emacs/29.0.50/lisp/emacs= -lisp/eldoc Features: (mailalias mailclient textsec uni-scripts idna-mapping uni-confusable textsec-check qp company shadow sort cape mail-extr ol-notmuch notmuch notmuch-tree notmuch-jump notmuch-hello notmuch-show notmuch-print notmuch-crypto notmuch-wash coolj notmuch-query goto-addr icalendar hl-line notmuch-mua notmuch-message notmuch-draft notmuch-tag notmuch-maildir-fcc notmuch-address notmuch-company notmuch-parser notmuch-lib notmuch-compat pcase emacsbug vterm docker-tramp tramp-cache tramp tramp-loaddefs trampver tramp-integration files-x tramp-compat ls-lisp color term ehelp vterm-module term/xterm xterm vertico-buffer shortdoc cl-print embark-consult consult-vertico consult compat-28 compat password-store embark ffap dabbrev bug-reference magit-extras git-gutter-transient git-gutter-fringe fringe-helper git-gutter magit-bookmark magit-submodule magit-obsolete magit-popup magit-blame magit-stash magit-reflog magit-bisect magit-push magit-pull magit-fetch magit-clone magit-remote magit-commit magit-sequence magit-notes magit-worktree magit-tag magit-merge magit-branch magit-reset magit-files magit-refs magit-status magit package url-handlers magit-repos magit-apply magit-wip magit-log which-func magit-diff smerge-mode diff git-commit log-edit pcvs-util add-log magit-core magit-autorevert autorevert filenotify magit-margin magit-transient magit-process with-editor shell magit-mode magit-git magit-utils crm geiser-mode geiser-xref geiser-guile info-look info geiser geiser-repl geiser-compile geiser-debug compile transient geiser-image geiser-company geiser-doc geiser-menu geiser-edit etags fileloop geiser-completion geiser-autodoc geiser-eval geiser-connection tq geiser-syntax geiser-log geiser-popup view geiser-impl help-fns radix-tree geiser-custom geiser-base scheme vc-mtn vc-hg vc-bzr vc-src vc-sccs vc-svn vc-cvs vc-rcs expand-region text-mode-expansions the-org-mode-expansions clojure-mode-expansions er-basic-expansions expand-region-core expand-region-custom tabify ucs-normalize elfeed-link elfeed-show elfeed-search elfeed-csv elfeed elfeed-curl elfeed-log xml-query elfeed-db elfeed-lib orderless org-roam-migrate org-roam-log org-roam-mode org-roam-capture org-roam-id org-roam-node org-roam-db org-roam-utils org-roam-compat org-roam org-capture org-attach org-id emacsql-sqlite url-http url-auth url-gw nsm emacsql emacsql-compiler magit-section mule-util cursor-sensor vertico-repeat misearch multi-isearch diary-lib diary-loaddefs cal-iso org-duration vc-git diff-mode olivetti org-eldoc org-indent org-element avl-tree generator disp-table ol-eww eww xdg url-queue mm-url ol-rmail ol-mhe ol-irc ol-info ol-gnus nnselect gnus-art mm-uu mml2015 mm-view mml-smime smime dig gnus-sum shr pixel-fill kinsoku url-file url-dired svg dom browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util auth-source-pass url-parse auth-source url-vars gnus-group gnus-undo gnus-start gnus-dbus dbus xml gnus-cloud nnimap nnmail mail-source utf7 netrc nnoo parse-time gnus-spec gnus-int gnus-range message sendmail mailcap yank-media rmc puny rfc822 mml mml-sec password-cache epa derived epg rfc6068 epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev gmm-utils mailheader gnus-win gnus nnheader gnus-util mail-utils range mm-util mail-prsvr ol-docview doc-view jka-compr image-mode exif dired dired-loaddefs ol-bibtex ol-bbdb ol-w3m ol-doi org-link-doi face-remap org-agenda org-refile org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-footnote org-src ob-comint org-pcomplete pcomplete comint org-list org-faces org-entities noutline outline org-version ob-emacs-lisp ob-core ob-eval org-table oc-basic bibtex iso8601 time-date org-keys oc org-loaddefs find-func cal-menu calendar cal-loaddefs ol org-compat org-macs moody keycast format-spec server time whitespace edmacro kmacro smartparens-config smartparens-text smartparens-clojure smartparens easy-mmode cl envrc inheritenv ansi-color json map corfu-doc corfu vertico-multiform vertico-directory cus-start vertico cl-extra perspective xref project advice ido configure-transmission configure-notmuch configure-markdown configure-ledger configure-clojure sesman vc vc-dispatcher clojure-mode lisp-mnt align thingatpt imenu configure-eglot configure-smartparens configure-org-agenda configure-org-roam configure-org configure-git configure-nov-el configure-pdf-tools saveplace-pdf-view bookmark text-property-search configure-telega configure-elpher configure-erc configure-message configure-monocle configure-eshell configure-dired configure-ispell configure-keycast configure-which-key which-key configure-input-method cyrillic-dvorak-im quail help-mode configure-perspective configure-project configure-vertico configure-corfu configure-completion marginalia configure-faces configure-appearance modus-operandi-theme modus-themes configure-rde-emacs guix-prettify guix-utils bui-utils dash guix-auto-mode guix cap-words superword subword saveplace pixel-scroll ring savehist recentf tree-widget cus-edit pp cus-load wid-edit configure-envrc configure-vterm configure-docker configure-pass configure-rde-keymaps transmission-autoloads consult-notmuch-autoloads notmuch-autoloads ledger-mode-autoloads configure-clojure-autoloads html-to-hiccup-autoloads flymake-kondor-autoloads spinner-autoloads sesman-autoloads queue-autoloads epl-autoloads pkg-info-autoloads parseclj-autoloads a-autoloads parseedn-autoloads clojure-mode-autoloads cider-autoloads consult-eglot-autoloads jsonrpc-autoloads eldoc-autoloads eglot-autoloads markdown-mode-autoloads smartparens-autoloads pg-autoloads finalize-autoloads emacsql-autoloads emacsql-sqlite3-autoloads org-roam-autoloads arduino-mode-autoloads ede/auto eieio-base cl-seq eieio eieio-core cl-macs eieio-loaddefs cl-loaddefs cl-lib org-contrib-autoloads org-autoloads configure-git-autoloads git-gutter-transient-autoloads fringe-helper-autoloads git-gutter-autoloads git-gutter-fringe-autoloads git-timemachine-autoloads git-link-autoloads pcre2el-autoloads magit-todos-autoloads justify-kp-autoloads kv-autoloads esxml-autoloads nov-el-autoloads saveplace-pdf-view-autoloads pdf-tools-autoloads page-break-lines-autoloads dashboard-autoloads log4e-autoloads gntp-autoloads alert-autoloads telega-contrib-autoloads rainbow-identifiers-autoloads company-autoloads visual-fill-column-autoloads telega-autoloads elpher-autoloads configure-erc-autoloads erc-hl-nicks-autoloads configure-monocle-autoloads hide-mode-line-autoloads olivetti-autoloads configure-eshell-autoloads keycast-autoloads moody-autoloads which-key-autoloads configure-perspective-autoloads perspective-autoloads vertico-autoloads corfu-doc-autoloads corfu-autoloads configure-completion-autoloads cape-autoloads pcmpl-args-autoloads marginalia-autoloads orderless-autoloads configure-appearance-autoloads modus-themes-autoloads configure-rde-emacs-autoloads magit-popup-autoloads geiser-guile-autoloads xref-autoloads project-autoloads geiser-autoloads edit-indirect-autoloads bui-autoloads guix-autoloads expand-region-autoloads inheritenv-autoloads envrc-autoloads vterm-autoloads dockerfile-mode-autoloads tablist-autoloads json-snatcher-autoloads json-mode-autoloads rx docker-tramp-autoloads js2-mode-autoloads simple-httpd-autoloads skewer-mode-autoloads aio-autoloads docker-autoloads configure-pass-autoloads embark-autoloads configure-rde-keymaps-autoloads password-store-otp-autoloads auth-source-pass-autoloads password-store-autoloads pass-autoloads org-present-autoloads restart-emacs-autoloads ts-autoloads taxy-magit-section-autoloads with-editor-autoloads magit-autoloads taxy-autoloads plz-autoloads ement-autoloads minimap-autoloads multitran-autoloads transient-autoloads async-autoloads ytdl-autoloads zoutline-autoloads ivy-autoloads swiper-autoloads iedit-autoloads hydra-autoloads avy-autoloads ace-window-autoloads lispy-autoloads yaml-mode-autoloads nginx-mode-autoloads svg-lib-autoloads kind-icon-autoloads all-the-icons-dired-autoloads memoize-autoloads dash-autoloads s-autoloads f-autoloads all-the-icons-autoloads all-the-icons-completion-autoloads org-modern-autoloads compat-autoloads consult-autoloads consult-dir-autoloads hl-todo-autoloads elfeed-autoloads guix-emacs seq gv subr-x byte-opt bytecomp byte-compile cconv iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/pgtk-win pgtk-win term/common-win tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice simple cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify dynamic-setting system-font-setting font-render-setting cairo gtk pgtk lcms2 multi-tty make-network-process emacs) Memory information: ((conses 16 673746 266696) (symbols 48 45199 12) (strings 32 165154 28007) (string-bytes 1 5292611) (vectors 16 113237) (vector-slots 8 2155495 227408) (floats 8 812 1095) (intervals 56 7091 2034) (buffers 992 30)) =2D-=20 Best regards, Andrew Tropin --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmLXmVEACgkQIgjSCVjB 3rAbuBAAjoiuCPFtmt0/xGobEBQ+mR5dCH1DSDigILeclVS7Ohe5FKdPo1uhWWSw gg1eLB1phb7jmWJmQgrH02YJuDNzugurr2GAFrwH3r2e8JD/kpATgKaXyZg8TST+ /EG/IE/Ba6M1Wtg5uhA3TVl/tPcvm7F3kK/DJM3ziYXMcxGvQwVPFecqbmqUWvTS cnhVLumBTsDYvRpzvLgrNHL3qSpwOxWkzb0MtNEY6gocn6Tgextl+aX27nAJvnid TJl9p8BG2VlFZHgNAIFQTXydb3S9uLPtLvjXho2V0YPSzm4A4vPvcVpQrNrZTlBI YGYHCeR4Nc2rNY4YZCuVDpZY65hJqP0N4YdiUJ1NRywKxYoJM5YKOr7on7jkOc9r F9ruhrfh0V94hDZhIJg9GtbGGvsgdprlSVxNuh0ZAr2Glask10kyB8yo20UbKemA 7IsmJo6fnnskQ25m2HS2FlJrdZqzqRga+9N/0h5v2L0rsCN7gvCTjA5Zo6mEiWaT 0YE3ilHPTOELVsnGx83Bf+xp5KvI+otsN8LvpXJrPdE08KbAFBZnT268iKDgsWY3 kntU8f2p2THqeDeIn4eE4a1Rx1h/AY2M0CprhZyhbFJgY3B7O7Vpi6kwIFRnw7dK y0K/vcA+NG4EjxjD83MMxqu6Q7xi5jCFPwo5Vn7jP6IqTBiBDoY= =8owD -----END PGP SIGNATURE----- --=-=-=-- ------------=_1665371344-25379-11-- From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 24 03:32:35 2022 Received: (at control) by debbugs.gnu.org; 24 Nov 2022 08:32:35 +0000 Received: from localhost ([127.0.0.1]:57148 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oy7et-0007J2-AY for submit@debbugs.gnu.org; Thu, 24 Nov 2022 03:32:35 -0500 Received: from mail-lf1-f48.google.com ([209.85.167.48]:38518) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oy7eo-0007Ij-OU for control@debbugs.gnu.org; Thu, 24 Nov 2022 03:32:34 -0500 Received: by mail-lf1-f48.google.com with SMTP id g7so1483721lfv.5 for ; Thu, 24 Nov 2022 00:32:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=3bIX2e+nz2hIivLa3RkMcfLnc+DWKZjYBR4rctY1VBM=; b=Sdi+2KpZ0SmpBaSIlKC7yTCa6sC5aR6OhLlfKbQ3cqmVuIBue9s1E9g5zcJ8H0lKml oWGfntHVSPm7Br3GHUHGdlFlyBG6K8SFleQ0aazhx/5lQMidc2wmCn6d2pNDYSpEE08E iBb17yd3/V15icgO1jIj/WVmiDNwcyatbuvHeM/8WK/201Hfxo6c0deVBICgiLFAaC7z kr7spT+42wVPoGfbXL+466g7qcjTV7nxtykkMBuHS42zIKg/SXPzb+5zRk30niLLVAHW zQGx5z7dlwZayXOKjPnkBRXt3OzTvFiLCXJS1/ETLs/1XjFbA3ST2z9QYdHmD1+0bT2l poqw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=3bIX2e+nz2hIivLa3RkMcfLnc+DWKZjYBR4rctY1VBM=; b=ruwiHmizG3jnQJ+vDgT8krAPkKzMMCxvHjVz5IryooToXVe8dPza79xVg5EEHQEW8i RSGlV1m1eHfVuj9Ir+EoKb8Sav0Klojb/6By9Hgij7GB6hBfL1JhGkuEyQS/E5zg+Bf5 olvSExl76LHBmy8axwfzgYiJYMUJC3IrKGkyV8Gi3YGabZ4XFv3DSCJdrM/rH3LMIPLC OAQfGvjURNGYoLz4W+WUfYFnSh8FyTTBitXygS9j6JbWBCiIfBK603wx6W+r2n7b1ON5 FszPgIHkDWoILOiaXmrAUMJPQI746UqKw3yOVLpTkKhaXIaAahaFMPN8ZBac7d3LYhIB qHTg== X-Gm-Message-State: ANoB5pl0C7SQFPMkRGekWejeU16ny/+hWhV6e6nrzLc2i9K/Gc7MVC6R 3f8fIJld0Xj/MtLPC32oPllKTobKCRppEoD8JcffJTPsnT4J6w== X-Google-Smtp-Source: AA0mqf4KwGWL+VQW9dV3kn6MOjedGXCGMZxHlidsba7pWsgH+NkAr/DXeNU00e48X6qOaG0cXN4jCt4nU72Lr/AuHkQ= X-Received: by 2002:a19:6a14:0:b0:4b4:e24d:c617 with SMTP id u20-20020a196a14000000b004b4e24dc617mr3421022lfu.61.1669278744062; Thu, 24 Nov 2022 00:32:24 -0800 (PST) MIME-Version: 1.0 From: Daan Ro Date: Thu, 24 Nov 2022 15:32:12 +0700 Message-ID: Subject: To: control@debbugs.gnu.org Content-Type: multipart/alternative; boundary="00000000000092307405ee333eb8" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: unarchive 55362 -- Daanturo. unarchive 55362 Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (daanturo[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.0 HTML_MESSAGE BODY: HTML included in message -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.167.48 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.167.48 listed in list.dnswl.org] 2.0 BLANK_SUBJECT Subject is present but empty 0.0 TVD_SPACE_RATIO No description available. X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) --00000000000092307405ee333eb8 Content-Type: text/plain; charset="UTF-8" unarchive 55362 -- Daanturo. --00000000000092307405ee333eb8 Content-Type: text/html; charset="UTF-8"
unarchive 55362

--
Daanturo.
--00000000000092307405ee333eb8-- From unknown Fri Jun 20 20:11:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#55362: 29.0.50; Super key no longer works on Wayland References: <871qx08k43.fsf@schnouki.net> In-Reply-To: <871qx08k43.fsf@schnouki.net> Resent-From: daanturo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 24 Nov 2022 08:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55362 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: 55362@debbugs.gnu.org Received: via spool by 55362-submit@debbugs.gnu.org id=B55362.166927886528278 (code B ref 55362); Thu, 24 Nov 2022 08:35:01 +0000 Received: (at 55362) by debbugs.gnu.org; 24 Nov 2022 08:34:25 +0000 Received: from localhost ([127.0.0.1]:57153 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oy7ge-0007M2-Mb for submit@debbugs.gnu.org; Thu, 24 Nov 2022 03:34:24 -0500 Received: from mail-pl1-f180.google.com ([209.85.214.180]:36366) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oy7gc-0007Lo-Bq for 55362@debbugs.gnu.org; Thu, 24 Nov 2022 03:34:23 -0500 Received: by mail-pl1-f180.google.com with SMTP id y10so887395plp.3 for <55362@debbugs.gnu.org>; Thu, 24 Nov 2022 00:34:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:content-language:to:subject:from :user-agent:mime-version:date:message-id:from:to:cc:subject:date :message-id:reply-to; bh=o9ZuHukkOpi4MlgP/CEJsLgHqXQF8mGdpAq2dawsUxc=; b=FWmH0hOgesHKw0h8rfQ1ygjAyPscHAgFo2Fr5jx+vWtXYDgUeyAV/hbfR39mjDNURD ikIVV2qx7OBXqmP7x4uHvgNGXptKpmf600VCipNMgMU/wg2uE29YxT2LdT/WcQNwAxNX ssbk7fjhMSBsy8ysTdQBHTu20IKPKp0WVae8fqZ55sbyLro0t2sDBiZl+GJlv0rbT7UE eIyoMabSCTIxYiSTeCuvgNLw04aWYE731gZ/sPgWH14GjMlEPdohooNAUMNDOQVuR2eb Sz1EPhx7ZvOx5FevZmiKTTVXCKu0jqTKg2spWhPUD8r7YcqNVvH1SaMFaQxzIElMPzJF eiHg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:content-language:to:subject:from :user-agent:mime-version:date:message-id:x-gm-message-state:from:to :cc:subject:date:message-id:reply-to; bh=o9ZuHukkOpi4MlgP/CEJsLgHqXQF8mGdpAq2dawsUxc=; b=tpEU1Jm5nq+iujwbOYe8FK38xPYWOXNIpDEL0wYhqYNcwbf+M1XFdoCkPVVWpgYZgX c155j5YBhRQ4gqUV0HnTtsgOMYSoIPdNVR2SMXp8Da8RPNtHUQE9zBamjo4bdbe5hc46 48G87yRY6WgjwMAKkIVd8MZTRpKSfdlxVmekipPgFAJ5RbXfenWXMLGfNl4XGhr7iRXH voV/Kht4BX5LN9xK1XNrbyefTyUHK3khRgLP46R+v11rzNWpYWQMuRIigFhdzNUE+B/K BV2izLCQ63PX0fwlSKah948Jrt5GAqAmzXcqiFbTfGB4jEbs4myrjf/clSlApn2K7NwI ookg== X-Gm-Message-State: ANoB5pnOmMiKQH0Z9Xe2XO8JWpKR44XVim015C3M+1P0CZsXNz4SyNv7 x5ag186RXGpN6dBkbIDKsnKQPjeGJTQ= X-Google-Smtp-Source: AA0mqf7y+Hovc+GsZwSdNfUJsY+QaDAYOUJfQZhM/8CDVkk+rK8cUdkW5CH6HEKR1xwAri31erMpfw== X-Received: by 2002:a17:902:ce90:b0:186:6d34:b7b5 with SMTP id f16-20020a170902ce9000b001866d34b7b5mr15844111plg.37.1669278856383; Thu, 24 Nov 2022 00:34:16 -0800 (PST) Received: from ?IPV6:2001:ee0:4fcc:ec00:eb70:935f:81a:2432? ([2001:ee0:4fcc:ec00:eb70:935f:81a:2432]) by smtp.gmail.com with ESMTPSA id x25-20020aa79ad9000000b0056befcd7958sm612793pfp.84.2022.11.24.00.34.15 for <55362@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 24 Nov 2022 00:34:15 -0800 (PST) Message-ID: <5c473464-f0fc-235b-ec17-5afd000b839a@gmail.com> Date: Thu, 24 Nov 2022 15:34:13 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0 From: daanturo Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) The latest GTK3 version - 3.24.35 - released yesterday didn't include the fix by https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5088/diffs : https://gitlab.gnome.org/GNOME/gtk/-/tags/3.24.35 https://gitlab.gnome.org/GNOME/gtk/-/blob/14cf55f98ddd71ad3f91487eda1c7f14d67de119/gdk/wayland/gdkkeys-wayland.c I have just updated it on Arch and built Emacs on master but the super key still isn't recognized. If I understand correctly Emacs PGTK depends on GTK3 but not GTK4, then we should request GTK devs to backport the fix to GTK3? -- Daanturo. From unknown Fri Jun 20 20:11:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#55362: 29.0.50; Super key no longer works on Wayland Resent-From: Po Lu Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 25 Nov 2022 00:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55362 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: daanturo Cc: 55362@debbugs.gnu.org Received: via spool by 55362-submit@debbugs.gnu.org id=B55362.166933665311348 (code B ref 55362); Fri, 25 Nov 2022 00:38:02 +0000 Received: (at 55362) by debbugs.gnu.org; 25 Nov 2022 00:37:33 +0000 Received: from localhost ([127.0.0.1]:60607 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oyMij-0002wy-Gz for submit@debbugs.gnu.org; Thu, 24 Nov 2022 19:37:33 -0500 Received: from sonic310-25.consmr.mail.ne1.yahoo.com ([66.163.186.206]:46175) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oyMig-0002wi-Al for 55362@debbugs.gnu.org; Thu, 24 Nov 2022 19:37:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1669336643; bh=xmruJKKwPgMEOeHmRyw3LJGyvMmLmpyViFlK6l84eXU=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From:Subject:Reply-To; b=Okn2NUoqAkG2iN0KXvpbo7U1+bud73FXIcHZ68uAfTJt8ct0mINgzVZlNau1ktZ4PMED4pbg6U9GrMapLeZshOJvUECMnIb3lkgNFeRZuTnkDQuR1tmolnswt1+HltH6kuTMfB/Y6fN2HXnj0HlPp8x4ghQ0fxcUOHc8ePwOV1nU40AG8IeDAdE/Ncq/NC8tcCXsDXrkniXyMghRyxXYx7Fyf/fqme2WaC3SC2EjphJW8hGuiU53pzc5L5q4stAHZyjix0BloXQDAxkh75Tcg+BTuVxEh8n86ieXbtnaMNTFUtD8ffwO/EvmNL071mTtccBLw87ZHyhxz0qWM+ri6g== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1669336643; bh=4n/dQqD5QNFYZouvLy/Pbf0J5WcIafTRTnrGxdZo8hc=; h=X-Sonic-MF:From:To:Subject:Date:From:Subject; b=WUxP2/pbTxFLN06vMSSeAkqbHKsqdeptgPq/jRVAhxiW0OTQYlLJS96uDuph5cdZ6FXbA/mBveQh621PLVu/8Erc3blHv+Qhjqns8B6gONLExeDofFR8Sq+r+H1Zx4btKoY74XaOAv9gMRZGXkpInfZc9dELu5VfVFqivBXwOQBRzZHczNdk0oQip2rWBzFxgwJ7WhsWXm3jz+obFURPpizyncPmj60t2JDEsfLIkKjEA0h6PrHTEpvWo6G20191+9AwJb4yJR2SOQIOzWDaHZ7tRgZ+kKOew8WuKgUocf8cfPi1q7+bSOo+i0Al6zguwLhmLxWVxizWlK5gLbhgGg== X-YMail-OSG: rnL3pO4VM1n1e0qmITqxHTYCsuN4JDGbEaS_pbn2PVIvMi_h75NAj8F7.2RzKeh Lk_VWIrWmVqocyc2dv2Za28tVwZwzkM.e2hXZI9KiF1KDBGhh2yMKgZp6XKliHTy6dFLxec_SXtK .IAtmoVi1L3Y2ih1Nz5PCnXVbnBCBRhTErceIgNg1CrbO4gOUsUonnEA.kBv_u3QV8WaHDzp3wBV 6GQFHwjIL.Up8YCQOrPkudyCEx85aCViValn8DiUxDBGahNRCaPiSEwFQ4CXQFcBe3boR7_GYbyU mMpCVJlCq_kFMtLpdhuJUKWaXpPSRgjzNRXNbaOpOKV9IWGYtFRkvI24yvSnqv4lJYPrI7ufFli9 uZ0vO3_SZnF_UX7uFPcRU.FGxy.gg.QhfCYE1D8CB3.Uui3ZglQzSSycs4AC4JrOmltXDTbVx1Gs wPhMvxRyCWWQ0cdaEAXFqP8FbN27RX.oqBL57vZyviMo1plhCgdQnghaIXoXxDV3LMizNj8x1n3V lSNm8comdKUegrn2_TBrSFKF1EKj._n8xRdfLvfChZHIg3HiEPCgRP7.omVJWSz5LpjhLfXhhs_8 gl_iX3tJ94wrrjCtrcKCCWaEgaT5KV6T9xiO.LR66Rfxgx80oefiYOb2CfOsqOJ1o_wlrYArGSMb H.j_H4ViQ3V98giJTY3NMEfDXEBFT6040tnqdNrpTRMW0kem0sXRyadX9b4ZoxjVCBX6EDtkSdCw NnP1GVPc0ceDOVKd0X.W._H6phT.OjLoBPmsIaQl4l9oo4DiJfcoFS1K2F2UbEO9pMCssZgYAWHs jfH3YY3CpfXwGHjhzCDjhqmasY8TobFhm0Ztj5uV5gGcuNNvC7k.ztLVknKAhjVlqw5GpCvSCDgG 9VRSwvCMy9HM8j5C0HmIM2NwNyNp25X.8FaHjSertBCWDoKfNIR_3WfP308Rsk04NMsJJmbMhvvm eE._p0HwrzKctV6.4JzKwiyQFqmB6nAoF0BIZwXptYmzYtmorQYGjya3rLv1Oo950Mw3hC_aqH_0 E3j3c9b.z9Mzi.vcuKdsC5V86CEN5O8e_N3PHZetSUNGaLFNLsNHH9dZZIRqRp4awNpz4cwj3ybu rEjMV5ABhhrNbCRgPdVb0IpQE8XVC22IwGgLfhUhDkIV2JjcfZhBMMTJ3kKGGzaJPI_4obVU2sxV ZooXpWgvv8_GrmHwSMCxGu5TiBWcNawO9SxMqMwnJqEO00xmYJr0afsqjrbf2eV5DWhOmSlTMTgT FFkWKfY7XrfYCX.eOcUHeSbVN3GtIUlOG6ArwrnY6vogYMmXXd5o1hJzUZVOuCro_zy9FiUqqd6a WJkm_QgtK4hCvU8x.H7hU7voN5mGrYINediKPc3a0KlkoUhSqijSO9e1bxT5bpBceN2BtJDu1fun TcmLq7hiz5ivP9R_a5RDR3Rf67XVP3UBmtzKgvU5crNuV.DasgiXrqKOFCZxGHgj9w6jlh9te5DR BkBJaP1sSZuN_4OkLGTgylBTVaOmNBUSferLyWRQvF19GbaH_U1BNliF7Ew9qY3BEvf8L1kJFPGT 6uBThl.EU9c8S4UHsK0zacD4Xs697kvZOKk6lfGPzceKTxSBDDQy96rj8uPs7bsPTc0EzeO4m92N H.b0kSK1uRoUbORe1W4oHMrLCBT25wf64rBirVx06RhTho8VfG__MbcMo5vgo77JUoEmXqlc4V_4 cwGKjQFdKPE2W5AfDrGWAQRuIoPioa_zweJjoNOAi2VN3VNu0VSic8rv4E79Xh6fP45.xl__ZLNm urYPQqEiUnFaijPHPOLjzLBDdg7kLLQzrsMsztHdWwkWdXUzfqJ8TiFRQX2FIgdN.Bc4po4IE9_V gHurHPNLIpin9mMVu87UnJztZpgLXMfWaOqyoa4Qb3W.i9OYtPFvW5uw_u80F_TuzP4ZM17Lndjv y1iPDeoGG7R1J0h84TrIrejCih15BRHerS980QZqR3AZAuiOhsyqjnL.jC2wgDcQqDHEIKAotuBt gN0UFM5K.WzCd4_MK22RPY8RwMvZMEuBoYFrCmq_u6TZPlDskOwb4wUgHGN._Bx92MM8d9n5qwJr S.NRrbN1Qdnk3IlvKsml7MsoXvOnWsv5vj_hgK0NFevU4TQebkVaHJwMuPQMnIUbo4xUC3dyQZoX A9x0FIakoXHZLlkkpGARU.7z8SOjt.he4wMtcXR1jB.o67XAwWEHTACJJ0alBDsdUwEz7x0KRy56 9H_YfIEuMaHav9_8PVyzgQtl6NM5C20gIct99nHxq9gJ_bL8MYedqSATW6h.tWtVcQ4avzw-- X-Sonic-MF: Received: from sonic.gate.mail.ne1.yahoo.com by sonic310.consmr.mail.ne1.yahoo.com with HTTP; Fri, 25 Nov 2022 00:37:22 +0000 Received: by hermes--production-sg3-6c8895b545-xbfp8 (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID 65ec624a0f2cb331769b2fe03ec932b6; Fri, 25 Nov 2022 00:37:19 +0000 (UTC) From: Po Lu In-Reply-To: <5c473464-f0fc-235b-ec17-5afd000b839a@gmail.com> (daanturo@gmail.com's message of "Thu, 24 Nov 2022 15:34:13 +0700") References: <871qx08k43.fsf@schnouki.net> <5c473464-f0fc-235b-ec17-5afd000b839a@gmail.com> Date: Fri, 25 Nov 2022 08:37:12 +0800 Message-ID: <87edtrzx6v.fsf@yahoo.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Mailer: WebService/1.1.20863 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo Content-Length: 725 X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) daanturo writes: > The latest GTK3 version - 3.24.35 - released yesterday didn't include > the fix by > https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5088/diffs : > > https://gitlab.gnome.org/GNOME/gtk/-/tags/3.24.35 > https://gitlab.gnome.org/GNOME/gtk/-/blob/14cf55f98ddd71ad3f91487eda1c7f14d67de119/gdk/wayland/gdkkeys-wayland.c > > > I have just updated it on Arch and built Emacs on master but the super > key still isn't recognized. If I understand correctly Emacs PGTK depends > on GTK3 but not GTK4, then we should request GTK devs to backport > the fix to GTK3? I thought it was installed in the GTK 3 branch (and not the GTK 4 one). So please go ahead and ask them to do that. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 25 03:58:25 2022 Received: (at control) by debbugs.gnu.org; 25 Dec 2022 08:58:25 +0000 Received: from localhost ([127.0.0.1]:47521 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p9Mpt-0008KD-Il for submit@debbugs.gnu.org; Sun, 25 Dec 2022 03:58:25 -0500 Received: from mail-lf1-f45.google.com ([209.85.167.45]:40466) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p9Mpr-0008Jy-0s for control@debbugs.gnu.org; Sun, 25 Dec 2022 03:58:24 -0500 Received: by mail-lf1-f45.google.com with SMTP id g13so12566294lfv.7 for ; Sun, 25 Dec 2022 00:58:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=CcCzoDwniGKrrefWUPi7Bwg4mt3O6WbzOLEnCJrAmOw=; b=mr9jYwfWR59OF8DZQCb2ytiB5TLtDlu1zOXFIvNSpqSDNONFOJCGA59VTy1DO1Y9Pj 911OLqPnNvvXtjiEEi3etw9ZK2OOtWc6uCAMZ8/Yrrwr93l4og1VubB0lAarFcZAlLPj KsSxGo9jaaKmV2lsrnBOoVpTrHOxMhNWwhXtjhyVxg1y2khKtCcKOFTp8d6osrxNwe+c dKKltOe8rDL8pRXYROUwe8l9KReV0kVWoOWpRb8R06Q8PogBEFw1munonz1tYjnfddxB jDKu2x/ma4AhPiX3SQ1M/K3J1fKTB1vbY8Bp+J3Zdkn+p89NLQlKslOOM9OGrtAo9F/u hWcg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=CcCzoDwniGKrrefWUPi7Bwg4mt3O6WbzOLEnCJrAmOw=; b=TfVJK4y9rmKEKxNjXi02aQg2eA1l6Ol9N19jyjrlIkLzQ7fkJhoNN5Az/D69pXnLvC G6mCYw3yzeY/oCPTv5Iewdm8WeHLAdwA5rgGl7u98R26JestuvaR8mXX7Un9Zz9U9DeB AW+qQG6PKXINtSCiMmMwIHv20JAXb/KZMh3/6lL8+3UxUNJHIJ+9wk77xlNkRjEmTFrN dPjjHHqY/oX7gmSsoGMotvc3cv0daz8O7qgnIZjYl18ojR6+c96VfUokuFfUV25ojCGw 0VbbteZdCu3HEJaSylIrpR6/Whv9POD5DRe6Pc3I8pQgo9ZTr/GARAJAO12Tj7WelMUj HO2w== X-Gm-Message-State: AFqh2kqEwVBFmPnVOLq5ESyRFKoy3Ax2Qud0U4Qy7PSbdpWQPx+uxOP1 4lKpDs2q3ojvDz0Gg9l9jgGRAi7IiTseFpfU1DOXKKxDpmk= X-Google-Smtp-Source: AMrXdXv4Qk5VUZLoqmDREtLwyw61bI1NaJpAAX30bES3cIRJmajS2y1ZXV9p5KDPzmYvH1StQ/Hp+EaF1KWE5NfskvQ= X-Received: by 2002:a05:6512:39cc:b0:4b5:88da:17e0 with SMTP id k12-20020a05651239cc00b004b588da17e0mr1017637lfu.71.1671958696322; Sun, 25 Dec 2022 00:58:16 -0800 (PST) MIME-Version: 1.0 From: Daan Ro Date: Sun, 25 Dec 2022 15:58:04 +0700 Message-ID: Subject: To: control@debbugs.gnu.org Content-Type: multipart/alternative; boundary="0000000000002c6b3905f0a33811" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: unarchive 55362 -- Daanturo. unarchive 55362 Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (daanturo[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 HTML_MESSAGE BODY: HTML included in message -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.167.45 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.167.45 listed in list.dnswl.org] 0.0 TVD_SPACE_RATIO No description available. 2.0 BLANK_SUBJECT Subject is present but empty X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) --0000000000002c6b3905f0a33811 Content-Type: text/plain; charset="UTF-8" unarchive 55362 -- Daanturo. --0000000000002c6b3905f0a33811 Content-Type: text/html; charset="UTF-8"
unarchive 55362

--
Daanturo.
--0000000000002c6b3905f0a33811--