X-Loop: help-debbugs@HIDDEN Subject: bug#62355: 30.0.50; C-g doesn't always quit minibuffer on first press Resent-From: Toon claes <toon@HIDDEN> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Tue, 21 Mar 2023 20:17:03 +0000 Resent-Message-ID: <handler.62355.B.167942977226459 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: report 62355 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 62355 <at> debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@HIDDEN Received: via spool by submit <at> debbugs.gnu.org id=B.167942977226459 (code B ref -1); Tue, 21 Mar 2023 20:17:03 +0000 Received: (at submit) by debbugs.gnu.org; 21 Mar 2023 20:16:12 +0000 Received: from localhost ([127.0.0.1]:60891 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1peiOu-0006sY-OH for submit <at> debbugs.gnu.org; Tue, 21 Mar 2023 16:16:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:52324) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <toon@HIDDEN>) id 1pehTY-0000B5-0u for submit <at> debbugs.gnu.org; Tue, 21 Mar 2023 15:16:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <toon@HIDDEN>) id 1pehTN-00019e-GM for bug-gnu-emacs@HIDDEN; Tue, 21 Mar 2023 15:16:43 -0400 Received: from mx-out1.startmail.com ([145.131.90.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <toon@HIDDEN>) id 1pehTK-0005gZ-50 for bug-gnu-emacs@HIDDEN; Tue, 21 Mar 2023 15:16:39 -0400 Date: Tue, 21 Mar 2023 20:16:17 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=startmail.com; s=2020-07; t=1679426178; bh=bveRKozyz6IuvSg2Hh83OzbpEipSM1sVVcRfOXcPq1M=; h=Date:Message-ID:From:To:Subject:From:Subject:To:Date:Sender: Content-Type:Content-Transfer-Encoding:Content-Disposition: Mime-Version:Reply-To:In-Reply-To:References:Message-Id:Autocrypt; b=3eX+pfaZOiYGT2BdD1HN90yf6jUGoeltPZ++Exugb/HPkIIb0N/b+86sOXODl60LG v90jKNbY3ZXqJzwt9aUBruMEgMNVaZebNPWcrmASTtmbMyaystlVI9XI3GQSoYrGYq RbwzeLJ8qcGxeCN5L0fMBRczMytt9dz+zaOKcT38b2Lj8du6cNKFtYm+idZ+kKbq6z IRk6ctI1+B5b0d5M3oQtzjM1ymOCxfkEsXq7yYgcTBRFpV31UgDA/HHU2/DxWf8DX+ Dk0TDkpbpEGr7EhGIYi35HWgs0SmFTq3eh93DWR2ahG/ZL17CJvA24WNtiWt+ue6Gc ctOa7SqqRFsLg== Message-ID: <b8979de9939d41d0ed5ca85d0699bdde.toon@HIDDEN> From: Toon claes <toon@HIDDEN> Received-SPF: softfail client-ip=145.131.90.139; envelope-from=toon@HIDDEN; helo=mx-out1.startmail.com X-Spam_score_int: -11 X-Spam_score: -1.2 X-Spam_bar: - X-Spam_report: (-1.2 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Mailman-Approved-At: Tue, 21 Mar 2023 16:16:04 -0400 X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.3 (--) --text follows this line-- Hi, For a while I've been having trouble C-g isn't quitting the minibuffer after the first press. When I start Emacs freshly I can press M-x, that triggers the minibuffer, and pressing C-g quits the minibuffer again. But after a short while of use this behaviour changes. Pressing M-x still triggers the minibuffer, but pressing C-g prints "[Quit]" while it keeps the minibuffer active. Only after pressing C-g a second time the minibuffer is actually quit. I was able to reproduce in "emacs -Q", but I haven't so far been able to reproduce with "emacs -Q -nw", although I'm not sure it's related to any of that. Below is the output of "C-h l" (view-lossage) reproducing the issue: C-x b ;; switch-to-buffer C-g ;; abort-minibuffers M-x ;; execute-extended-command C-g C-g ;; abort-minibuffers C-h l ;; view-lossage You can see the first time I press C-g once to abort-minibuffers. The second time I have to C-g twice. This time it happened right after a fresh start of "emacs -Q", but sometimes I have to do a lot more actions before the double C-g is needed. -- Toon In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.36, cairo version 1.17.6) of 2023-02-13 built on kumatsu Repository revision: 609319da870eac75cf4715de8abfaac9233d98f9 Repository branch: master System Description: Fedora Linux 37 (Workstation Edition) Configured using: 'configure --prefix=/home/toon/.local --with-mailutils --with-sound=yes --with-pdumper=yes --with-jpeg --with-xpm=ifavailable --with-tiff --with-gif --with-png --with-rsvg --with-cairo --with-xml2 --without-imagemagick --with-native-image-api --with-json --with-xft --with-harfbuzz --with-libotf --with-zlib --with-x --with-gnutls=ifavailable --with-native-compilation --with-pgtk --with-sqlite3 --with-tree-sitter 'CFLAGS=-O0 -g3'' Configured features: CAIRO DBUS FREETYPE GLIB GSETTINGS HARFBUZZ JPEG JSON LIBOTF LIBSELINUX LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PGTK PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP XIM GTK3 ZLIB Important settings: value of $LC_MONETARY: en_DK.UTF-8 value of $LC_NUMERIC: en_DK.UTF-8 value of $LC_TIME: en_DK.UTF-8 value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Messages Minor modes in effect: tooltip-mode: t global-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 buffer-read-only: 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 Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message mailcap yank-media puny dired dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068 epg-config gnus-util text-property-search time-date mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils thingatpt cl-loaddefs comp comp-cstr warnings icons subr-x rx cl-seq cl-macs gv cl-extra help-mode bytecomp byte-compile cl-lib display-line-numbers rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/pgtk-win pgtk-win term/common-win pgtk-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 nadvice seq simple cl-generic indonesian philippine 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 theme-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 multi-tty make-network-process native-compile emacs) Memory information: ((conses 16 78372 10344) (symbols 48 7192 0) (strings 32 19692 1605) (string-bytes 1 602285) (vectors 16 15469) (vector-slots 8 321515 16235) (floats 8 29 48) (intervals 56 303 0) (buffers 984 13))
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) Content-Type: text/plain; charset=utf-8 X-Loop: help-debbugs@HIDDEN From: help-debbugs@HIDDEN (GNU bug Tracking System) To: Toon claes <toon@HIDDEN> Subject: bug#62355: Acknowledgement (30.0.50; C-g doesn't always quit minibuffer on first press) Message-ID: <handler.62355.B.167942977226459.ack <at> debbugs.gnu.org> References: <b8979de9939d41d0ed5ca85d0699bdde.toon@HIDDEN> X-Gnu-PR-Message: ack 62355 X-Gnu-PR-Package: emacs Reply-To: 62355 <at> debbugs.gnu.org Date: Tue, 21 Mar 2023 20:17:03 +0000 Thank you for filing a new bug report with debbugs.gnu.org. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): bug-gnu-emacs@HIDDEN If you wish to submit further information on this problem, please send it to 62355 <at> debbugs.gnu.org. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 62355: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D62355 GNU Bug Tracking System Contact help-debbugs@HIDDEN with problems
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.