emacs-devel
[Top][All Lists]
Advanced

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

Re: Idle timers with the active minibuffer


From: Richard Stallman
Subject: Re: Idle timers with the active minibuffer
Date: Fri, 09 Nov 2007 17:00:07 -0500

            * keyboard.c (command_loop_1): Handle non-number values of
            `minibuffer-message-timeout'.

That change seems to be needed for this:

        ;; Save the original value of `minibuffer-message-timeout', and
        ;; set it to nil so that isearch's messages don't get timed out.
        isearch-original-minibuffer-message-timeout minibuffer-message-timeout
        minibuffer-message-timeout nil)

Without the change in keyboard.c, won't sit_for crash
given nil as an argument?




reply via email to

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