From unknown Fri Jun 20 07:14:02 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#22714 <22714@debbugs.gnu.org> To: bug#22714 <22714@debbugs.gnu.org> Subject: Status: 25.0.91; Minibuffer quirk in C-x r SPC Reply-To: bug#22714 <22714@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:14:02 +0000 retitle 22714 25.0.91; Minibuffer quirk in C-x r SPC reassign 22714 emacs submitter 22714 Steve Revilak severity 22714 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 16 20:12:19 2016 Received: (at submit) by debbugs.gnu.org; 17 Feb 2016 01:12:19 +0000 Received: from localhost ([127.0.0.1]:38670 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aVqfD-0007a0-3n for submit@debbugs.gnu.org; Tue, 16 Feb 2016 20:12:19 -0500 Received: from eggs.gnu.org ([208.118.235.92]:42673) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aVqfB-0007Zi-9o for submit@debbugs.gnu.org; Tue, 16 Feb 2016 20:12:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVqf5-0002LS-8M for submit@debbugs.gnu.org; Tue, 16 Feb 2016 20:12:12 -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,UNPARSEABLE_RELAY autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:54779) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVqf5-0002LM-5C for submit@debbugs.gnu.org; Tue, 16 Feb 2016 20:12:11 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVqf3-0003Pw-SH for bug-gnu-emacs@gnu.org; Tue, 16 Feb 2016 20:12:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVqey-0002KN-Rr for bug-gnu-emacs@gnu.org; Tue, 16 Feb 2016 20:12:09 -0500 Received: from paulo.mayfirst.org ([209.234.253.240]:51044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVqey-0002Jz-NL for bug-gnu-emacs@gnu.org; Tue, 16 Feb 2016 20:12:04 -0500 Received: from paulo.mayfirst.org (unknown [127.0.0.1]) by paulo.mayfirst.org (Postfix) with ESMTP id 8D9C53F3F for ; Tue, 16 Feb 2016 20:12:01 -0500 (EST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: srevilak@paulo.mayfirst.org) with ESMTPSA id 702BC3F39 Date: Tue, 16 Feb 2016 20:11:59 -0500 From: Steve Revilak To: bug-gnu-emacs@gnu.org Subject: 25.0.91; Minibuffer quirk in C-x r SPC Message-ID: <20160217011159.GD2649@srevilak.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="F8dlzb82+Fcn6AgP" Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: ClamAV using ClamSMTP X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) 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: -4.0 (----) --F8dlzb82+Fcn6AgP Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Steps to reproduce: 1. emacs -Q. This starts emacs, and shows the default *scratch* buffer 2. put point on line 2, column 0 3. Press "C-x r SPC" 4. The minibuffer prompts "Point to Register: " 5. Press "1" Expected Behavior: After pressing "1", I'd expect the minibuffer's "Point to Register: " prompt to disappear. Actual Behavior: The minibuffer continues to display "Point to Register: 1", as if it's waiting for me to provide additional input. At this point, I'd typically press the UP or DOWN arrows no my keyboard, to dismiss the minibuffer prompt. Pressing RET while "Point to Register: 1" appears in the minibuffer causes a RET to be inserted into the buffer that was active when "C-x r SPC" was pressed. Regression Notes: I first observed this behavior in emacs 25.0.90. I did not observe it in earlier versions (e.g., 24.x). In GNU Emacs 25.0.91.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.15) of 2016-02-16 built on sunny Windowing system distributor 'The X.Org Foundation', version 11.0.11601000 System Description: openSUSE 13.2 (Harlequin) (x86_64) Configured using: 'configure --prefix=/usr/local/emacs-25.0.91' Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND DBUS GCONF GSETTINGS NOTIFY ACL GNUTLS LIBXML2 FREETYPE XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 Important settings: value of $LC_COLLATE: C value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t global-eldoc-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 transient-mark-mode: t Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message dired format-spec rfc822 mml mml-sec epg epg-config gnus-util mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns help-mode easymenu cl-loaddefs pcase cl-lib mail-prsvr mail-utils time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame 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 charscript case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer cl-preloaded 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 dbusbind inotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 87263 9234) (symbols 48 19682 0) (miscs 40 40 135) (strings 32 14739 4264) (string-bytes 1 422275) (vectors 16 12268) (vector-slots 8 425296 4875) (floats 8 167 180) (intervals 56 200 0) (buffers 976 11) (heap 1024 47551 1058)) --F8dlzb82+Fcn6AgP Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWw8jfAAoJED6yLeTllNzyWRkQAIcTRLy1CNesg+vNg/mbqjaW ATQ473dmY9AA32FJP/SCLJrOWOl+lqkbfzDgJsExMXRZPUA9KKGHXKK++CbdN92m v9Mbe4V9fv4rsihazZHRVKWGQ3cZqgmJieZCJSwDevBwXiPjg0DAQc8pIOZbf+8o xwatVYAVkYPLxohoRv1CL74tIPbD92H31SP6LnbRxWYyTReVfy5qB1JH1vKselL6 YUX9XLtIkDLVeNloeBxcrVWRuCMMzUPCHwnjXyh8uriolPs9Y7KFgSFx48OoahmK MFjNMm9srRiLyo6OiVglqmdf9UGxJi5Cvv45hTMlyEYwNmDTkqLQ/tL425DHQMbC usmAYvrgfOZkIPl0uZjdiSeoL842nyHUk0iKmc71DbZECK5JfxDWcNkbA3y1SfnD /j9ewjRi6wBByLNPpJFH5OYhcL1QXk3/xYpscbU/icIqjuqcUuhjud1DIr48q5VK t3LNRtUiHJ3ncJ6pxAezIi40KaTG+0a/PZOwqgHLXbG7LeON9DKgGIOTGAVcn5zN IXcG6Vg3RyD+YCIdDS7mrjxm6elKWHW5N4PCmymxZd+dngOfArFsCeb8tTsCorRP 7VMNC4hj7B2bgyb+obbHNksq/vf3EoGVwedrubnJYZFhbYxCqArZSn85o/jWHPU1 P8iF8eVxeL7B2rKPLVrc =6CUz -----END PGP SIGNATURE----- --F8dlzb82+Fcn6AgP-- From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 17 08:57:07 2016 Received: (at 22714) by debbugs.gnu.org; 17 Feb 2016 13:57:07 +0000 Received: from localhost ([127.0.0.1]:38956 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aW2bL-000786-FR for submit@debbugs.gnu.org; Wed, 17 Feb 2016 08:57:07 -0500 Received: from mail-ob0-f174.google.com ([209.85.214.174]:34933) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aW2bJ-00077Z-Be for 22714@debbugs.gnu.org; Wed, 17 Feb 2016 08:57:05 -0500 Received: by mail-ob0-f174.google.com with SMTP id xk3so14669005obc.2 for <22714@debbugs.gnu.org>; Wed, 17 Feb 2016 05:57:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=Y+99pLu0LR6+uOQbYfVZGk3Ka2nU6aJSoAdvy9VbQ3I=; b=Xhnezi10CdXXxTBh59082lzB8x58ak1MvFvPc9h56TwyOkww0MZkqO/aq65CKM+i+X CfeGVwpRJQ7JajhuPD/l22vng/4T6ti9dCNh4hRXOs/bvzU3hG25wQT0j20zLssMQ9J5 fr7sit3PUleIo4KnXm2tXdYpnkUDn+HL/MV+PxEBExppsBS51dPgNOZ2Eu9EfgqfIOuu 7cMBeWanuilkSs2SuGoYcWc7+IE/N+7U3q+E6pouAQPcpthVIhXCh7DeDDhaalxu/94I HcW4eqpK++6n/FUt7csqy64kIfYSr7rVDWiMKcNxvSkkW3Qk5iMGQ5UMtKebLSyJ71f+ vrhQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=Y+99pLu0LR6+uOQbYfVZGk3Ka2nU6aJSoAdvy9VbQ3I=; b=Hc+VeJE1sXeAqAJjLgwLXaAJ/+SVc0pIFPQTq9OfLG5YrIfdvvgMi2eHtZBScy1ryV faBiiwYwV8JMAoN3pwE5ybLN0LkpsRLZzMJSsyQSRoS/w5ncCikedrmTjQuW6lLZk69Q W6MMnUQR2YdXfE032Vut4dcJpSvROlGXByWOaitpYwI3QETNPHRXFmQU3C2HowZv3PqV de28SAZ49bvHM5aVbNGjeJMCvb/wnNrBvZ8J7eIoAHu62SSARaWSN/o+jDDtVY+YZm7w nFjFjVFky32YRt9kt2G8Y9VUxbd5iwzRGd3KFZZlX/GjxMixZAEdVapksABQuSAj5KLb fZ8g== X-Gm-Message-State: AG10YOSMlBLqoJbhV/bE4AxIwNmYxCxCjkTnI0+qnjPX9jzxDybTseZXxxaKbuMHTotpQdQdrcH/+BiE8My1mA== X-Received: by 10.202.177.215 with SMTP id a206mr1249064oif.2.1455717419566; Wed, 17 Feb 2016 05:56:59 -0800 (PST) MIME-Version: 1.0 Received: by 10.202.201.73 with HTTP; Wed, 17 Feb 2016 05:56:20 -0800 (PST) From: Kaushal Modi Date: Wed, 17 Feb 2016 08:56:20 -0500 Message-ID: Subject: 25.0.91; Minibuffer quirk in C-x r SPC To: 22714@debbugs.gnu.org Content-Type: multipart/alternative; boundary=001a113ce164afcd24052bf79f2c X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 22714 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.7 (/) --001a113ce164afcd24052bf79f2c Content-Type: text/plain; charset=UTF-8 I don't have a solution but I can confirm this behavior. In emacs 24.5, the "Point to Register" prompt disappears after pressing "1". In emacs 25.x, the prompt stays there after pressing "1". I tried edebugging in both 24.5 and 25.x but the behavior looks the same when doing edebug (the prompt disappears). I briefly looked at the register.el, but couldn't spot any change there that could be causing this. So the change is probably in some common library in elisp/C. -- Kaushal Modi --001a113ce164afcd24052bf79f2c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

I don't have a solution but I can confirm this beh= avior.=C2=A0

In emacs 24.5, the "Point to Register&= quot; prompt disappears after pressing "1".
In emacs 25= .x, the prompt stays there after pressing "1".

I tried edebugging in both 24.5 and 25.x but the behavior looks the = same when doing edebug (the prompt disappears).

I = briefly looked at the register.el, but couldn't spot any change there t= hat could be causing this. So the change is probably in some common library= in elisp/C.

--
Kaushal Modi
--001a113ce164afcd24052bf79f2c-- From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 17 09:08:42 2016 Received: (at 22714) by debbugs.gnu.org; 17 Feb 2016 14:08:42 +0000 Received: from localhost ([127.0.0.1]:38965 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aW2mX-0007Ph-O7 for submit@debbugs.gnu.org; Wed, 17 Feb 2016 09:08:41 -0500 Received: from mail-ob0-f180.google.com ([209.85.214.180]:35711) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aW2mW-0007PV-5A for 22714@debbugs.gnu.org; Wed, 17 Feb 2016 09:08:40 -0500 Received: by mail-ob0-f180.google.com with SMTP id xk3so15194598obc.2 for <22714@debbugs.gnu.org>; Wed, 17 Feb 2016 06:08:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=mbwcyJmrEM9uaeXdF5iJriW4Adljs7N5lqPGfQVFXDo=; b=o7XDTIm7hVUV5znEUt3LKyMfgU2KzwjyR3y/eHosyiYe78mAv24ogGApWTXtqGB7zu k/RtObds/D0dJ9XD26Yeae02QdXCie1jb4wWAuXDjg0MyfE66xhn4h3GZJoINlcnogX9 oxu41a3XZYU+nU1ix/NMgoGi0HcQRNUd0s8B/zqBNpoYO5wUk7PXKLrOlPdSBz/Jjoa9 PdtVCT8SlJAlHdTOY/iVyJDaxaGawwElpL62GeE618iznNs44YgzKPYIdWOuB4p5NRCN Fr+JN/O8m9bvlsokNqAwwy4iqFY8ohaCmup90OpSh+BaLfWytW2lfMfWuzKCZpJgf90g 9IAg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=mbwcyJmrEM9uaeXdF5iJriW4Adljs7N5lqPGfQVFXDo=; b=T1t7Q+Nw6qg92vwthAfh4CXrUq17cMoUNCiK/s3leOvHo/BYGHQeQhNYwp1nhAFUaI VLxZS9h643TIsXyIKsWSkxNTPZo39RngX+EObIQEDjY9vr7nvfkpBRYV9AqUm1PsqvAR faUFKtLnE1LJVw+tGg+k4q0li7XvQideQK1zFPSkEx4tnNtf6S43+7O+E8ARQXIBzb10 24TGoQYFLQP6YTGveGmEPui4EOUq+DGGIQ0QP4D4iCxS8AIHuvhGI7fHjVx/op9z+H48 CdoYqbXQ7ELv5SkLy2UgJrdku6pQur1tXY3KAicglWPYLEtawn0ak1BD0Vkzw7G1fSQx qdEw== X-Gm-Message-State: AG10YORO+M0FbZDVFXP1/EiByFZ/EvrR6CSO6BrUFiPlRUcbUZwlDP6G9wWGRPVenoijinnhvMZHGaznBmOdMQ== X-Received: by 10.202.177.215 with SMTP id a206mr1303695oif.2.1455718114628; Wed, 17 Feb 2016 06:08:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.202.201.73 with HTTP; Wed, 17 Feb 2016 06:07:55 -0800 (PST) In-Reply-To: References: From: Kaushal Modi Date: Wed, 17 Feb 2016 09:07:55 -0500 Message-ID: Subject: Re: 25.0.91; Minibuffer quirk in C-x r SPC To: 22714@debbugs.gnu.org, Stefan Monnier Content-Type: multipart/alternative; boundary=001a113ce1641d9ce6052bf7c936 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 22714 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.7 (/) --001a113ce1641d9ce6052bf7c936 Content-Type: text/plain; charset=UTF-8 OK, I found the change that caused this. http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=emacs-25&id=0da7d35c6754b44d1ef4383e4a8ba9b98afc3a4c diff --git a/lisp/register.el b/lisp/register.el index 1c64a9a..6a5792c 100644 --- a/lisp/register.el +++ b/lisp/register.el @@ -161,7 +161,7 @@ display such a window regardless." collect c))) (unwind-protect (progn - (while (memq (read-event (propertize prompt 'face 'minibuffer-prompt)) + (while (memq (read-key (propertize prompt 'face 'minibuffer-prompt)) help-chars) (unless (get-buffer-window buffer) (register-preview buffer 'show-empty))) It's the use of read-key instead of read-event that's causing this. Stefan should be able to comment more on why that changes the behavior of the prompt staying vs disappearing. -- Kaushal Modi On Wed, Feb 17, 2016 at 8:56 AM, Kaushal Modi wrote: > > I don't have a solution but I can confirm this behavior. > > In emacs 24.5, the "Point to Register" prompt disappears after pressing > "1". > In emacs 25.x, the prompt stays there after pressing "1". > > I tried edebugging in both 24.5 and 25.x but the behavior looks the same > when doing edebug (the prompt disappears). > > I briefly looked at the register.el, but couldn't spot any change there > that could be causing this. So the change is probably in some common > library in elisp/C. > > -- > Kaushal Modi > --001a113ce1641d9ce6052bf7c936 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Wed, Feb 17, 2016 at 8:56 AM, Kaushal Mod= i <kaushal.modi@gmail.com> wrote:
=

I don't have a solution but I can confirm this beh= avior.=C2=A0

In emacs 24.5, the "Point to Register&= quot; prompt disappears after pressing "1".
In emacs 25= .x, the prompt stays there after pressing "1".

I tried edebugging in both 24.5 and 25.x but the behavior looks the = same when doing edebug (the prompt disappears).

I = briefly looked at the register.el, but couldn't spot any change there t= hat could be causing this. So the change is probably in some common library= in elisp/C.

--
Kaushal Modi

--001a113ce1641d9ce6052bf7c936-- From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 20 15:32:44 2016 Received: (at 22714) by debbugs.gnu.org; 20 Feb 2016 20:32:44 +0000 Received: from localhost ([127.0.0.1]:35603 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aXECq-0007bQ-Ej for submit@debbugs.gnu.org; Sat, 20 Feb 2016 15:32:44 -0500 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:54154) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aXECo-0007bA-Gt for 22714@debbugs.gnu.org; Sat, 20 Feb 2016 15:32:43 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AvEwA731xV/+OhCkxcgxCEAoVVuzcJhH6CTQQCAoE8ORQBAQEBAQEBgQpBBYNdAQEDAVYjBQsLNBIUGA0kiDcIzyMBAQgCAR+LOoUFB4QtBYwwkmeGaY0/gUUjYYM1IIJ4AQEB X-IPAS-Result: A0AvEwA731xV/+OhCkxcgxCEAoVVuzcJhH6CTQQCAoE8ORQBAQEBAQEBgQpBBYNdAQEDAVYjBQsLNBIUGA0kiDcIzyMBAQgCAR+LOoUFB4QtBYwwkmeGaY0/gUUjYYM1IIJ4AQEB X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="193750206" Received: from 76-10-161-227.dsl.teksavvy.com (HELO fmsmemgm.homelinux.net) ([76.10.161.227]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 20 Feb 2016 15:32:35 -0500 Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 072F8AE8A3; Sat, 20 Feb 2016 15:32:34 -0500 (EST) From: Stefan Monnier To: Kaushal Modi Subject: Re: 25.0.91; Minibuffer quirk in C-x r SPC Message-ID: References: Date: Sat, 20 Feb 2016 15:32:33 -0500 In-Reply-To: (Kaushal Modi's message of "Wed, 17 Feb 2016 09:07:55 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 22714 Cc: 22714@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: 0.3 (/) > Stefan should be able to comment more on why that changes the behavior of > the prompt staying vs disappearing. Good question. `read-key' uses `read-key-sequence' internally, and this function has always left the prompt on display. Maybe read-key should be changed to behave more like read-event (and read-char), since it's typically used in the same kinds of situations. IOW, we should probably install one of the two patches below. Stefan diff --git a/lisp/subr.el b/lisp/subr.el index 7478595..cd1b945 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -2116,6 +2116,10 @@ some sort of escape sequence, the ambiguity is resolved via `read-key-delay'." (aref keys 1) key))) (cancel-timer timer) + ;; For some reason, `read-key(-sequence)' leaves the prompt in the echo + ;; area, whereas `read-event' seems to empty it just before returning + ;; (bug#22714). So, let's mimick the behavior of `read-event'. + (message nil) (use-global-map old-global-map)))) (defun read-char (&optional prompt) ;; (inherit-input-method seconds) diff --git a/lisp/register.el b/lisp/register.el index faed49a..5fab2b0 100644 --- a/lisp/register.el +++ b/lisp/register.el @@ -164,6 +164,13 @@ display such a window regardless." help-chars) (unless (get-buffer-window buffer) (register-preview buffer 'show-empty))) + ;; FIXME: For some reason, `read-key(-sequence)' leaves the prompt in + ;; the echo area, contrary to `read-event' which seems to empty it + ;; just before returning (bug#22714). + ;; Not sure what's the best fix: maybe read-key should be changed to + ;; behave like read-event. But in the mean time, the hack below + ;; should work. + (message nil) (if (characterp last-input-event) last-input-event (error "Non-character input-event"))) (and (timerp timer) (cancel-timer timer)) From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 26 08:42:44 2016 Received: (at control) by debbugs.gnu.org; 26 Feb 2016 13:42:44 +0000 Received: from localhost ([127.0.0.1]:47029 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aZIfM-0002As-4P for submit@debbugs.gnu.org; Fri, 26 Feb 2016 08:42:44 -0500 Received: from mail-ob0-f175.google.com ([209.85.214.175]:34454) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aZIfK-0002Ae-6C for control@debbugs.gnu.org; Fri, 26 Feb 2016 08:42:42 -0500 Received: by mail-ob0-f175.google.com with SMTP id ts10so78260606obc.1 for ; Fri, 26 Feb 2016 05:42:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=vpRs+mcZvCBYKFSh+qTB0XmGMCTlmIj1ueoFiz2k5Qc=; b=HciMwL76wDbUlMM/jNfQTl/yd4HUSDJuPAkY5wSbQEicnnWsXLJbubLsR9DwiDtLSC UvMzkwfk4Wl8eV9k2TedbET98zgt3e3CnTySKjxMh0qLxDMpgXGdobn5YsZ04nXoNxU5 56l+f3h3fnI+imVO2v4ErG5RUYNbllxFpF5zU59njRrX9TI3YrrrBd+cJz4AitstCrr3 aDDP6no6npEFGxnZ/osBiXbkRUY9hBpefJxNAwU1b+e+HnXJIUZzdA/loVc6l87yFFDb DONKrzrsv0Xi/NllDEZask2unrsqAs3nQtVFOtArY4vVNGOe70MQTM/DGJjMlvXaWHy8 nXrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=vpRs+mcZvCBYKFSh+qTB0XmGMCTlmIj1ueoFiz2k5Qc=; b=ep0eaeU3iqtClZub0RbKO5SoInzOgzGPrr20/HTx0+ZIigSD4jaqGpcEeeTcSBB/XD +YqcimJIQGgV6saUKWNoxLcTjg9nIvEEwEHWAGwuDp56NSxxf+Dz+EYgDR3vTa8SI3oJ 7kEd2gG0gwggqvTiDwkf5gyejkknnt1NmoG4zNJjBJevKQeHoT19sOTQESTiaTzUefQT GWGs5EE6EsKxi0JDx3L9hWcPK1PRR0vYlK0e78CFm7L5KUmoAJumjlOyo/dq2ts3Tret PNuKgAhjEQiP4Dq7rCps4y1/53BEzHkhvtc5G7dJ3AA4/BKg2wG7nFZqtCifU6VFRkcd UAfA== X-Gm-Message-State: AD7BkJKXMXChXOcbPlnJT+Vs3o02tynbM6U8KYnZkjSonj6cHx0m9opLUeREr6ScovdFdMohmXylgrRZF5mjkQ== X-Received: by 10.182.241.134 with SMTP id wi6mr1127338obc.81.1456494156466; Fri, 26 Feb 2016 05:42:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.202.172.198 with HTTP; Fri, 26 Feb 2016 05:41:56 -0800 (PST) From: Kaushal Modi Date: Fri, 26 Feb 2016 08:41:56 -0500 Message-ID: Subject: To: "control@debbugs.gnu.org" Content-Type: multipart/alternative; boundary=001a11c2b0ead0515e052cac78d5 X-Spam-Score: 1.3 (+) 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: merge 22810 22714 -- Kaushal Modi merge 22810 22714 [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (kaushal.modi[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.214.175 listed in list.dnswl.org] -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.214.175 listed in wl.mailspike.net] 2.0 BLANK_SUBJECT Subject is present but empty 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid 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.3 (+) 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: merge 22810 22714 -- Kaushal Modi merge 22810 22714 [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.214.175 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.214.175 listed in wl.mailspike.net] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (kaushal.modi[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.0 HTML_MESSAGE BODY: HTML included in message 2.0 BLANK_SUBJECT Subject is present but empty 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid --001a11c2b0ead0515e052cac78d5 Content-Type: text/plain; charset=UTF-8 merge 22810 22714 -- Kaushal Modi --001a11c2b0ead0515e052cac78d5 Content-Type: text/html; charset=UTF-8
merge 22810 22714

--
Kaushal Modi
--001a11c2b0ead0515e052cac78d5-- From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 08 11:26:17 2016 Received: (at 22714) by debbugs.gnu.org; 8 Apr 2016 15:26:17 +0000 Received: from localhost ([127.0.0.1]:54744 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1aoYIb-0005JT-Gz for submit@debbugs.gnu.org; Fri, 08 Apr 2016 11:26:17 -0400 Received: from mail-oi0-f45.google.com ([209.85.218.45]:33001) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1aoYIZ-0005JG-PD for 22714@debbugs.gnu.org; Fri, 08 Apr 2016 11:26:16 -0400 Received: by mail-oi0-f45.google.com with SMTP id w85so140228799oiw.0 for <22714@debbugs.gnu.org>; Fri, 08 Apr 2016 08:26:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=FKXfBjP1DSKZ0mPWaImgj0OAep8eF9B3gFR0PPk6NCs=; b=bRZLF1asG8jt12jM4kzXBz52llgcPc6t3g2JDnGTEvTUt2jfWAjnupjByIDa2lOpAk ZpZFBcmioflCyc3YJeYxw81QT6+Abz0gqotx7ZINMTeyBO1f6DdXkna9jD8QmCuVujOO CA8Zk/4QC3dErWYN9alHatdxCfhvdhGF7Se7FHuhEE/qgfUE6sl/c+c+nsQ0OnVQHdRt MgnF9fwIPqrZ6HAB+gh2vt2gc5q9RmgQ91vlA1+lHoMQHN3oORNkmNH59VY2OJh0CMBO XwcI0SxfSfPZIABM0UWrAfxdYeTsjMx6VZ4DG5BLeprId/cwn9aivHIeqnvKI941ZsDt fJFQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=FKXfBjP1DSKZ0mPWaImgj0OAep8eF9B3gFR0PPk6NCs=; b=XX02aeanSZ3M11KHsllwI4/tRHqoRbJ78R+5KBAlHUzn9yU7HxXOsjEkg3cbu5Kt1r r8DOt3LxfgT6terVJCdozb2yINatw9KOYUoAu5m5st3K+JEIskZ/E5wQpvrVz15Rq662 UfPV0tQYnwXj9pDnY7JfW99BswSivGNR3FJcYcn+qon6UIPN1VeAAb8N7mFvIXCPe0su +9ldxcU7/JQQZ89GhNWIDoHlJOWgXALCx0/5reAxEHinpi/KzGoQysGs24oVgsn4RP3l 2g0+UGLyN3ArHXATBO+I3POa/+n7j1gJMLJpD9rzBWoVlMvYbNwEiVTIyTsw8xlwFvih PYOA== X-Gm-Message-State: AD7BkJLCc7Nmv0CV5WQ8LuQbUOhTJyPz6XjxfdIxNemtgQCva9916oI08WnRFZTmO4CS//pmbQonuzQxybi0GA== X-Received: by 10.157.16.43 with SMTP id h40mr4442270ote.185.1460129170294; Fri, 08 Apr 2016 08:26:10 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Kaushal Modi Date: Fri, 08 Apr 2016 15:26:00 +0000 Message-ID: Subject: Re: 25.0.91; Minibuffer quirk in C-x r SPC To: Stefan Monnier Content-Type: multipart/alternative; boundary=001a1135bf3885b00a052ffad016 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 22714 Cc: 22714@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: -0.7 (/) --001a1135bf3885b00a052ffad016 Content-Type: text/plain; charset=UTF-8 Hi Stefan, I am not a good judge for this. Can you please commit the fix that feels the most right? On Sat, Feb 20, 2016 at 3:32 PM Stefan Monnier wrote: > > Stefan should be able to comment more on why that changes the behavior of > > the prompt staying vs disappearing. > > Good question. `read-key' uses `read-key-sequence' internally, and this > function has always left the prompt on display. > > Maybe read-key should be changed to behave more like read-event (and > read-char), since it's typically used in the same kinds of situations. > > IOW, we should probably install one of the two patches below. > > > Stefan > > > diff --git a/lisp/subr.el b/lisp/subr.el > index 7478595..cd1b945 100644 > --- a/lisp/subr.el > +++ b/lisp/subr.el > @@ -2116,6 +2116,10 @@ some sort of escape sequence, the ambiguity is > resolved via `read-key-delay'." > (aref keys 1) > key))) > (cancel-timer timer) > + ;; For some reason, `read-key(-sequence)' leaves the prompt in the > echo > + ;; area, whereas `read-event' seems to empty it just before > returning > + ;; (bug#22714). So, let's mimick the behavior of `read-event'. > + (message nil) > (use-global-map old-global-map)))) > > (defun read-char (&optional prompt) ;; (inherit-input-method seconds) > > > > diff --git a/lisp/register.el b/lisp/register.el > index faed49a..5fab2b0 100644 > --- a/lisp/register.el > +++ b/lisp/register.el > @@ -164,6 +164,13 @@ display such a window regardless." > help-chars) > (unless (get-buffer-window buffer) > (register-preview buffer 'show-empty))) > + ;; FIXME: For some reason, `read-key(-sequence)' leaves the > prompt in > + ;; the echo area, contrary to `read-event' which seems to empty > it > + ;; just before returning (bug#22714). > + ;; Not sure what's the best fix: maybe read-key should be > changed to > + ;; behave like read-event. But in the mean time, the hack below > + ;; should work. > + (message nil) > (if (characterp last-input-event) last-input-event > (error "Non-character input-event"))) > (and (timerp timer) (cancel-timer timer)) > --001a1135bf3885b00a052ffad016 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi Stefan,

I am not a good judge for th= is. Can you please commit the fix that feels the most right?

On Sat, Feb 20, 2016 at 3:32 PM Stef= an Monnier <monnier@iro.umon= treal.ca> wrote:
> Stefan= should be able to comment more on why that changes the behavior of
> the prompt staying vs disappearing.

Good question.=C2=A0 `read-key' uses `read-key-sequence' internally= , and this
function has always left the prompt on display.

Maybe read-key should be changed to behave more like read-event (and
read-char), since it's typically used in the same kinds of situations.<= br>
IOW, we should probably install one of the two patches below.


=C2=A0 =C2=A0 =C2=A0 =C2=A0 Stefan


diff --git a/lisp/subr.el b/lisp/subr.el
index 7478595..cd1b945 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -2116,6 +2116,10 @@ some sort of escape sequence, the ambiguity is resol= ved via `read-key-delay'."
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(aref keys 1)=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0key)))
=C2=A0 =C2=A0 =C2=A0 =C2=A0(cancel-timer timer)
+=C2=A0 =C2=A0 =C2=A0 ;; For some reason, `read-key(-sequence)' leaves = the prompt in the echo
+=C2=A0 =C2=A0 =C2=A0 ;; area, whereas `read-event' seems to empty it j= ust before returning
+=C2=A0 =C2=A0 =C2=A0 ;; (bug#22714).=C2=A0 So, let's mimick the behavi= or of `read-event'.
+=C2=A0 =C2=A0 =C2=A0 (message nil)
=C2=A0 =C2=A0 =C2=A0 =C2=A0(use-global-map old-global-map))))

=C2=A0(defun read-char (&optional prompt) ;; (inherit-input-method seco= nds)



diff --git a/lisp/register.el b/lisp/register.el
index faed49a..5fab2b0 100644
--- a/lisp/register.el
+++ b/lisp/register.el
@@ -164,6 +164,13 @@ display such a window regardless."
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0help-chars)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (unless (get-buffer-window buffer= )
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (register-preview buffer &= #39;show-empty)))
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ;; FIXME: For some reason, `read-key(-s= equence)' leaves the prompt in
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ;; the echo area, contrary to `read-eve= nt' which seems to empty it
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ;; just before returning (bug#22714). +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ;; Not sure what's the best fix: ma= ybe read-key should be changed to
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ;; behave like read-event.=C2=A0 But in= the mean time, the hack below
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ;; should work.
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (message nil)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (if (characterp last-input-event) last-i= nput-event
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (error "Non-character input-= event")))
=C2=A0 =C2=A0 =C2=A0 =C2=A0(and (timerp timer) (cancel-timer timer))
--001a1135bf3885b00a052ffad016-- From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 08 14:02:57 2016 Received: (at 22714-done) by debbugs.gnu.org; 8 Apr 2016 18:02:57 +0000 Received: from localhost ([127.0.0.1]:54876 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1aoakD-00044Z-9w for submit@debbugs.gnu.org; Fri, 08 Apr 2016 14:02:57 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:33135) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1aoakB-00044L-7x for 22714-done@debbugs.gnu.org; Fri, 08 Apr 2016 14:02:55 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AxFgA731xV/wl73mhcgxCEAoVVu0CHSwQCAoE8OxIBAQEBAQEBgQpBBYNdAQEDAVYjBQsLNBIUGA0kiDcIzyMBAQEBBgEBAQEeizqFBQeELQWfF4NrkgIjYYMzIoJ4AQEB X-IPAS-Result: A0AxFgA731xV/wl73mhcgxCEAoVVu0CHSwQCAoE8OxIBAQEBAQEBgQpBBYNdAQEDAVYjBQsLNBIUGA0kiDcIzyMBAQEBBgEBAQEeizqFBQeELQWfF4NrkgIjYYMzIoJ4AQEB X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="205557581" Received: from 104-222-123-9.cpe.teksavvy.com (HELO pastel.home) ([104.222.123.9]) by ironport2-out.teksavvy.com with ESMTP; 08 Apr 2016 14:02:49 -0400 Received: by pastel.home (Postfix, from userid 20848) id 7495F6425E; Fri, 8 Apr 2016 14:02:48 -0400 (EDT) From: Stefan Monnier To: Kaushal Modi Subject: Re: 25.0.91; Minibuffer quirk in C-x r SPC Message-ID: References: Date: Fri, 08 Apr 2016 14:02:48 -0400 In-Reply-To: (Kaushal Modi's message of "Fri, 08 Apr 2016 15:26:00 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 22714-done Cc: 22714-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: 0.3 (/) > I am not a good judge for this. Can you please commit the fix that feels > the most right? Sure, done, Stefan From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 08 14:24:55 2016 Received: (at 22714-done) by debbugs.gnu.org; 8 Apr 2016 18:24:55 +0000 Received: from localhost ([127.0.0.1]:54924 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1aob5T-0004ew-91 for submit@debbugs.gnu.org; Fri, 08 Apr 2016 14:24:55 -0400 Received: from mail-oi0-f44.google.com ([209.85.218.44]:34509) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1aob5R-0004ei-EI for 22714-done@debbugs.gnu.org; Fri, 08 Apr 2016 14:24:53 -0400 Received: by mail-oi0-f44.google.com with SMTP id s79so145722993oie.1 for <22714-done@debbugs.gnu.org>; Fri, 08 Apr 2016 11:24:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=XDgnL6yha5A9P3JB9egb8vQdPnIJ/yhCqo4b7KwUbvE=; b=a/5xeYtod+XEPmA1Jpqxq5qOv5DsWZXEftsX2p3Yf39pRsnz7ogC2wjn99QXrusb3r 9UhlpcgXgu1zZO5KT4iurAIjkdW164twgGEpJjMkO215po7+l1NKxxSqRVKx+DF1NgeK V5QW9FCDYFck/y8GOmy2TrHkGn0FZhfAeVa0GodHHWLeS+KcoJDYsfYahZNAVeKReP6z 8gYRyAj/eJ5DHoQ7lvjZrf2cTIDnlxy1+BD3VQOF7SwEUkYGSksZPZiFNM97/cuuTm3F 8ymp0J7sMQmy1Z8rWlu5NuaOVIV8M6+voB2d+Z8I29a9wSQ19vwSUne6C8W79jp8QiLI TNwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=XDgnL6yha5A9P3JB9egb8vQdPnIJ/yhCqo4b7KwUbvE=; b=QPWdILwsV3PnU+3BKkmFqsKrWKNDXPHcyNu790LY0y4HbsWfXpkkaK1w+R/3r+EJ7H nXI0F1LOQlIKbbux/N6fvpl8NdoIXeNTYvCUOmkn13cN8CXMYDVecMlHYsRHUFdT0P2h 2PmwubIkNsE6NDJ0IoCgXVUNYXCScP9sydoQdMXPFSaBp4RR4i12GvP60gxg9OEOuJhA vOikUjjwSqmeDgP9ENn9QClwPwm3mWYJWVM2j4pVMsDBMintDR1AIdNeuA2AFzE46gPq Sz9cMGEWMM52BAanQioG5qKlGpX9TpBTmbzFiVGrB+hVboPNfMoVT/+pWiCfGzb+nHcN ESpg== X-Gm-Message-State: AD7BkJIXw7QL87+KYEIM3P0l0+3wwwcvBWDGC09BuB69jjdQgqC1QEwPHnpfmD3ZjrTi7qpVcEf+PU3e3ns6kA== X-Received: by 10.202.185.214 with SMTP id j205mr4871939oif.68.1460139887845; Fri, 08 Apr 2016 11:24:47 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Kaushal Modi Date: Fri, 08 Apr 2016 18:24:37 +0000 Message-ID: Subject: Re: 25.0.91; Minibuffer quirk in C-x r SPC To: Stefan Monnier Content-Type: multipart/alternative; boundary=001a113cd1fa566a3e052ffd4f8a X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 22714-done Cc: 22714-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: -0.7 (/) --001a113cd1fa566a3e052ffd4f8a Content-Type: text/plain; charset=UTF-8 Thanks! On Fri, Apr 8, 2016 at 2:02 PM Stefan Monnier wrote: > > I am not a good judge for this. Can you please commit the fix that feels > > the most right? > > Sure, done, > > > Stefan > --001a113cd1fa566a3e052ffd4f8a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thanks!=C2=A0

On Fri, Apr 8, 2016 at 2:02 PM Stefan Monnier <monnier@iro.umontreal.ca> wrote:
> I am not a good judge for this. Can y= ou please commit the fix that feels
> the most right?

Sure, done,


=C2=A0 =C2=A0 =C2=A0 =C2=A0 Stefan
--001a113cd1fa566a3e052ffd4f8a-- From unknown Fri Jun 20 07:14:02 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 07 May 2016 11:24:03 +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