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: Eli Zaretskii
Subject: Re: Emacs 25.2 RC1 next week
Date: Sun, 18 Dec 2016 22:28:26 +0200

> From: Stefan Monnier <address@hidden>
> Cc: address@hidden, address@hidden, address@hidden
> Date: Sun, 18 Dec 2016 15:17:52 -0500
> 
> 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

Thanks.

Leo, can you test this?



reply via email to

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