all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: Eli Zaretskii <eliz@gnu.org>
Cc: sdl.web@gmail.com, mituharu@math.s.chiba-u.ac.jp, emacs-devel@gnu.org
Subject: Re: Emacs 25.2 RC1 next week
Date: Sun, 18 Dec 2016 15:17:52 -0500	[thread overview]
Message-ID: <jwvvauhf0w5.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <83mvft58a3.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 18 Dec 2016 21:47:32 +0200")

> Can you suggest such a patch?  And then it would require one more
> pretest, sigh.

I think the patch below does the trick (tho I luckily don't have
a machine on which to test it).


        Stefan


diff --git a/lisp/simple.el b/lisp/simple.el
index 0ee2f06..34b57fe 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -1699,6 +1699,7 @@ If the value is non-nil and not a number, we wait 2 seconds."
                   ;; Don't show the help message if the binding isn't
                   ;; significantly shorter than the M-x command the user typed.
                   (< len (- max 5))))
+      (input-pending-p)     ;Dummy call to trigger input-processing, bug#23002.
       (let ((candidate (pop candidates)))
         (when (equal name
                        (car-safe (completion-try-completion



  reply	other threads:[~2016-12-18 20:17 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-17 20:10 Emacs 25.2 RC1 next week Eli Zaretskii
2016-12-17 21:10 ` Nicolas Petton
2016-12-18  3:31   ` Eli Zaretskii
2016-12-18  2:37 ` Leo Liu
2016-12-18  3:38   ` Eli Zaretskii
2016-12-18 14:53     ` Stefan Monnier
2016-12-18 19:47       ` Eli Zaretskii
2016-12-18 20:17         ` Stefan Monnier [this message]
2016-12-18 20:28           ` Eli Zaretskii
2016-12-20  1:32             ` Leo Liu
2016-12-20  3:31               ` Eli Zaretskii
2016-12-22  6:23                 ` Leo Liu
2016-12-22 16:29                   ` Eli Zaretskii
2016-12-23  8:55                     ` Eli Zaretskii
2016-12-23 12:16                       ` Leo Liu
2016-12-24  0:56                       ` Stefan Monnier
2016-12-24  8:11                         ` Eli Zaretskii
2016-12-25  2:32                           ` Leo Liu
2016-12-25  3:35                             ` Eli Zaretskii
2016-12-25  6:43                               ` Leo Liu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvvauhf0w5.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=mituharu@math.s.chiba-u.ac.jp \
    --cc=sdl.web@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.