From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 27 04:25:12 2015 Received: (at submit) by debbugs.gnu.org; 27 Jan 2015 09:25:12 +0000 Received: from localhost ([127.0.0.1]:57508 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YG2OV-0008NY-Qi for submit@debbugs.gnu.org; Tue, 27 Jan 2015 04:25:12 -0500 Received: from eggs.gnu.org ([208.118.235.92]:41689) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YG2OS-0008NI-RR for submit@debbugs.gnu.org; Tue, 27 Jan 2015 04:25:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YG2OM-0006I0-Cp for submit@debbugs.gnu.org; Tue, 27 Jan 2015 04:25:03 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:33511) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG2OM-0006Ht-Ak for submit@debbugs.gnu.org; Tue, 27 Jan 2015 04:25:02 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG2OK-00074W-Po for bug-gnu-emacs@gnu.org; Tue, 27 Jan 2015 04:25:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YG2OE-0006C1-Dt for bug-gnu-emacs@gnu.org; Tue, 27 Jan 2015 04:25:00 -0500 Received: from mail2.openmailbox.org ([62.4.1.33]:48204) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG2OE-0006BU-8K for bug-gnu-emacs@gnu.org; Tue, 27 Jan 2015 04:24:54 -0500 Received: from localhost (localhost [127.0.0.1]) by mail2.openmailbox.org (Postfix) with ESMTP id 81B43202908 for ; Tue, 27 Jan 2015 10:24:53 +0100 (CET) X-Virus-Scanned: amavisd-new at openmailbox.org Received: from mail2.openmailbox.org ([62.4.1.33]) by localhost (mail.openmailbox.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id p-2J8oVC4EY6 for ; Tue, 27 Jan 2015 10:24:48 +0100 (CET) From: Mark Karpov To: bug-gnu-emacs@gnu.org Subject: 24.4; Message in minibuffer put by y-or-n-p function does not disappear after pressing 'y' key Date: Tue, 27 Jan 2015 15:21:52 +0600 Message-ID: <87egqglgsv.fsf@opmbx.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -5.0 (-----) *** I use the following alias in my .emacs file: (defalias 'yes-or-no-p 'y-or-n-p) It works OK, but when I press 'y' key in response to the query, necessary actions are carried, but minibuffer prompt remains visible until I press any key. For example, I see: Buffer "*shell*" has a running process; kill it? (y or n) y when the process has been already killed. I find it really confusing. I can reproduce this starting emacs with -Q flag and evaluating '(defalias 'yes-or-no-p 'y-or-n-p)' in scratch. *** In GNU Emacs 24.4.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.7) of 2015-01-18 on bisson Windowing system distributor `The X.Org Foundation', version 11.0.11603000 Configured using: `configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --localstatedir=/var --with-x-toolkit=gtk3 --with-xft 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4' CPPFLAGS=-D_FORTIFY_SOURCE=2 LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro' Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: shell-dirtrack-mode: t fci-mode: t rainbow-delimiters-mode: t flycheck-mode: t flyspell-mode: t global-auto-revert-mode: t which-function-mode: t show-paren-mode: t minibuffer-electric-default-mode: t display-time-mode: t delete-selection-mode: t smooth-scroll-mode: t tooltip-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 auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t auto-fill-function: do-auto-fill transient-mark-mode: t auto-fill-mode: 1 Recent input: M-x s h l s C-x k y M-x r e p o r t - e m Recent messages: Loading /home/mark/quicklisp/slime-helper.elc...done Starting new Ispell process /usr/bin/aspell with default dictionary... For information about GNU Emacs and the GNU system, type C-h C-a. *Minibuf-0* Buffer "*shell*" has a running process; kill it? (y or n) y Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message idna format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils shell pcomplete disp-table fill-column-indicator rainbow-delimiters flycheck find-func help-mode rx subr-x flyspell ispell solarized-dark-theme solarized dash autorevert filenotify which-func imenu paren minibuf-eldef time delsel byte-opt slime-fancy slime-trace-dialog slime-fontifying-fu slime-package-fu slime-references slime-compiler-notes-tree advice slime-scratch slime-presentations bridge slime-fuzzy slime-fancy-trace slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc eldoc help-fns slime-repl slime-parse slime compile etags arc-mode archive-mode noutline outline easy-mmode pp comint ansi-color ring hyperspec thingatpt browse-url slime-autoloads cl-macs bytecomp byte-compile cconv smooth-scroll server cl gv finder-inf edmacro kmacro cl-loaddefs cl-lib info easymenu package epg-config time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind gfilenotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) Memory information: ((conses 16 217054 117321) (symbols 48 30233 1) (miscs 40 354 1294) (strings 32 50336 49422) (string-bytes 1 1351856) (vectors 16 22631) (vector-slots 8 524820 26735) (floats 8 161 385) (intervals 56 283 145) (buffers 960 11) (heap 1024 34615 3053)) From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 27 04:36:48 2015 Received: (at 19700) by debbugs.gnu.org; 27 Jan 2015 09:36:48 +0000 Received: from localhost ([127.0.0.1]:57515 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YG2Zk-0000D9-Hm for submit@debbugs.gnu.org; Tue, 27 Jan 2015 04:36:48 -0500 Received: from cantor2.suse.de ([195.135.220.15]:55449 helo=mx2.suse.de) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YG2Zi-0000D1-Kh for 19700@debbugs.gnu.org; Tue, 27 Jan 2015 04:36:47 -0500 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 945AEAC72; Tue, 27 Jan 2015 09:36:45 +0000 (UTC) From: Andreas Schwab To: Mark Karpov Subject: Re: bug#19700: 24.4; Message in minibuffer put by y-or-n-p function does not disappear after pressing 'y' key References: <87egqglgsv.fsf@opmbx.org> X-Yow: I want to TAKE IT HOME and DRESS IT UP in HOT PANTS!! Date: Tue, 27 Jan 2015 10:36:45 +0100 In-Reply-To: <87egqglgsv.fsf@opmbx.org> (Mark Karpov's message of "Tue, 27 Jan 2015 15:21:52 +0600") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 19700 Cc: 19700@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -5.0 (-----) Mark Karpov writes: > I use the following alias in my .emacs file: > > (defalias 'yes-or-no-p 'y-or-n-p) > > It works OK, but when I press 'y' key in response to the query, > necessary actions are carried, but minibuffer prompt remains visible > until I press any key. That is the normal behaviour of y-or-n-p. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 23 14:29:05 2018 Received: (at control) by debbugs.gnu.org; 23 Feb 2018 19:29:06 +0000 Received: from localhost ([127.0.0.1]:57967 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1epJ1l-0001Tj-Oa for submit@debbugs.gnu.org; Fri, 23 Feb 2018 14:29:05 -0500 Received: from eggs.gnu.org ([208.118.235.92]:60133) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1epJ1j-0001TD-Sb for control@debbugs.gnu.org; Fri, 23 Feb 2018 14:29:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1epJ1e-0007FM-9p for control@debbugs.gnu.org; Fri, 23 Feb 2018 14:28:58 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epJ1e-0007FI-6H for control@debbugs.gnu.org; Fri, 23 Feb 2018 14:28:58 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1epJ1d-0001OO-Uj for control@debbugs.gnu.org; Fri, 23 Feb 2018 14:28:58 -0500 Subject: control message for bug 30587 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Fri, 23 Feb 2018 14:28:57 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) 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: -5.0 (-----) forcemerge 19700 30587 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 23 15:14:02 2018 Received: (at control) by debbugs.gnu.org; 23 Feb 2018 20:14:02 +0000 Received: from localhost ([127.0.0.1]:57996 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1epJjG-0004Sv-3E for submit@debbugs.gnu.org; Fri, 23 Feb 2018 15:14:02 -0500 Received: from eggs.gnu.org ([208.118.235.92]:48490) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1epJjF-0004SK-2l for control@debbugs.gnu.org; Fri, 23 Feb 2018 15:14:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1epJj9-0001xw-65 for control@debbugs.gnu.org; Fri, 23 Feb 2018 15:13:55 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epJj9-0001xl-2T for control@debbugs.gnu.org; Fri, 23 Feb 2018 15:13:55 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1epJj8-0007ME-R6 for control@debbugs.gnu.org; Fri, 23 Feb 2018 15:13:54 -0500 Subject: control message for bug 19700 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Fri, 23 Feb 2018 15:13:54 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) 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: -5.0 (-----) tag 19700 wontfix From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 28 14:26:12 2019 Received: (at control) by debbugs.gnu.org; 28 Jul 2019 18:26:12 +0000 Received: from localhost ([127.0.0.1]:47150 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hrns4-0000zs-4o for submit@debbugs.gnu.org; Sun, 28 Jul 2019 14:26:12 -0400 Received: from quimby.gnus.org ([80.91.231.51]:59778) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hrns2-0000zl-ON for control@debbugs.gnu.org; Sun, 28 Jul 2019 14:26:11 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hrnrz-0006d4-Ey for control@debbugs.gnu.org; Sun, 28 Jul 2019 20:26:10 +0200 Date: Sun, 28 Jul 2019 20:26:07 +0200 Message-Id: <87k1c29fsw.fsf@mouse.gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #19700 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: close 19700 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: 0.0 (/) 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 (-) close 19700 quit From unknown Sat Jun 21 03:28:28 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 26 Aug 2019 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator