[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
- Emacs 25.2 RC1 next week, Eli Zaretskii, 2016/12/17
- Re: Emacs 25.2 RC1 next week, Nicolas Petton, 2016/12/17
- Re: Emacs 25.2 RC1 next week, Leo Liu, 2016/12/17
- Re: Emacs 25.2 RC1 next week, Eli Zaretskii, 2016/12/17
- Re: Emacs 25.2 RC1 next week, Stefan Monnier, 2016/12/18
- Re: Emacs 25.2 RC1 next week, Eli Zaretskii, 2016/12/18
- Re: Emacs 25.2 RC1 next week,
Stefan Monnier <=
- Re: Emacs 25.2 RC1 next week, Eli Zaretskii, 2016/12/18
- Re: Emacs 25.2 RC1 next week, Leo Liu, 2016/12/19
- Re: Emacs 25.2 RC1 next week, Eli Zaretskii, 2016/12/19
- Re: Emacs 25.2 RC1 next week, Leo Liu, 2016/12/22
- Re: Emacs 25.2 RC1 next week, Eli Zaretskii, 2016/12/22
- Re: Emacs 25.2 RC1 next week, Eli Zaretskii, 2016/12/23
- Re: Emacs 25.2 RC1 next week, Leo Liu, 2016/12/23
- Re: Emacs 25.2 RC1 next week, Stefan Monnier, 2016/12/23
- Re: Emacs 25.2 RC1 next week, Eli Zaretskii, 2016/12/24
- Re: Emacs 25.2 RC1 next week, Leo Liu, 2016/12/24