From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Amin Bandali Newsgroups: gmane.emacs.bugs Subject: bug#51136: 29.0.50; Conflicting bindings for "P" in Gnus *Group* buffer Date: Mon, 11 Oct 2021 15:01:12 -0400 Message-ID: <87a6jfgzd3.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21529"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) To: 51136@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Oct 11 21:02:15 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ma0Yx-0005QD-Do for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 11 Oct 2021 21:02:15 +0200 Original-Received: from localhost ([::1]:34566 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ma0Yv-0000xZ-D6 for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 11 Oct 2021 15:02:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43384) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ma0Yk-0000xN-Qd for bug-gnu-emacs@gnu.org; Mon, 11 Oct 2021 15:02:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:49377) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ma0Yk-0008WK-Hy for bug-gnu-emacs@gnu.org; Mon, 11 Oct 2021 15:02:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ma0Yk-0007lu-C6; Mon, 11 Oct 2021 15:02:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Amin Bandali Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, bugs@gnus.org Resent-Date: Mon, 11 Oct 2021 19:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 51136 X-GNU-PR-Package: emacs,gnus X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Original-Received: via spool by submit@debbugs.gnu.org id=B.163397888629831 (code B ref -1); Mon, 11 Oct 2021 19:02:02 +0000 Original-Received: (at submit) by debbugs.gnu.org; 11 Oct 2021 19:01:26 +0000 Original-Received: from localhost ([127.0.0.1]:60923 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ma0YA-0007l5-6V for submit@debbugs.gnu.org; Mon, 11 Oct 2021 15:01:26 -0400 Original-Received: from lists.gnu.org ([209.51.188.17]:37162) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ma0Y7-0007kw-Of for submit@debbugs.gnu.org; Mon, 11 Oct 2021 15:01:24 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43278) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ma0Y5-0000Ne-V4 for bug-gnu-emacs@gnu.org; Mon, 11 Oct 2021 15:01:23 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:36114) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ma0Y5-0006nR-ME for bug-gnu-emacs@gnu.org; Mon, 11 Oct 2021 15:01:21 -0400 Original-Received: from [2607:fea8:3fdf:f2d9:3460:5289:352a:3568] (port=44564 helo=langa) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ma0Xy-0008UP-7I for bug-gnu-emacs@gnu.org; Mon, 11 Oct 2021 15:01:14 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:216952 Archived-At: Since recently, hitting "P" (for `gnus-group-prev-group') in the *Group* buffer does not work like it used to anymore, as it seems to collide with the prefix for `gnus-group-sort-selected-map' for `gnus-group-sort-selected-groups'* commands. The prefix map itself doesn't seem new, so perhaps the recent changes in `gnus-group.el' have exposed the issue. In GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.15.10, Xaw3d scroll bars) of 2021-10-11 built on langa Repository revision: c9a8805ea4cc8748fd21e6dd9ed9cc6fdf3f0871 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.11906000 System Description: Trisquel GNU/Linux Etiona (9.0) Configured using: 'configure --without-gconf --without-gsettings --without-gpm --with-x-toolkit=lucid --with-xaw3d --with-mailutils' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS X11 XAW3D XDBE XIM XPM LUCID ZLIB Important settings: value of $LANG: en_CA.UTF-8 locale-coding-system: utf-8-unix Major mode: Group Minor modes in effect: gnus-topic-mode: t gnus-undo-mode: t display-battery-mode: t yas-global-mode: t yas-minor-mode: t server-mode: t global-hl-todo-mode: t pixel-scroll-mode: t shell-dirtrack-mode: t recentf-mode: t display-time-mode: t save-place-mode: t savehist-mode: t winner-mode: t global-auto-revert-mode: t tooltip-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t global-prettify-symbols-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t temp-buffer-resize-mode: t buffer-read-only: t column-number-mode: t line-number-mode: t transient-mark-mode: t Load-path shadows: None found. Features: (shadow emacsbug gnus-fun nndoc gnus-dup url-cache debbugs-gnu add-log debbugs soap-client url-http url-auth url-gw warnings rng-xsd rng-dt rng-util xsd-regexp thingatpt bug-reference eieio-opt speedbar ezimage dframe shortdoc help-fns radix-tree char-fold misearch multi-isearch rfc2104 gnutls mailalias smtpmail sendmail orgalist 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 rx org-keys oc org-compat org-macs org-loaddefs find-func cal-menu calendar cal-loaddefs flyspell ispell sort smiley gnus-cite mm-archive mail-extr gnus-async gnus-bcklg qp gnus-ml vc-git diff-mode easy-mmode vc-dispatcher gnus-topic nndraft nnmh utf-7 epa-file network-stream nsm nnfolder nnnil gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg gnus-art mm-uu mml2015 mm-view mml-smime smime dig nntp gnus-cache gnus-sum shr kinsoku svg dom gnus-group gnus-undo gnus-start gnus-dbus gnus-cloud nnimap nnmail mail-source utf7 netrc nnoo gnus-spec gnus-int gnus-range message rmc puny dired-x dired dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068 epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader gnus-win gnus nnheader gnus-util rmail rmail-loaddefs rfc2047 rfc2045 ietf-drums text-property-search mail-utils mm-util mail-prsvr em-unix em-term term disp-table ehelp em-script em-prompt em-ls em-hist em-pred em-glob em-cmpl em-dirs esh-var em-basic em-banner em-alias esh-mode eshell esh-cmd esh-ext esh-opt esh-proc esh-io esh-arg esh-module esh-groups esh-util battery dbus boxquote rect cl-extra yasnippet help-mode server hl-todo delight pixel-scroll tramp-cache tramp-sh tramp tramp-loaddefs trampver tramp-integration files-x tramp-compat shell pcomplete comint ansi-color parse-time iso8601 time-date ls-lisp format-spec recentf tree-widget wid-edit time xml finder-inf 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 eieio-loaddefs password-cache json map url-vars seq subr-x byte-opt bytecomp byte-compile cconv bandali-po saveplace savehist bandali-erc bandali-message pcase bandali-gnus bandali-dired bandali-ibuffer ibuf-macs bandali-eshell bandali-org edmacro kmacro advice winner ring autorevert filenotify cl-macs gv cl-loaddefs cl-lib iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd 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 hashtable-print-readable backquote threads dbusbind inotify lcms2 dynamic-setting font-render-setting cairo x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 524100 100489) (symbols 48 28468 5) (strings 32 134506 31747) (string-bytes 1 4140744) (vectors 16 53557) (vector-slots 8 678937 40699) (floats 8 2740 1010) (intervals 56 14084 843) (buffers 992 30)) -- https://bndl.org