emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs 25.2 RC1 next week


From: Stefan Monnier
Subject: Re: Emacs 25.2 RC1 next week
Date: Sun, 18 Dec 2016 15:17:52 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]